![]() |
How do I display text next to category title?
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. |
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> |
Thanks, I was needing this also... Actually I want to post some kind of menu beside but the idea is the same ;)
|
Thanks Peter! Worked like a charm.
|
You're both welcome. HTH :)
|
All times are GMT. The time now is 09:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|