View Full Version : Only articles in homepage?
TheLastMen
01-16-2008, 05:52 PM
Hello
It's possible to list in homepage only new articles (ex: 10) like shown in the attache image.
ThanX
Micha
01-17-2008, 08:18 AM
OK, from what I understand, you need Latest news module on your homepage.
Few things to do to accomplish this:
First go to \templates\xhtml\box\latest_news.tpl template, and on lines 15 and 30 include default summary template instead of title only template:
replace:
<vte:include file="{VIVVO_TEMPLATE_DIR}summary/title_only.tpl" />
with:
<vte:include file="{VIVVO_TEMPLATE_DIR}summary/default.tpl" />
Next go to your default template for homepage. Now latest news template should be already included there (somewhere above dynamic_box_right div):
<vte:include file="{VIVVO_TEMPLATE_DIR}box/latest_news.tpl" />
Basically, you just need to move this include up, for example above Main news section (somewhere around line 63).
You can control rest of the settings (number of articles, number of columns...) from your administration area (Preferences >> Articles >> Page elements tab >> Article list - Latest news).
Hope this helps :)
TheLastMen
01-18-2008, 01:10 PM
Thank you
I don't want to list the new founded in latest_news, because i use a third party. I want to list only my news without categories and from categories selected by me.
Micha
01-18-2008, 02:18 PM
You can accomplish this with "Article wizard" plug-in.
You can find instructions how to use this plug-in here:
http://www.vivvo.net/doc/v4/plugin_manual/article_wizard.php
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.