Gather around kids, Daddy is going.......... oh wait. Already did that joke.
Okay, once again, its your NAVBAR template.
Open that and do a search for
Code:
<!-- NAVBAR POPUP MENUS -->
Then look just above that and you will find something that looks similar to this if not identical.
Code:
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
Just a reminder, we want to COMMENT OUT this stuff that way its not lost forever. Where? In the Template Forrest of course! :nervous:
So before that <tr> put the <!-- and then after the </tr> tag put --> so it looks something like this.
Code:
<!--- <tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr> --->
That should do the trick. Let us know what happened with that YES switch.