[TYPO3-dev] Content Rendering

Thomas Schulze thomas.schulze at outraxx.de
Sat Apr 22 19:36:23 CEST 2006


"Peter Niederlag" <niederlag at ikd01.de> schrieb im Newsbeitrag 
news:mailman.1.1145726090.5286.typo3-dev at lists.netfielders.de...
> Hi,
>
> Thomas Schulze schrieb:
>> Hi List,
>>
>> maybe i am blind, while study the Typo3-Documentation, but
>> i can´t find a solution for me:
>>
>> i would like a script include which parsing the content before
>> it will outputting. My wish is to do this without any typoscript
>> like the examples from Docs TSref or TSbyEx.
>>
>> The result: I will replace anything in the content with str_replace().
>
> If you want to use homebrown PHP-Code:
>
> page.stdWrap.postuserFunc
>
> or
>
> tt_content.stdWrap.postuserFunc
>
> just to give some examples....
> ... there are numerous other approaches available depending on the exact
> problem you have.
>

Hi Peter,

i will be a little more exactly:

Say, you have an link inside a text that looks as follows (don?t ask why... 
it is so :-):

<a href="file://fileadmin/mySite/info.pdf">click</a>

This should be before outputting:

<a href="http://fileadmin/mySite/info.pdf">click</a>

Regards

Thomas 






More information about the TYPO3-dev mailing list