UBB.Dev
Posted By: REAMERE Removing the top links - 01/09/2004 11:57 AM
Hey there, I've done this before, just can't remember which .pl file to modify.

Using: UBB.Classic version 6.6.1

I want to remove the top links on the main page
(Login | register | search | Faq's | Home

Anybody remember which file this is?

Thanks in advance!
Posted By: Ian Spence Re: Removing the top links - 01/09/2004 12:11 PM
public_common.pl

FIND:

Code
		show_buttons => 1,
REPLACE WITH:

Code
		show_buttons => 0,
smile
Posted By: REAMERE Re: Removing the top links - 01/09/2004 6:39 PM
Ahhh...
Thanks!

Had that file but couldn't find the code.
You rule.

Now I just have to get rid of the silly name of the board just above those links.
Perhaps in the same file, I'll look.

Any ideas on that one would be greatly appreciated!
Thanks again Al
Posted By: Ian Spence Re: Removing the top links - 01/10/2004 2:40 AM
the very next line says

Code
		show_board_name => 1,
change to

Code
		show_board_name => 0,
Posted By: REAMERE Re: Removing the top links - 01/10/2004 3:23 AM
Yup!
I saw it in there.
Lots of other good stuff also.

My last version was 6.4
Looks like this file is all new! Woo-Hoo!

Thanks again Al, left good feedback as well.
© UBB.Developers