The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
What hack is this???
Hey YAWL - I saw interesting modification whilst skimming the net. It has the forum description above the threads and threads list as seen below. What is it please, as I want it Thanx,
Jacquii. |
#2
|
||||
|
||||
Not a hack, that's a default option in vB!
ACP => vBulletin Options => vBulletin Options => Forum Display Options (forumdisplay) => Enable Forum Description If you have that option turned on and still don't see it then you may be using a custom style that is missing the code. |
#3
|
||||
|
||||
Yep - using a custom style - Would you know the code please? Share AND Thanx
Jacquii. |
#4
|
||||
|
||||
-bump-
|
#5
|
||||
|
||||
Template: navbar
Under: Code:
<!-- / nav buttons bar --> <br /> Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> Code:
<if condition="$show['forumdesc']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td> </tr> </table> <br /> </if> |
#6
|
||||
|
||||
EXCELLENT - Thanx very much ZACHARIAH
Jacquii. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|