vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Rotating Banners in your Navbar (https://vborg.vbsupport.ru/showthread.php?t=213321)

Markos 08-03-2009 11:17 PM

this is cool thanks is there anyway to change the background of it to match my style colour

HMBeaty 08-03-2009 11:27 PM

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() {


Markos 08-04-2009 12:05 AM

Quote:

Originally Posted by Redlinemotorsports (Post 1860947)
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

jkcerda 08-16-2009 02:39 AM

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?:confused:

HMBeaty 08-16-2009 02:45 AM

Quote:

Originally Posted by jkcerda (Post 1868283)
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 (Post 1868283)
guessing the template needs to be modified with each banner added?:confused:

Yes

gersforum@gmail 09-05-2009 02:40 PM

Quote:

Originally Posted by Raptor (Post 1856258)
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!

bigdjam 10-13-2009 07:46 PM

thanks!

Gav-n-Tn 10-26-2009 07:03 AM

Quote:

Originally Posted by jkcerda (Post 1868283)
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?:confused:

Someone explain that to a newbie in layman's terms :)

cybergas 10-27-2009 01:38 AM

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 -->

:)

Skydiver10 11-02-2009 11:54 PM

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


All times are GMT. The time now is 02:58 PM.

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.01285 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete