The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add a banner image to each forum (vb3.5) Details »» | |||||||||||||||||||||||||
/* -----------------8/11/2005-----------------
[HowTo] Add a banner option image w/ Link or HTML paste to each forum V.1.6 Tested on vBulletin: 3.5.0 RC2 Zachariah - http://www.gzhq.net This is a VB3.5 Ver of my previous hack: *** Add a banner image to each forum (VB 3.0x) https://vborg.vbsupport.ru/showthread.php?t=61555 *** Info: This modification will Add an image banner w/ link Or paste in your own HTML code option per forum. These files can be any image. (png, jpg, gif, ect). This will be located after the $navbar on FORMDISPLAY. This images can be located on the localhost or on a remote server. --------------------------------------------------*/ Upload the "plug-in" and edit 2 template, It's a snap. Changelog: ------------ 1.6 Banner shows up on each thread adds: 1 more template edit to the install Requested by: - Ryan McBain ** Note: 1.5 - 1.6 needs only to edit SHOWTHREAD not Reinstall the XML files 1.5 Added HTML option (tested w/ Java and Iframe from phpadsnew output) Added 3.x to VB 3.5 upgrade XML file. ** Random Banner Code Java **Please click " Install " to track updates. Show Your Support
|
Comments |
#92
|
|||
|
|||
hi, i added everything that was supposed to be added, and followed your instructions word for word... but for some reason my custom style went away... its at the original style... what happened?
|
#93
|
||||
|
||||
Quote:
is your skins set: - Default (edited style) -- Custom -- Custom Many times the custom skins need to be edited to show the edits. |
#94
|
|||
|
|||
i installed the products....but dont see the option anywhere
|
#95
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/attachmen...chmentid=34099 AdminCP => Forums & Moderators => Forum Manager => Edit a Forum / Add New Forum |
#96
|
|||
|
|||
Quote:
Upgraded to 3.5.1 from 3.5 where the mod was working. I had to revert Forumhome and Showthread. I reuploaded the product and did the addition to those two templates. It isn't working. What do I need to do to get this working in 3.5.1? Thanks. |
#97
|
|||
|
|||
Quote:
But I also was looking for something like this that would display banner ads on the actual forum header & rotate through several different spnsor ads, and your java script worked like a champ! THANK YOU! THANK YOU! THANK YOU! I just placed it in the header script of the default template. |
#98
|
||||
|
||||
Quote:
:banana: |
#99
|
||||
|
||||
I was wondering, is there any way to add banners for different forums, like this plugin does but in the header of the forum?
Like in the attachement |
#100
|
|||
|
|||
can these banners be hidden to a user group?
|
#101
|
||||
|
||||
Quote:
Try this: header template: Code:
<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 /> <else /><img src="images/banner/default.gif" border="0"> </if> </if> </if> </if> Now I have also done this added this hack to "Add Extra Header / Footer" Add Extra Header / Footer https://vborg.vbsupport.ru/showthrea...threadid=99544 Code:
<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 /> <else />$vboptions[fhx2h] </if> </if> </if> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|