The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
custom section titles for article sections in CMS
I'm trying to write some code to show custom image titles for sections, only I'm really not familiar yet with this new system and haven't written code for a while.
What am I doing wrong? Code:
<vb:if condition="$title = 'News'"> <img src="images/styles/stylename/news.png"> </vb:if> <vb:if condition="$title = 'Roster'"> <img src="images/styles/stylename/roster.png"> </vb:if> <vb:if condition="$title = 'Recruitment'"> <img src="images/styles/stylename/recruitment.png"> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|