Add a Header / Footer option to each forum

Itsuki Minami

New Member
Add a Header / Footer option to each forum

/* -----------------9/16/2005 8:25AM-----------------
Add a Header / Footer option to each forum V.1.0
Tested on vBulletin: 3.5.0 RC2,RC3

This is a Port from a previous hack by ChurchMedia.

*** Header/Footer For Each Forum and Threads in that Forum (VB 3.0x) - BY: ChurchMedia
Header/Footer For Each Forum and Threads in that Forum - vBulletin.org Forum


*** Info:
This modification will allow you to add an extra, unique header and footer for each forum.
You can use HTML, javascript, but no PHP.

--------------------------------------------------*/

Upload the "Product" and edit 2 templates, It's a snap.
:rambo:

There is also an Upgrade XML file for all the users that upgrated from VB3.x vs. new install.

------------------------------------------------------------------------
I looked and played with the location of the 2 Variables:

$foruminfo[forumheader] // header
$foruminfo[forumfooter] // footer
The ver. that ChurchMedia did makes 2 edits to 2 template(below).

(ForumDisplay, Showthread - after $navbar and before $footer)

$navbar
<------------------------------------------->
BELOW ADD:
<------------------------------------------->
$foruminfo[forumheader]
<------------------------------------------->


$footer
<------------------------------------------->
ABOVE ADD:
<------------------------------------------->
$foruminfo[forumfooter]

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--
2b.) Revised Ideas

Note: I make 1 edit to 2 templates

$foruminfo[forumheader] to the "navbar" template (after everything to show up under)
OR
$foruminfo[forumheader] to the "header" template (many places) to show up on both ForumDisplay, Showthread.

AND
$foruminfo[forumfooter] to the "footer" template to show up on both ForumDisplay, Showthread.

****
On every page except forumdisplay.php and showthread.php the Variables will not show up.


-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--
*** Useage:

For extra header/footer go to Forums & Moderators => Forum Manager => Edit forum => scroll do to the bottom enter your details.
__________________
http://www.szone.us | http://www.gzhq.net

My:Hacks @ vBulletin.org
Member of PhotoPost Support

Remember i prefer if you click the thanks button better than thanking me in a reply
 

stefan-te

New Member
With me, when i add an a html code, it says Database eror.
Does this code is corect?
<img alt="" src="http://xx-xxxxxxx.xxx/images/headers/xxxxxx.png" title="Discussions" class="alignnone" width="101" height="21" />
 
Top