Right now it looks like this:
Code
<span class="news_meta z-sub"><!--[gt text='Submitted']--> <!--[gt text='by %1$s on %2$s' tag1=$info.contributor tag2=$info.briefdatetime]--></span>
Thanks!
--
WIRE SERVICE
Free Press Releases
Show your support for Zikula! Sign up at Github account and watch the Core project!
Erik I need to separately handle the date fields:
Year
Month
day
but are only available the following formats:
Code
longdatetime
briefdatetime
longdate
briefdate
It didn't work for my setup. I included it in the news_user_index.htm file.
I'm not familiar with the gettext stuff... but I don't see how it can be linked as it is.
The 2.6.x serie contains database changes: backwards compatibility fields have been removed. This is because of the compatibility with Zikula 1.3. Check your templates for usage of old redundant fields that are not there any more
(so now use cr_uid instead of aid, from instead of time, contributor instead of informant, hideonindex instead of ihome, disallowcomments instead of withcomm)
Code
$info.from|pndate_format:'%a, %d %b %Y'
Saturday, 12 Dec 2009