[TYPO3-english] typolink and path with space

JoH asenau info at cybercraft.de
Wed Mar 24 18:22:32 CET 2010


>> so in my code I add the line
>>> stdWrap.typolink.parameter.wrap = " | "
>>>
>>> and now the filename with space is used as one parameter and not as
>>> more parameters.

As long as you are using this within your "private" TS only and not within
tt_content.whatever, you will be safe.

But: As soon as you are using parameter.wrap, you will wrap the whole
parameter stuff, which might include other parts as well, even though they
are NOT part of the filename. So maybe you should apply the wrap somewhere
else i.e.:

stdWrap.typolink.parameter.override.cObject.file.import.wrap = "|"

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-english mailing list