UBB.Dev
Posted By: Fine Girl on Board how do i ? - 06/24/2001 2:48 AM
remove the banner and links on the top of the pages???
Posted By: Tech-Ni-Kal Re: how do i ? - 06/24/2001 4:09 AM
well you can use Skorpions compact headers hack in the Template Forum and then just take out every reference to $MainButtonsLine in all the [public_]template files
Posted By: Fine Girl on Board Re: how do i ? - 06/25/2001 7:04 AM
what do you mean remove every refrence???
Posted By: drew Re: how do i ? - 06/25/2001 7:13 AM
open your public_common.pl file found in your templates folder.

find:

$standard_title_table = qq~

under it you will see:



and


$vars_config{BBName}




$MainButtonsLine

and replace each with:

nbsp;

**remember that $standard_title_table = qq~ and ~; should remain intact.
Posted By: Fine Girl on Board Re: how do i ? - 06/25/2001 7:17 PM
DREW, thanx for your help but it didn't work, i've changed whut you said on that page, do i need to do it to some other pages??
Posted By: Fine Girl on Board Re: how do i ? - 06/25/2001 10:21 PM
i found out where it is that it removed it,..... the login page, how do i remove it from every page??
Posted By: Fine Girl on Board Re: how do i ? - 06/25/2001 10:55 PM
i removed

$MainButtonsLine = &MainButtonOptions;

from every public template file i found it in, it still shows, what i'm i doin' wrong???
Posted By: AllenAyres Re: how do i ? - 06/25/2001 11:54 PM
first of all... you need about 3 more question marks in the title, throw in a few exclamation points and you'll get even faster help..:)
Posted By: AllenAyres Re: how do i ? - 06/25/2001 11:56 PM
go into ubb_lib.cgi and make the $mainbuttons line into:

$MainButtons = qq!
""!;

You won't have to worry about the template files.
Posted By: Fine Girl on Board Re: how do i ? - 06/26/2001 12:36 AM
you need about 3 more question marks in the title, throw in a few exclamation points and you'll get even faster help..


i was thining off stars and X's next time, hee hee hee

yo, listen, this is what i found.....

$MainButtons = qq!
$vars_wordlets{profile_link} $RegisterLink $SearchLink | $vars_wordlets{faq_link} | $vars_wordlets{forum_home_link}
!;
return($MainButtons);

} # end mainbuttonoptions
what do i do? i'm goin' haywire overhere, please help
Posted By: AllenAyres Re: how do i ? - 06/26/2001 12:41 AM
remove all that from and put 2 " or 2 ' in its place...

smile
Allan, i did it and it ain't working, it still shows, then iremoved the script completely, still shows, i don't know whuts da deal, anu suggestions??
Posted By: 261084 Re: how do i ? - 06/26/2001 10:58 AM
I would like to know this too, any1 got any suggestions?

any ubb officials in da house?
Posted By: Matt Jacob Re: how do i ? - 06/26/2001 5:21 PM
Quote
quote:
Ummm, Allen just told everyone how to do it...
Posted By: Fine Girl on Board Re: how do i ? - 06/26/2001 5:51 PM
Quote
quote:
ummm, it didn't work
Posted By: Matt Jacob Re: how do i ? - 06/26/2001 6:35 PM
It might be because you're using an ezboard . [Linked Image]
Posted By: AllenAyres Re: how do i ? - 06/26/2001 6:48 PM
Quote
quote:
Did you clear your cache after making the change?
Posted By: Fine Girl on Board Re: how do i ? - 06/27/2001 7:51 AM
yo i did it, but now how do i take off the title off???
Posted By: 261084 Re: how do i ? - 06/28/2001 9:37 PM
Quote
quote:
I was talkin' about the pic, lol

btw, why the hell put "" or '' instead?
Just replace:

$MainButtons = qq!
$vars_wordlets{profile_link} $RegisterLink $SearchLink | $vars_wordlets{faq_link} | $vars_wordlets{forum_home_link}
!;
return($MainButtons);

by:

$MainButtons = qq!
!;
} # end mainbuttonoptions

Geezzz, I'm doing a better job on this then you's and the only way I learned cgi is by fixxing ubb all the time cause the modifications (etc..) are ****ed up.
Posted By: Chris Re: how do i ? - 08/19/2001 2:33 AM
ok he is trying to remove the top part witht he text logo and text link since on his page he have a graphic instead so there is no reason having a duplicate... this is what he is trying to remove

on the top where it says

UBBDev.com

my profile | register | search | faq | forum home


how can that be removed?
any help ?
Posted By: Travis Re: how do i ? - 08/19/2001 3:10 AM
:rolleyes:

Quote
quote:
Posted By: Chris Re: how do i ? - 08/19/2001 3:52 AM
ok i already did that but it didn't work
what other files or should i say what files do i need to make those changes to?
Posted By: Chris Re: how do i ? - 08/20/2001 1:31 AM
we still need help with this anyone
© UBB.Developers