[TYPO3-english] Author marker wrap

Sebastiaan de Jonge typo3 at sebastiaandejonge.com
Thu May 5 09:53:26 CEST 2011


Hi Orish,

I'm afraid that will be impossible without any script intervention. There is
not really anything for this kind of string comparison, so I guess you will
end up creating a user function or using one of tt_news's hooks.

Cheers,
Sebastiaan

On Wed, May 4, 2011 at 8:54 PM, Orish Shrestha <orish.typo3 at gmail.com>wrote:

> Hi all,
>
> I have been trying to achieve this functionality using TS but I don't know
> if its doable or not. I know, for tt_news SINGLE VIEW  you can use to wrap
> author name using.
> plugin.tt_news.displaySingle {
>     author_stdWrap.wrap >
>     author_stdWrap.wrap = |,&nbsp;(ANYTHING)
> }
>
> This will append ",&nbsp;(ANYTHING)" after author name and this is working
> fine. Now, I am wondering if I can wrap this mechanism with a condition
> such
> that if author name contains FROM don't do anything else add FROM infront
> of
> it.
> ie.
> if(!AUTHOR HAS "FROM"){
>
> plugin.tt_news.displaySingle {
>     author_stdWrap.wrap >
>     author_stdWrap.wrap = FROM: |
> }
> }
>
> Any kind of inputs are heartly welcomed and anticipated !
>
> Regards,
> Orish
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list