Quote:
Originally Posted by wwwSENSERELYcom 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?