The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Unique Content on Top of Forum Display? (Certain Forum Rules)
I might be blinded, but I've dug though the mod forums in search of a mod like this. (vb3.5)
The idea is to have content display at the top of certain forums. Screenshot (neowin.net example) Basically I have a Forum titled GD, at the top of that forum I'd like to have a description about that forum, and maybe some links that I only want shown in that forum. Some forums will not have this type of info, so it wouldn't show up. Any help would be appreciated. |
#2
|
|||
|
|||
add in forumdisplay template
after navbar Code:
<if condition="$forumid == 7"> <table class="tborder"><tr><td class="alt1"><b>Anfragen bitte in die <a href="forumdisplay.php?f=21">Anfragen</a> rein!</b> Hier geh?ren nur schon "fix" stehende Termine rein da dieser Teil mit dem Kalender verbunden ist und alles was hier gepostet wird im Kalender erscheint</td></tr></table><br /> </if> <if condition="$forumid == 19"> Lameths vorschlag war es dieses board zum absprechen von partyterminen zu verwenden, damits nicht an einem WE 4 partys gibt und dann die n?chsten 3 wochen wieder keine :)</if> |
#3
|
|||
|
|||
So basically I'd have to put each forum description in the template?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|