Sort articles by end-publishing date in category blog - Joomla! Forum - community, help and support
hey!
how 1 setup "category blog layout" sort , display articles "end-publishing" date (a.k.a. "finish-publishing" date)?
in field "date ordering" 1 may select from: global, created, modified , published. not "end/finish"
i running joomla 2.5.7
please advise/help -
/lennart
how 1 setup "category blog layout" sort , display articles "end-publishing" date (a.k.a. "finish-publishing" date)?
in field "date ordering" 1 may select from: global, created, modified , published. not "end/finish"
i running joomla 2.5.7
please advise/help -
/lennart
hi there, find file: public_html/administrator/components/com_content/config.xml
and replace field... see added 2 more options @ end.
i haven't tried so... (and if update joomla may overwritten)
and replace field... see added 2 more options @ end.
code: select all
<field name="list_show_date"
type="list"
default="0"
label="jglobal_show_date_label"
description="jglobal_show_date_desc">
<option value="0">jhide</option>
<option value="created">jglobal_created</option>
<option value="modified">jglobal_modified</option>
<option value="published">jpublished</option>
<option value="publish_up">publish_up</option>
<option value="publish_down">publish_down</option>
</field>i haven't tried so... (and if update joomla may overwritten)
Comments
Post a Comment