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

JoH asenau info at cybercraft.de
Tue Mar 2 00:39:41 CET 2010


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

Instead of writing the tags into the fields, you should try to replace the
journal names using TypoScript's parseFunc short:

stdWrap.parseFunc.short {
    Journalname = <i>Journalname</i>
    Anothername = <i>Another Name</i>
}

This way you keep content and structure separate.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com




More information about the TYPO3-project-content-rendering mailing list