Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Rotating Banners in your Navbar Details »»
Rotating Banners in your Navbar
Version: 3.0.0, by HMBeaty HMBeaty is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.2 Rating:
Released: 05-09-2009 Last Update: Never Installs: 63
Template Edits
Is in Beta Stage  
No support by the author.

A quick and easy mod that will add an area for rotating your advertisers banners

Support will only be given to those who have clicked INSTALL .

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-03-2009, 11:17 PM
Markos Markos is offline
 
Join Date: Aug 2006
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is cool thanks is there anyway to change the background of it to match my style colour
Reply With Quote
  #13  
Old 08-03-2009, 11:27 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you mean changing the alt, just find:
HTML Code:
<td class="alt2">
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() {
And replace with
HTML Code:
<td class="alt1">
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() {
Reply With Quote
  #14  
Old 08-04-2009, 12:05 AM
Markos Markos is offline
 
Join Date: Aug 2006
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
If you mean changing the alt, just find:
HTML Code:
<td class="alt2">
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() {
And replace with
HTML Code:
<td class="alt1">
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() {
nice one thanks that did the trick
Reply With Quote
  #15  
Old 08-16-2009, 02:39 AM
jkcerda jkcerda is offline
 
Join Date: Mar 2008
Posts: 425
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need noob help,,,where do I upload the banners to?
I dont see an XML file, just change the navbar template then?

guessing the template needs to be modified with each banner added?
Reply With Quote
  #16  
Old 08-16-2009, 02:45 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jkcerda View Post
need noob help,,,where do I upload the banners to?
I dont see an XML file, just change the navbar template then?
Where ever you want to upload them to and just add the link for where you uploaded the banner to your code
Quote:
Originally Posted by jkcerda View Post
guessing the template needs to be modified with each banner added?
Yes
Reply With Quote
  #17  
Old 09-05-2009, 02:40 PM
gersforum@gmail gersforum@gmail is offline
 
Join Date: Oct 2006
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Raptor View Post
can you add flash banners with this ?
Not with this one either

Is there any others like this available where you can add flash banners to? This is ideal too!
Reply With Quote
  #18  
Old 10-13-2009, 07:46 PM
bigdjam bigdjam is offline
 
Join Date: Feb 2009
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks!
Reply With Quote
  #19  
Old 10-26-2009, 07:03 AM
Gav-n-Tn Gav-n-Tn is offline
 
Join Date: Sep 2009
Location: Tennessee
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jkcerda View Post
need noob help,,,where do I upload the banners to?
I dont see an XML file, just change the navbar template then?

guessing the template needs to be modified with each banner added?
Someone explain that to a newbie in layman's terms
Reply With Quote
  #20  
Old 10-27-2009, 01:38 AM
cybergas cybergas is offline
 
Join Date: Oct 2009
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this mod, thanks a lot!!!!

I had to play a little with Code since I need it to be xhtml complaint, I finally came up with some little modifications that makes the code validated trough the validator.w3.org (once installed on the forum it throw couple of minimal errors but worked OK)

Code:
<!-- Banner Rotator -->
<td class="alt1"><script language="Javascript" type="text/javascript">
//<![CDATA[
<!-- 
function banner() { 
}; 

banner = new banner(); 
number = 0; 


// bannerArray 

banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='BANNER_URL' border='1'><\/a>"
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='BANNER_URL' border='1'><\/a>"
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='BANNER_URL' border='1'><\/a>" 
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='BANNER_URL' border='1'><\/a>"


increment = Math.floor(Math.random() * number); 

document.write(banner[increment]); 

//-->
//]]>
</script></td>
<!-- End Banner Rotator -->
Reply With Quote
  #21  
Old 11-02-2009, 11:54 PM
Skydiver10's Avatar
Skydiver10 Skydiver10 is offline
 
Join Date: Sep 2009
Location: SoCal
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey..great mod...love it...and thank you!!! :up::up::up::up::up: .....
Live demo: http://www.skydive-info.com/skydiving
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08062 seconds
  • Memory Usage 2,311KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete