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)

Zachariah 05-31-2006 09:48 PM

Quote:

Originally Posted by utw-Mephisto
Zach, is there a way to do add a banner for the categories and they show up then above the categorie ? So far I am just using html tags in the categorie name but the problem with that is of course, they showing up everywhere ..

Can ya show me an example ?

iMystik 06-01-2006 01:30 PM

thanks mate!!!

demojames 06-02-2006 02:17 PM

Installed

Works like a charm and installed in under a mintue!!

Thanks

ldma 07-26-2006 06:15 PM

You have no idea what a relief it has been to get this plugin working.....I'm transferring paid sponsors over from phpbb, but all I kept finding was people rattling on about rotating banners....this suits my business model down to a tee.

Thankyou thankyou thankyou

Champster 07-31-2006 04:10 PM

I'm getting red x marks on my forum for banners. I input all of the pertinent information in the HTML Code section of the Admin CP but I'm having no success. The link I am working with is simliar to the one below. I'm using this link b/c I am an affiliate to a website where I am compensated for the revenue the ad generates

<a href="http://signup.yoursite.com/track/MjczNjo1OjIx/" target=""><img src="468x100_3.jpg" width="468" height="100" border=0></a>

Please advise. Thanks.

Zachariah 07-31-2006 09:34 PM

Quote:

Originally Posted by Champster
I'm getting red x marks on my forum for banners. I input all of the pertinent information in the HTML Code section of the Admin CP but I'm having no success. The link I am working with is simliar to the one below. I'm using this link b/c I am an affiliate to a website where I am compensated for the revenue the ad generates

<a href="http://signup.yoursite.com/track/MjczNjo1OjIx/" target=""><img src="468x100_3.jpg" width="468" height="100" border=0></a>

Please advise. Thanks.

Hello,

In bold:
Code:

<a href="http://signup.yoursite.com/track/MjczNjo1OjIx/" target=""><img src="468x100_3.jpg" width="468" height="100" border=0></a>
The image you wish to show should be in the "root" folder of your forums according to the code you have.
If you have your banners in a "banners" folder on the server try this:

Code:

<a href="http://signup.yoursite.com/track/MjczNjo1OjIx/" target=""><img src="/banners/468x100_3.jpg" width="468" height="100" border=0></a>
or

Code:

<a href="http://signup.yoursite.com/track/MjczNjo1OjIx/" target=""><img src="http://www.yoursite.com/banners/468x100_3.jpg" width="468" height="100" border=0></a>
Fill in the URL of the banners on your server.

jswanson 08-01-2006 01:38 AM

Quote:

below add / replace:


<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br />
<else />
<if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center><br />
<else />
<if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center><br />
</if>
</if>
</if>
What do I replace... or do I just add the code at the bottom of both templates during a new install...?

baby9x 08-06-2006 12:00 AM

Great! http://yeuamnhac.com has this mod!
It's very nice! I love it! :)

soletrader 08-07-2006 01:21 AM

Is there a way to make it rotating?

Zachariah 08-07-2006 10:57 AM

Quote:

Originally Posted by soletrader
Is there a way to make it rotating?

There is a simple way.
https://vborg.vbsupport.ru/showpost....1&postcount=80


All times are GMT. The time now is 02:34 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.01296 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)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