The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide forum description for forumdisplay only?
How do i do this? I tried to do it in forumhome_forumbit_level* templates but thats only on forumhome. How do i do this for forumdisplay? Cant find the forum description in forumdisplay template either.
Thanks for helping out. Marius |
#2
|
|||
|
|||
Do not add description in Forum Manager!
|
#3
|
||||
|
||||
In admincp > vbulletin options > Forum listings Display options >
Show Forum Descriptions in Forum Listings you can set this to NO. The effect is that the description will not be visible on the forum index, but it will be visible within each forum on forumdisplay. I think the optimal solution would be to add the forum description as an alt text to the forum title, so that hovering above it will show the description without taking up any space. This requires a template edit. title="$forum[description]" needs to be added. Im not sure to which Forum Home template. |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
I hid it and its better. still would like the threads numbers to be equal (same visible level) as the "new thread button"
to hide it go to FORUMDISPLAY on your MASTER STYLE (need debug mode on o edit master style) find Code:
<div id="pagetitle" class="pagetitle"> <h1>{vb:rawphrase forum}: <span class="forumtitle">{vb:raw foruminfo.title}</span></h1> <vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if> </div> Code:
<div id="pagetitle" class="pagetitle" style="visibility:hidden"> <h1>{vb:rawphrase forum}: <span class="forumtitle">{vb:raw foruminfo.title}</span></h1> <vb:if condition="$foruminfo['description']"><p class="description">{vb:raw foruminfo.description}</p></vb:if> </div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|