vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Will pay for Rotating Ad banner install/help (https://vborg.vbsupport.ru/showthread.php?t=292488)

DevonGman 12-03-2012 02:37 AM

Will pay for Rotating Ad banner install/help
 
hi guys.. My site is getting sponsors faster than i can research and learn how to accomplish things on VB.. I need a Hack that will allow me to add multiple sponsor banners to one advert slot and set how long they stay up before the next one rotates in.. ive messed with some banner rotators and there either not compatible with VB4.2 or I just cant figure out how to make them work.. Please help. Id like to discuss cost and the program features up front.. thanks

Feel free to move this to the appropriate place if this isnt it.. i didnt know where to post this. thanks!

ForceHSS 12-03-2012 02:06 PM

<a href="https://vborg.vbsupport.ru/forumdisplay.php?f=30" target="_blank">https://vborg.vbsupport.ru/forumdisplay.php?f=30</a>

Stefan118 12-15-2012 10:29 PM

How about putting this script in your ad section?
It rotates the banner with each pagerefresh, and you can add as many banners as you want.

Compatible with all versions becouse it is just basic javascript.

Code:

<script language="JavaScript">

images = new Array(4); 

images[0] = "<a href = 'http://www.LinkToBannersWebsiteA.com' target='_blank'><img src='http://www.PlaceWhereTheBannerIsStored_a.gif' alt='ALT text'></a>";
images[1] = "<a href = 'http://www.LinkToBannersWebsiteB.com' target='_blank'><img src='http://www.PlaceWhereTheBannerIsStored_b.gif' alt='ALT text'></a>";
images[2] = "<a href = 'http://www.LinkToBannersWebsiteC.com' target='_blank'><img src='http://www.PlaceWhereTheBannerIsStored_c.gif' alt='ALT text'></a>";
images[3] = "<a href = 'http://www.LinkToBannersWebsiteD.com' target='_blank'><img src='http://www.PlaceWhereTheBannerIsStored_d.gif' alt='ALT text'></a>";

index = Math.floor(Math.random() * images.length);
document.write(images[index]);

</script>


Monty4 08-04-2023 11:14 PM

At the risk of digging up an old thread, Stefan118's code works great in 5.75 with one caveat. No options can be selected in the ad manager about groups, dates or anything else for it to work. Leave them all blank, unchecked and it works great


All times are GMT. The time now is 11:15 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.01040 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete