vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Banner Rotator (https://vborg.vbsupport.ru/showthread.php?t=32354)

xug 11-12-2001 02:58 AM

I'm looking for an banner rotator that can be placed between the top forum buttons and the breadcrumbs of the forum board on each and every page of the forum.

Can somebody help me with this?

PS

This is not for my own website, this is for a website (legal vBulletin) where I'm a moderator and doesn't use vbportal like I do !

Snake~eyes 12-02-2001 03:35 AM

why can't you just place it in the header?

xug 12-02-2001 10:52 AM

Thank you, but no, because the header holds the logo of the site.

Snake~eyes 12-02-2001 01:03 PM

Right but couldn't you place it under the logo?

DarkReaper 12-02-2001 02:53 PM

Here's what I do. Put this in your phpinclude template:

Code:

ob_start();
view("html");
$banner = ob_get_contents();
ob_end_clean();

For me, view("html") is a function that gets a random html banner from the cycle. That code chunk gets the banner and stores it into a variable, $banner. Then place $banner where the banner/ad should be.

DuDeinPA 11-24-2002 04:14 PM

how does that work? Where do you store the banners at?

MuSuL 09-08-2003 04:34 AM

Ya how does this work?

Godzilla MR2 02-26-2004 01:36 AM

I just found this
http://phpadsnew.com/two/index.html


All times are GMT. The time now is 07: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.01205 seconds
  • Memory Usage 1,718KB
  • 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
  • (8)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