Add Extra Header / Footer
This modification is in the archives.
/* ----------------- 10/28/2005 1:33PM -----------------
Add Extra Header / Footer Tested on vBulletin: 3.5.0 Zachariah - http://www.gzhq.net *** Info: This modification will allow you to add an extra, unique header and footer. You can use HTML, javascript, but no PHP. --------------------------------------------------*/ - - Extra Header Here you can add a "Extra Header" to your forums. Paste: $vboptions[fhx2h] into your templates. EX: Edit header template and paste $vboptions[fhx2h] at the top of the template, and save.. HTML, Javascript, etc. No PHP - - Extra Footer Here you can add a "Extra Footer" to your forums. Paste: $vboptions[fhx2f] into your templates. EX: Edit footer template and paste $vboptions[fhx2f] at the bottem of the template, and save.. HTML, Javascript, etc. No PHP *** Useage: vBulletin Options => General Settings => scroll Extra Header / Extra Footer enter your details. => Phrases list Spoiler (click to open)
Quote by deta
1) I am sorry I do not understand. 2) Phrases list: setting_fhx2f_desc setting_fhx2f_title setting_fhx2h_desc setting_fhx2h_title options_options_fhx2f_text options_options_fhx2f_title options_options_fhx2h_text options_options_fhx2h_title
Quote by Aftermath
You
Close
Random Java Rotation Spoiler (click to open)
Here is a simple JAVA random banner code you can paste in the HTML area
EX: This will show @ random. image1.jpg @ http://www.yoursite1.com image2.jpg @ http://www.yoursite2.com image3.jpg @ http://www.yoursite3.com Code:
<script language="javascript" type="text/javascript"> <!-- function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='http://www.yoursite1.com' target='_blank'><img src='/banners/image1.jpg' alt='' border='0' /></a>" banner[number++] = "<a href='http://www.yoursite2.com' target='_blank'><img src='/banners/image2.jpg' alt='' border='0' /></a>" banner[number++] = "<a href='http://www.yoursite3.com' target='_blank'><img src='/banners/image3.jpg' alt='' border='0' /></a>" // keep adding items above here... increment = Math.floor(Math.random() * number); document.write(banner[increment]); //--> </script> Code:
banner[number++] = "<a href='http://www.yoursite1.com' target='_blank'><img src='/banners/image1.jpg' alt='' border='0' /></a>" Image location Close
Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Add Extra Header / Footer to FORUMHOME | vBulletin 3.5 Add-ons |