Topic: How to remove the top menu

Hi,

The box that contains "Register, Login" etc - I have figured out how to remove the links in function.php but how do I remove the entire box?

Now I have a blank box with no links in it - Does anyone know how to remove it? when I try to mess with the code I just get a blank white screen. THanks for the help!!!

Chris

2

Re: How to remove the top menu

The easy way to do it is just open up main.tpl and remove <pun_navlinks>. That way you don't have to mess with functions.php either. The whole thing will simply not be output. I'm not quite sure why you would want to do that though since that will leave you with no forum navigation.