View Single Post
  #3  
Old 11-28-2011, 08:35 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Showing more than 1 News story on the Home page

The heart of the display appears to be...

Code:
{insert name="gate" func="news_get_num" assign="all_news" lngcode=$shop_language} {section name=newsloop loop=$all_news} <div class="newsitem"> <strong> {$all_news[newsloop].date|date_format:$config.Appearance.date_format}</strong><br /> {$all_news[newsloop].body}<br /> </div> {/section}

Try adding that to news.tpl checking first if any of the variables have changed between versions.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote