[TYPO3-german] Linkangaben aus Flexform (= Strings getrennt	durch Leerzeichen) in PHP als A-Tag umwandeln?
    JoH asenau 
    info at cybercraft.de
       
    Mon Apr  6 12:29:09 CEST 2009
    
    
  
Sorry - das war nicht ganz korrekt:
> $conf['ATagParams'] = 'Ein Titel';
$conf['ATagParams'] = 'title="Ein Titel"';
> oder auch
>
> $conf['ATagParams.']['field] = 'title';
>                                 ^^^^
> Wichtig ist der Punkt an dieser Stelle.
Da fehlte ein ' und ein Wrap gehört ebenfalls dazu:
$conf['ATagParams.']['field'] = 'title';
$conf['ATagParams.']['wrap'] = 'title="|"';
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
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
TYPO3 workshops: http://workshops.eqony.com
    
    
More information about the TYPO3-german
mailing list