vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - vbBannerRotator (https://vborg.vbsupport.ru/showthread.php?t=129418)

dieselpowered 10-19-2006 03:14 AM

Quote:

Originally Posted by rinkrat
Most ad companies frown on autorefreshing ads.

Ya you are probably right.

VPREATR 10-19-2006 04:21 AM

What's the chance of including an array to allow for multiple ad's being display in random? Prior to changes in vB3.0.x and 3.x.x, I used the following method: (called via an external .php file)

Code:

<?php
$banners = array('<a href="http://www.adone.com/" target="_blank"><img src="/banners/adone.gif"','
<a href="http://www.adtwo.com/" target="_blank"><img src="/banners/adtwo.gif"','
<a href="http://www.adthree.com" target="_blank"><img src="/banners/adthree.gif"','
<a href="http://www.adfour.com/" target="_blank"><img src="/banners/adfour.gif"');

shuffle($banners);
?>

<?php
for ( $i = 0; $i < 13; $i++ ) {
echo "<center>";
echo $banners[$i];
echo " border=\"0\" width=\"140\" height=\"100\"></a></center><br>";
}
?>

Please let me know your thoughts on such an addition.

Thanks!

Hornstar 10-19-2006 04:28 AM

Really well done. Waiting for some info on how to fix the uncached template tho.

Thanks.

Frapegliko 10-19-2006 06:46 AM

Quote:

Originally Posted by rinkrat
Looks great!

I am getting this on the bottom of the page. How do I cache the template?

fixed.. reupload product

Frapegliko 10-19-2006 06:54 AM

Quote:

Originally Posted by ed146
I would like to place the $bannerads underneath the nav bar but right above where the main forum begins. Also would like to center it.
Any help is appreciated.

Edit your banner code

<center>Your Code here</center>

Frapegliko 10-19-2006 07:03 AM

Quote:

Originally Posted by soletrader
If I wanted to create another location for a rotating banner.. can i simply rename the product and template?


I also tested it out with 1 banner and it seems like it disappears now and then. Is there a limit min and max banners it can hold?

there is no limit..

Frapegliko 10-19-2006 07:11 AM

Quote:

Originally Posted by xtremeoff-road
Very well done my friend, piece of cake!

Hmmm would there be any way to make it rotate on its own without a page refresh?

u can use iframes in your code.

soletrader 10-19-2006 03:08 PM

How do I add a second set of banners on a different part of the forum.

$bannerads would simply give me the same set.

rinkrat 10-19-2006 05:26 PM

I'm still getting the uncached template after the upgrade.

Uncached templates: bannerbns (1)

VPREATR 10-19-2006 05:55 PM

Frapegliko:
What's the chance of you adding multiple image output? It works great for randomizing a single image from a listing of links; randomizing and outputting several images at the same time so each banner is displayed in a different sequence (as mentioned a few posts above) would be very helpful.

Thanks!


All times are GMT. The time now is 01:48 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.01177 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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