Back to vBulletin 3.5 Add-ons

Add Extra Header / Footer
Mod Version: 1.00, by Zachariah

This modification is in the archives.
vB Version: 3.5.0 Rating: (1 vote - 4.00 average) Installs: 26
Released: 28 Oct 2005 Last Update: 28 Nov 2005 Downloads: 58
Not Supported Uses Plugins Template Edits  

/* ----------------- 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
Hello!
1) Do you can do please sometimes your Header extra code of your HP post?
Thanks

2) Phrasen not include :ermm:

cu 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
Installed!
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>
Useage: If you need more banners edit / add another row.
Code:
banner[number++] = "<a href='http://www.yoursite1.com' target='_blank'><img src='/banners/image1.jpg' alt='' border='0' /></a>"
Link of Destination
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

vblts.ru supports vBulletin®, 2022-2024