vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Banner Rotation (https://vborg.vbsupport.ru/showthread.php?t=105166)

plot 01-11-2006 10:00 PM

Banner Rotation
 
Okay, this is the first time ive released something to vbulletin.org and i hope there arnt any errors.

This is a script that uses JavaScript to have banners rotate.
There is an example included in the .rar, just extract the 3 files to a memerable directory and open the .htm in IE or FF or any explorer.

To use this as an advertisment method on your forum place the .css and .js files in you rroot directory and just place the following code where you feel necessary.

Note: The page with the code placed on it should be in the same directory as the .css and .js files (if your using this script somewhere other then your forum).

Code:

<link rel="StyleSheet" href="bis_banner.css" type="text/css" />
<script type="text/javascript" src="bis_banner.js"></script>
<script language="javascript">
                        banner1 = new Banner('banner1');
                        //First : "FLASH" OR "IMAGE"
                        //Second: PATH OF THE FILE
                        //Third : DURATION IN SECONDS
                        //Fourth : HEIGHT
                        //Fifth : WIDTH
                        //Sixth: HYPERLINK
                        banner1.add("FIRST", "SECOND", THIRD, FORTH, FIFTH,"SIXTH");
                        //Add more above "//Start" if needed
                        //Start
                        document.write(banner1);
                        banner1.start();
                </script></code>

Replaceing the "first" "second" strings and so forth in <code>banner1.add("FIRST", "SECOND", THIRD, FORTH, FIFTH,"SIXTH");

I placed it in my FORUMHOME template under

Code:

$navbar
If you want to add another banner just add another line below the original and change the strings accordingly, so your cod would look like this.

Code:

<link rel="StyleSheet" href="bis_banner.css" type="text/css" />
<script type="text/javascript" src="bis_banner.js"></script>
<script language="javascript">
                        banner1 = new Banner('banner1');
                        //First : "FLASH" OR "IMAGE"
                        //Second: PATH OF THE FILE
                        //Third : DURATION IN SECONDS
                        //Fourth : HEIGHT
                        //Fifth : WIDTH
                        //Sixth: HYPERLINK
                        banner1.add("FIRST", "SECOND", THIRD, FORTH, FIFTH,"SIXTH");
                        banner1.add("FIRST", "SECOND", THIRD, FORTH, FIFTH,"SIXTH");
                        //Add more above "//Start" if needed
                        //Start
                        document.write(banner1);
                        banner1.start();
                </script>


plot 01-12-2006 07:34 PM

Forgot to attach the file, sorry

Telegon80 01-13-2006 05:45 AM

this looks promising but dont want to travel to guinea tonight :D

EasyTarget 01-13-2006 02:44 PM

nice job plot.

The-Ensemble 07-28-2006 09:58 AM

My documents says file is corupt.


All times are GMT. The time now is 05:36 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.00989 seconds
  • Memory Usage 1,721KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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