Hide unused columns in the backend

Submitting your vote...
Rating: 4.3 of 5. 3 vote(s).
Click the rating bar to rate this item.

At the first impression the Typo3 backend often seems to be too full and complex. But Typo3 has a lot of functions to customize the backend for our needs. The following example shows, how to hide the unused columns.

To hide the columns left, right and border follow the following steps:

  • Go to the Root-Page of your Website
  • Click on "Edit page header"
  • Add this line to the TSConfig field:

    mod.SHARED.colPos_list=0

  • Save and Finish

This way only the normal column shows up in the backend. You can add here a comma-separated list of the columns that should be shown. To show for example the normal and the left column use this snippet:

 

mod.SHARED.colPos_list=0,1

 

The values for the columns are the following:

0 ... Normal

1 ... Left

2 ... Right

3 ... Border

 

More information can be found here

http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart_de/current/view/1/9/#id2857585

 


Top 10 Updates

Using Transparent PNG's in IE5/6 without JavaScript geändert am  04-Oct-2008 12:27:15
Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
Deutsch
Search: