[TYPO3-rte] SOLVED howto: allow, implement and insert inline-tag in pages:field:title and pagesfield:nav_title?

Stephan I. grac at gmx.ch
Mon Mar 1 07:48:31 CET 2010


@ stanislas

SOLVED:

since i only want the items in the navigation (submenu) to be italic, 
the following TS was successful, overwriting htmlSpecialChars = 1:

lib.submenu.10.30.1.NO.stdWrap.htmlSpecialChars = 0
lib.submenu.10.30.1.CUR.stdWrap.htmlSpecialChars = 0
lib.submenu.10.30.1.IFSUB.stdWrap.htmlSpecialChars = 0
lib.submenu.10.30.1.ACT.stdWrap.htmlSpecialChars = 0
(and so on for every navigational level)

thanks for the input.

stephan



>>>> how can i allow, implement and insert an inline-tag into the
>>>> pages-fields "title" and "nav_title"?
>>>>
>>>> example:
>>>>
>>>> title: Last article in <i>Journal</i> has ...
>>>> nav_title: <i>Journal>/i>
>>>>
>>>> since journal-names are normally written in italic, it would be very
>>>> useful to be able to reflect this convention also in the title-field
>>>> and, if necessary, in the nav_title-field.
>>>>
>>> This a FE-rendering issue in no way related to the RTE...
>>>
>>> I would think that adding the following lines to your TS template should
>>> do it for the title fields:
>>>
>>> lib.stdheader.10.setCurrent.htmlSpecialChars = 0
>>> lib.stdheader.10.setCurrent.parseFunc.allowTags = b,i,strong,em
>>
>> unfortunately your suggestion doesn't work.
> You have to put these line at the top of your TS template setup, because
> lib is reused in many places.
>>
>> so in which section would i put my question correctly?
>>
> There is a list for content rendering topics:
> typo3.projects.content-rendering.
>
> Regards,
> Stanislas



More information about the TYPO3-project-rte mailing list