Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/61450?pagenum=1
05 November 2025, 02:34
Topic
DarrenLuxton
Help needed with header.
29 March 2006, 18:50
All
Many appologies if this has been answered before, i have tried many searches, but can't find the exact info i'm looking for.
Basically, i want to completely remove the header area of the forums, and replace is with a single image that covers the entire header, below that, i want a seperate navigation bar that displays the links..
I've had a look at the Inc_Header and i can't get my head around it. I am looking at the Site Integration mod, which will solve my main image problem, but how do i then remove all the formatting and have a single line navigation bar below that ?
Any help is much appreciated.
My Thanks.<
Replies ...
bobby131313
29 March 2006, 19:08
Well I use the integration mod. I commented out call sForumNavigation() in inc_header.asp, which gets rid of the block of links, then hardcoded the links (along with other stuff) in the integration mod where I wanted them.
Click my siggy and you'll see what I mean.<
DarrenLuxton
29 March 2006, 19:40
Yeah, but you still habe the graphics "Whats in your pocket" and the login area, i wish to remove all that also.<
bobby131313
29 March 2006, 20:00
That's controlled in the admin panel. You can put a 1x1 clear gif in there if you want to tighten it up.
<
squad23
29 March 2006, 20:50
search in your in_header to: " & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "
there is the place to remove your logo or change several other things.<