vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Add a banner image to each forum (vb3.5) (https://vborg.vbsupport.ru/showthread.php?t=94119)

makaveli420 10-19-2005 02:48 AM

works awesome!! exellent idea..

RaceJunkie 10-19-2005 07:22 PM

Thanks I love it

Clicks Install

Allan 10-21-2005 07:54 AM

hey :)

this hack work with tle .swf (flash) extensions ?

Zachariah 10-21-2005 11:36 AM

Quote:

Originally Posted by Allan
hey :)

this hack work with tle .swf (flash) extensions ?

It will if you paste your code in the HTML/Paste Area.

Allan 10-21-2005 11:53 AM

yes, work perfectly , thanks :)

"Click Install" ;)

athoob 10-24-2005 03:42 PM

Thanx :)

piXelatedEmpire 10-25-2005 08:16 AM

Quote:

Originally Posted by Zachariah
Per user. I don't see a problem. You may want to do "usergroup". That way all in the group vs. editing 1 @ a time. Its easy to move a ton of people or setup a Promotions when a user does this or that upgrade to the new user level. The new group level is in a <if> statment to not show the banner.

Ill kick around the idea and see what I can come up with.

Just curious if this is still being worked on.. would be a fantastic feature

HormZ 10-25-2005 11:11 AM

Am I the only dunce or what!! :ermm:

I did what I thought was a perfect install but......................I do not see the banner.

It is there wanting to be seen but will not show. The outline is there with the alt phrase but no flash banner showing.

See here: http://www.bokbok.co.uk/forumdb/forumdisplay.php?f=20

What can I do to fix this? :tired:

Zachariah 10-25-2005 11:27 AM

Quote:

Originally Posted by HormZ
Am I the only dunce or what!! :ermm:

I did what I thought was a perfect install but......................I do not see the banner.

It is there wanting to be seen but will not show. The outline is there with the alt phrase but no flash banner showing.

See here: http://www.bokbok.co.uk/forumdb/forumdisplay.php?f=20

What can I do to fix this? :tired:


Code:

Sorry, BOKBOK is resting! The board is unavailable at the moment while we install updates and test functionality & correct upgrade errors.

We will be back soon...better, stronger, flashier and cooler!

Q: You are posting the HTML for the flash code into the HTML textarea ? The image area blanks will do only images.

Zachariah 10-25-2005 01:26 PM

Here is a simple JAVA random banner code you can paste in the HTML area of any forum.

EX:
This will show @ random.

image1.jpg @ http://www.yoursite1.com
image2.jpg @ http://www.yoursite2.com
image3.jpg @ http://www.yoursite3.com


Code:

<script language="javascript" type="text/javascript">
<!--
function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.yoursite1.com' target='_blank'><img src='/banners/image1.jpg' alt='' border='0' /></a>"
banner[number++] = "<a href='http://www.yoursite2.com' target='_blank'><img src='/banners/image2.jpg' alt='' border='0' /></a>"
banner[number++] = "<a href='http://www.yoursite3.com' target='_blank'><img src='/banners/image3.jpg' alt='' border='0' /></a>"
 
// keep adding items above here...

increment = Math.floor(Math.random() * number);
document.write(banner[increment]);

//-->
</script>

Useage: If you need more banners edit / add another row.
Code:

banner[number++] = "<a href='http://www.yoursite1.com' target='_blank'><img src='/banners/image1.jpg' alt='' border='0' /></a>"
Link of Destination
Image location


All times are GMT. The time now is 05:02 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.03186 seconds
  • Memory Usage 1,742KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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