Hi!

Sergio Catalá Gil wrote:
> So: if conditions can only be used outside any object, how could i get
> on TS the "return value" of my function? I just want to execute my
> function to write something different on the FE depending on the return
> value of this function. 

plugin.tt_news.genericmarkers {
        pk = USER
        pk {
                10 = TEXT
                10.value = Closed (can't subscribe)
        }
}

[userFunc = user_functions->user_compare_dates]
plugin.tt_news.genericmarkers.pk {
        10 = TEXT
        10.value = Subscribe
}
[global]

-- 
Dmitry Dulepov
Facebook: http://www.facebook.com/dmitryd
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to