[TYPO3] sitemap with flex. ATagTitle (subtitle // description // go to: {page:title})

Peter Klein peter at umloud.dk
Tue May 2 09:39:25 CEST 2006


Hi Marcus. Try this:

--- cut ---
 1.NO.ATagTitle {
    field = subtitle // description
    ifEmpty.dataWrap = gehe zu: {page:title}
 }
--- cut ---

-- 
Peter Klein/Umloud Untd


"Markus Labuhn" <m.labuhn at arcor.de> skrev i en meddelelse 
news:mailman.1.1146501751.2485.typo3-english at lists.netfielders.de...
> Hi,
>
> I would like to fill in the ATagTitle with a flexible content. If a 
> subtitle or a description exists than that content should be filled in:
> field = subtitle // description
>
>
> In case there is no subtitle nor a description, the title should be used 
> to fill in. But with an additional text in front e.g. "go to: 
> {page:title}".
>
> My solution looks like as follows but doesn't work:
>
> tt_content.menu.20.2 {
> special = directory
> special.value = 23
>
> 1.NO.ATagTitle >
> 1.NO.ATagTitle {
> field = subtitle // description
> stdWrap.ifEmpty.cObject = TEXT
> stdWrap.ifEmpty.cObject {
> value = gehe zu: {page:title}
> insertData = 1
> }
> }
> }
>
> Are there any ideas?
>
> Thanks for your help.
>
> Markus 





More information about the TYPO3-english mailing list