The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a mod that will allow me to have a block of text above a certain forum? For instance, i have a forum that when entered i want a block of texts that gives the user some information about the forum.
hope this makes sense.. Thanks, -mike |
#2
|
||||
|
||||
![]()
Why don't you just post an announcement for that forum?
Distance |
#3
|
||||
|
||||
![]()
Well I do it because users don't always read announcements -- this way it's right there staring them in the face.
Find in your forumdisplay template: Code:
$navbar Code:
<if condition="$foruminfo[forumid] == 'X"> <table cellspacing="0"> <tr> <td>This is only visible in Forum X.</td> </tr> </table><br /> </if> |
#4
|
||||
|
||||
![]()
Fixed a few errors in Kirk's code.
Code:
<if condition="$foruminfo['forumid'] == X"> <table cellspacing="0"> <tr> <td>This is only visible in Forum X.</td> </tr> </table><br /> </if> |
#5
|
|||
|
|||
![]()
Thanks Guys..
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|