The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
On the forum homepage, I would like to display an extra link next to the titles for some of the forums that are in 'category' mode. I don't see a hook that will allow me to do this, but I have seen cases where AJAX lets you hook into places that you can't with hooks alone. Is this possible for what I'm doing?
If not, I'll have to modify the vB source, which I'd much rather not have to do. |
#2
|
|||
|
|||
![]()
Should be possible with some template edits. I'll look into it for you.
Right then, this is dead simple. In your forumdisplay_level1_nopost template FIND Code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> Code:
<if condition="$show['forumdescription']">$forum[description]</if> |
#3
|
|||
|
|||
![]()
Thanks, I was needing this also... Actually I want to post some kind of menu beside but the idea is the same
![]() |
#4
|
|||
|
|||
![]()
Thanks Peter! Worked like a charm.
|
#5
|
|||
|
|||
![]()
You're both welcome. HTH
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|