UBB.Dev
Posted By: dmbfan207 How to remove the top menu - 07/19/2001 8:25 PM
how do you remove th top menu

my profile | register | search | ...

from the forums and everything

also how do you remove the logo from the side so nothing is displayed
Posted By: Tech-Ni-Kal Re: How to remove the top menu - 07/19/2001 8:47 PM
To make sure there is nothing where the logo is. Replace it with a 1x1 pixel image that is transparent.

To take out all the

my profile | register | search | faq | home

links.


Open ubb_lib.cgi and find:
Code
code:

Replace with:
Code
code:

[ July 19, 2001 01:48 PM: Message edited by: Tech-Ni-Kal ]
Posted By: GoTorankusuKu Re: How to remove the top menu - 07/19/2001 8:48 PM
In public_common.pl clear out the whole $standard_title_table variable. So it would look like $standard_title_table = qq~~;

[ July 19, 2001 01:49 PM: Message edited by: GoTorankusuKu ]
Posted By: Tech-Ni-Kal Re: How to remove the top menu - 07/19/2001 8:50 PM
Quote
quote:

Or you could do that. tipsy
Posted By: GoTorankusuKu Re: How to remove the top menu - 07/19/2001 8:51 PM
After that, you need to go into each template file and remove:

Code
code:
Posted By: Tech-Ni-Kal Re: How to remove the top menu - 07/19/2001 9:54 PM
public_*.pl templates not cp_*.pl templates
© UBB.Developers