PDA

View Full Version : How to arrange articles ?


meisamb
07-21-2008, 02:25 PM
hi
i want to arrange articles on main page same as myvivvo.com (demo site)
you can see a capture from myvivvo.com (red box):
http://i33.tinypic.com/107s5ef.jpg
on my default main page all off the articles goes to bottom of the headlines and shows on one column!

Micha
07-21-2008, 02:32 PM
Go to your Vivvo administration >> Preferences >> Categories >> Page elements tab >> Article List - More news.
From there you can choose which categories you want to display on your home page.

meisamb
07-21-2008, 03:18 PM
thanks
can vivvo shows latest published aticles in tow columns at the bottom of headlines?
i mean that don't sort them on categories, only by last published?
same as many of the news polrtals!

Micha
07-21-2008, 03:23 PM
:confused: I'm not sure on what are you asking.
Can you please be more specific?

meisamb
07-21-2008, 03:28 PM
ok,
see, i have so many categories, and i want to show for example 20 latest articles on homepage.
so i want to show 20 latest post on homepage, only by date of publishing, same as a blog!

Micha
07-21-2008, 03:36 PM
Go to your homepage/default.tpl template, and remove everything from <!-- Main news section --> comment to <vte:include file="{VIVVO_TEMPLATE_DIR}box/latest_news.tpl" />

Next, open your box/latest_news.tpl template, and instead of <vte:include file="{VIVVO_TEMPLATE_DIR}summary/title_only.tpl" /> (appears in two places inside template)

place <vte:include file="{VIVVO_TEMPLATE_DIR}summary/default.tpl" />

Now go to your Administration >> Preferences >> Articles >> Page elements tab >> Article list - Latest news, and set the number of news to 20 and number of columns to 1.

meisamb
07-21-2008, 03:39 PM
thanks alot.
does articles show on two columns?
i must set number of column to 2 ?

Micha
07-21-2008, 03:50 PM
Administration >> Preferences >> Articles >> Page elements tab >> Article list - Latest news, set the number of columns to 2.

meisamb
07-21-2008, 03:58 PM
thanks a lot.
i have placed
<vte:include file="{VIVVO_TEMPLATE_DIR}summary/default.tpl" />
on line 30!
now it works for 2 columns mode....