[TYPO3-german] wenn im frontend angemeldet dann...
    Basti 
    sebastian.schmal at gmx.de
       
    Sat Oct 10 12:24:50 CEST 2009
    
    
  
niemand eine idee? :/
grüße, basti
------------------------------------------
TYPO3 - TIPS - ANLEITUNGEN - NEWS - TYPO3
unter: http://blog.ingeniumdesign.de/
------------------------------------------
Basti schrieb:
> Hallo,
> 
> ich habe bei meinem tt_news das Feld Email ein wenig umgebaut:
> 
> ----------
> plugin.tt_news.displaySingle.email_stdWrap.setContentToCurrent = 1
> plugin.tt_news.displaySingle.email_stdWrap.typolink.parameter.current = 1
> plugin.tt_news.displaySingle.email_stdWrap {
>   typolink {
>     ATagParams = target="_blank"
>     table = tt_news
>     parameter.field = title
>     ATagParams.dataWrap = alt="{field:title}" title="{field:title}"
>   }
> }
> 
> -----------
> 
> funktioniert soweit auch super, nun würde ich gerne, wenn man im FE Bereich 
> angemeldet ist, dass zu dem Link ( ATagParams ) ein Wert hinzu kommt: rel="nofollow"
> 
> wollte ich so machen:
> ----------
> [globalVar = TSFE : feUserLogin = 0]
> ############# Angemeldet
> plugin.tt_news.displaySingle.email_stdWrap.setContentToCurrent = 1
> plugin.tt_news.displaySingle.email_stdWrap.typolink.parameter.current = 1
> plugin.tt_news.displaySingle.email_stdWrap {
>   typolink {
>     ATagParams = target="_blank" rel="nofollow"
>     table = tt_news
>     parameter.field = title
>     ATagParams.dataWrap = alt="{field:title}" title="{field:title}" rel="nofollow"
>   }
> }
> [global]
> ----------
> 
> aber das funktioniert nicht :(
> wo ist denn der Fehler ?
> 
> Grüße, Basti 
> 
> 
    
    
More information about the TYPO3-german
mailing list