View Single Post
  #13  
Old 05-31-2004, 08:20 AM
  kpriest's Avatar 
kpriest kpriest is offline
 

eXpert
  
Join Date: Apr 2003
Location: Seattle, WA
Posts: 263
 

Default

I have a related problem (maybe) with 3.5.7: I deleted all languages except English and shortly after that, I noticed some of the txt_variables are not showing up on the home page. Specifically $lng.txt_today_news and $lng.txt_subscribe_monthly - these are the only ones I have found that do not appear. The news was in the today_news.tpl, but I consolidated it into news.tpl which now looks like this:
Code:
{* $Id: news.tpl,v 1.14 2003/08/13 06:49:07 svowl Exp $ *} {capture name=menu} <p class=SmallMsg> {$lng.txt_today_news} </p> [img]{$ImagesDir}/spacer.gif[/img] {$lng.txt_subscribe_monthly} <form action="{$xcart_web_dir}/mail/subscribe.php" method=get name=subscribeform> <input type="text" name="email" size=16> {include file="buttons/subscribe_menu.tpl"} <input type=hidden name=redirect value="{$redirect}"> </form> </FONT> {/capture} { include file="r_menu.tpl" dingbats="dingbats_news.gif" menu_title=$lng.lbl_news menu_content=$smarty.capture.menu }
They used to show up and the only related thing I can think of that changed was that I deleted the unused languages.

Yes, I double (triple) checked the variables in the languages table and they are there and as I said, they were working. There are other text vars and lbl vars all working ok.

Any ideas why these would suddenly not be displayed???

grrrr - very frustrated...
__________________
-Ken
X-Cart User / Developer Since April 2003
(Varying versions, multiple client sites, 3.x through 4.4.x)
www.pointbweb.com
Reply With Quote