[Typo3] Name of BE columns

Dennis Cheung hkdennis2k at gmail.com
Tue Dec 20 04:50:18 CET 2005


You can
make more column in TCA.
change TSConfig using new column set
(both mod.SHARED.colPos_list, mod.web_layout.tt_content.colPos_list
have to been set)
and update the typoscript template to use new colPos.



On 12/20/05, Pierre Rouwens <prouwens at infoglobe.ca> wrote:
> Hi Peter,
>
> Ok but if i doi it this way will it be applicable to the whole site or
> do i have a way to change it only on somes pages ?
>
> Thanks anyway for the hint, if i can't do it by page i'm gonn use this :)
>
> Pierre
>
> Peter Klein a écrit :
> > Hi Pierre. Unfortunatly you can't do it by TSConfig.
> > But you could do it by changing the TCA..
> >
> > // Set BE column names
> > $TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["0"]["0"] =
> > 'leftLabel';
> > $TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["1"]["0"] =
> > 'normalLabel';
> > $TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["2"]["0"] =
> > 'rightLabel';
> > $TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["3"]["0"] =
> > 'borderLabel';
> >
> > ---
> > Peter Klein /Umloud Untd.
> >
> > "Pierre Rouwens" <prouwens at infoglobe.ca> wrote in message
> > news:mailman.1.1135007146.20291.typo3-english at lists.netfielders.de...
> >
> >>Hi listers,
> >>
> >>Is there any way to change by page (TSconfig maybe) to change the name of
> >>the BE columns visually ... ?
> >>
> >>Thanks for any informations
> >>
> >>Pierre
> >
> >
> >
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list