The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Informing my members that I have a New Forum Section
I want to add a blinking red message that says "*NEW*" in front of one of my forum sections that I just recently created. How do I do it?
Thanks, Dante |
#2
|
||||
|
||||
Find in your forumhome_forumbit_level2_post template:
Code:
<strong>$forum[title]</strong></a> Code:
<if condition="$forum[forumid] == 'X'"><img src="/path/to/newforum.gif" /></if> |
#3
|
|||
|
|||
Thank you. This is simply using a conditional only? Wow... thanks!
|
#4
|
||||
|
||||
Yes, conditionals are very versatile and quite useful in many circumstances.
|
#5
|
||||
|
||||
Another fix to Kirk's code, refer to my other post for the reason.
Code:
<if condition="$forum['forumid'] == X"><img src="/path/to/newforum.gif" /></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|