[TYPO3-english] tt_news and genericmarkers
Oliver Rowlands
oliver at liquidlight.co.uk
Sun Jul 11 16:54:06 CEST 2010
Hi Pero,
It is not important that "generic_crdate" is not in the tt_news table as
you can see from the PHP snippet I included in my previous post
EXT:ttnewsgenericmarkers adds its own entries to the cObj data array
using a "generic_" prefix - to avoid overwriting any of the existing
entries.
So this should work:
plugin.tt_news.genericmarkers {
data = crdate
day = TEXT
day {
field = generic_crdate
date = j
}
month = TEXT
month {
field = generic_crdate
date = M
}
}
The markers should also be ###GENERIC_DAY### and ###GENERIC_MONTH### (in
upper-case) in your template.
Best regards,
Oliver
Pero Matic wrote:
> Hm, but i don't have generic_crdate field in tt_news table - i'm using
> existing one - crdate. So this is what i have in news template:
>
> template_LIST:
>
> some_html_code...
> ###GENERIC_day###
> some_html_code...
> ##GENERIC_month###
>
> and the result is:
>
> some news 1 ... 5 Jul
> some news 2 ... 5 Jul
> some news 3 ... 5 Jul
> etc..
>
> and it should be:
>
> some news 1 ... 5 Jul
> some news 2 ... 8 Jul
> some news 3 ... 10 Jul
> etc..
>
> Regards.
>
>
--
Oliver Rowlands
:: Liquid Light ::
E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk
T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35
More information about the TYPO3-english
mailing list