View Single Post
  #6 (permalink)  
Old 12-26-2007, 05:13 PM
blaze blaze is offline
Pligg Donor
 
Join Date: Sep 2007
Posts: 184
Thanks: 7
Thanked 37 Times in 26 Posts
Quote:
Originally Posted by wwwSENSERELYcom View Post
can you give the change you've made to handle this, blaze? Thanks!
The change has already been included above. Basically, I discovered that the index.php page never had $main_smarty->assign('category', $thecat); added to it, yet the upcoming.php file did have this in there. This is why the {if $category eq "my category"} string wouldn't work for published category pages, yet it would work for upcoming category pages. The index.php file was missing the variable. I simply added it in there.

Got it?
Reply With Quote