The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Customisable Forum Descriptions
Hi All,
I now know there is a feature in vBulletin which allows you to put the description on the front page of the board into the forum. So that it is up the top like here on vbulletin.org. However I would like this to be customisable like in IPB. Demo: http://forums.invisionpower.com/index.php?showforum=2 Look at the top of their forum, there is rules and some other information that can be put into that box. I personally would love to see something similar for vBulletin that is customisable like in IPB. This is one feature I thought VB had before I purchased, and it is a ripe pain not having it as it is an ideal place to put things that you want read without them opening or skipping sticky notes. Regards, Joel Screenshot of what i mean: |
#2
|
|||
|
|||
*BUMP*
Anybody ? Regards, Joel |
#3
|
|||
|
|||
i've made this in my board with a template modifikation in the FORUMDISPLAY template
Code:
<if condition="$forumid==7"> <table class="tborder" width="100%"> <tr><td class="thead">Party Kalender</td></tr> <tr class="alt1"><td>Hier nur <b>fixe</b> Termine reinschreiben.<br><br>Und bitte <u>nicht</u> nach Infos fragn in den Threads</td></tr><tr class="alt2"><td></td></tr> </table> </if> <if condition="$forumid==15"> <table class="tborder" width="100%"> <tr class="alt1" align="center"><td> ....></td></tr></table></if> <if condition="$forumid==33"> <table class="tborder" width="100%"> <tr class="alt1"><td>....!</td></tr><tr class="alt2"><td></td></tr> </table> </if> |
#4
|
|||
|
|||
hi ragtek,
Does it also display in the top of the topics or just the forums ? Regards, Joel |
#5
|
|||
|
|||
in forumdisplay just forums, but you could put that also in the showthread
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|