The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add a banner image to each forum Details »» | |||||||||||||||||||||||||
Works on: VB3 RC3 - 3.1+
This modification will Add an image banner w/ link option per forum. This hack modifies/adds : 1 php file 2 templates 4 query / table field 4 added phrase *1.6 Update 12.18.05 Useage: 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. Admincp -> Forums & Moderators -> Forum Manager -> Edit Forum -> Fill out the banner info. Banner Image - (location of image) Banner URL - (Link that you go to when u click the banner) Alt Tag (if you mouse over the banner; pop-up text) HTML Paste (added) You can also fill out the info when you make a new forum. NOTES: Changes: -------- 1.6 Banner shows up on each thread adds: 1 more template edit to the install *1.5 +Added HTML option *1.2 + Added Alt text for each banner(admincp) + Images no longer must be on the server You can use a local image off your webserver or use a image at another location. EX: /images/banner/someimage.jpg or http://www.yoursite.com/someimage.jpg *1.1 + Added option for image to have a link *1.0 + Image banner for every forum under the $navbar *// JAVA BANNER ROTATION FYI- I did some playing around took the <if></if> statement added to the ForumsDisplay template. You can insted place it in the header / footer template and it will show up also. VB3.5X ver https://vborg.vbsupport.ru/showthread.php?t=94119 Show Your Support
|
Comments |
#102
|
|||
|
|||
I will try this!
|
#103
|
|||
|
|||
might be a stupid question but where do you link the banner? I installed the hack and everything seemed to do fine but if I want a banner at the top just below my forum home header just like the example screen shot, where do I go to edit the banner or link it?
|
#104
|
||||
|
||||
Quote:
Useage: Admincp -> Forums & Moderators -> Forum Manager -> Edit Forum -> Fill out the banner info. Banner Image - (location of image) Banner URL - (Link that you go to when u click the banner) Alt Tag (if you mouse over the banner; pop-up text) You can also fill out the info when you make a new forum. 1st post updated w/ info. |
#105
|
|||
|
|||
excellent hack, and great tech support. I really enjoy this hack.
|
#106
|
||||
|
||||
Quote:
|
#107
|
|||
|
|||
Quote:
|
#108
|
||||
|
||||
Quote:
There are a few other things that can be done. 100x25px image ForumHome insted of ForumDisplay. |
#109
|
||||
|
||||
Quote:
I am having the same problem and I have tried a bunch of difrent tags to no avail. I do already have rotating banners in the header but I am not sure why that would effect this... Does anyone have a fix??? Thanks |
#110
|
||||
|
||||
Quote:
In the Attached file: ///////////////////////////// Edit Template : ForumDisplay ////////////////////////////// - Find: $navbar - Below add: Code:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><td><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></td></center> <else /> <if condition="$foruminfo['banner']"><center><td><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></td></center> </if> </if> 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 /> </if> </if> I will update the main hack soon. I will also have a VB3.5 ver sometime today. |
#111
|
||||
|
||||
Great! Thanks.... I should have caught that myself...
Great hack man!! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|