Previous Thread
Next Thread
Print Thread
Rate Thread
#120752 06/23/2001 7:48 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
remove the banner and links on the top of the pages???

Sponsored Links
#120753 06/23/2001 9:09 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
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

#120754 06/25/2001 12:04 AM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
what do you mean remove every refrence???

#120755 06/25/2001 12:13 AM
Joined: Nov 2000
Posts: 53
Member
Member
Offline
Joined: Nov 2000
Posts: 53
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.


-drew
#120756 06/25/2001 12:17 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
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??

Sponsored Links
#120757 06/25/2001 3:21 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
i found out where it is that it removed it,..... the login page, how do i remove it from every page??

#120758 06/25/2001 3:55 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
i removed

$MainButtonsLine = &MainButtonOptions;

from every public template file i found it in, it still shows, what i'm i doin' wrong???

#120759 06/25/2001 4:54 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
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..:)


- Allen wavey
- What Drives You?
#120760 06/25/2001 4:56 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
go into ubb_lib.cgi and make the $mainbuttons line into:

$MainButtons = qq!
""!;

You won't have to worry about the template files.


- Allen wavey
- What Drives You?
#120761 06/25/2001 5:36 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
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

Sponsored Links
#120762 06/25/2001 5:41 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3

#120763 06/25/2001 10:53 PM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
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??

#120764 06/26/2001 3:58 AM
Joined: May 2001
Posts: 5
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 5
I would like to know this too, any1 got any suggestions?

any ubb officials in da house?

#120765 06/26/2001 10:21 AM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
Quote
quote:
Ummm, Allen just told everyone how to do it...

#120766 06/26/2001 10:51 AM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
Quote
quote:
ummm, it didn't work

#120767 06/26/2001 11:35 AM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
It might be because you're using an ezboard . [Linked Image]

#120768 06/26/2001 11:48 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Quote
quote:
Did you clear your cache after making the change?


- Allen wavey
- What Drives You?
#120769 06/27/2001 12:51 AM
Joined: Jun 2001
Posts: 44
Member
Member
Offline
Joined: Jun 2001
Posts: 44
yo i did it, but now how do i take off the title off???

#120770 06/28/2001 2:37 PM
Joined: May 2001
Posts: 5
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 5
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.

#120771 08/18/2001 7:33 PM
Joined: Aug 2001
Posts: 12
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 12
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 ?

#120772 08/18/2001 8:10 PM
Joined: Aug 2000
Posts: 1,083
Kahuna
Kahuna
Offline
Joined: Aug 2000
Posts: 1,083
:rolleyes:

Quote
quote:


.::First place winner in the June 2001 Member Spotlight ::.
.::Zelda Xtreme::.
#120773 08/18/2001 8:52 PM
Joined: Aug 2001
Posts: 12
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 12
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?

#120774 08/19/2001 6:31 PM
Joined: Aug 2001
Posts: 12
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 12
we still need help with this anyone


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)