PDA

View Full Version : Numbers of articles in headlines


TheLastMen
11-18-2007, 05:52 PM
Can i limit the number of articles in headline and any old article will be moved to actvie automaticaly?

Regards

shketuljko
11-19-2007, 10:48 AM
Please be more specific about this problem.

TheLastMen
11-19-2007, 11:52 AM
I have a newspaper and some healines articles of yesterday can't moved and will added to headlines of today, i want to limit the number of headline in frontpage (5 for example) and any new headline will take the place of the old article, Etc...

Ksenija
11-19-2007, 03:02 PM
Open {VIVVO_TEMPLATE_DIR}/box/rotating_headlines.tpl

replace line:


<vte:param name="search_status" value="2" />


with this one:


<vte:param name="search_limit" value="5" />


and replace line:


<vte:param name="search_sort_by" value="order_num" />


with:


<vte:param name="search_sort_by" value="created" />

TheLastMen
11-19-2007, 03:14 PM
Thank you very mutch