The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
condition $foruminfo[title]
Hi, can somebody please help me change the following code to make it compatible with vb 4 for use in the navbar template.
HTML Code:
<if condition="($foruminfo[title] == '')"> <h1>$foruminfo[title]</h1> <p>$foruminfo[description] $threadinfo[title]</p> </if> Chris. |
#2
|
|||
|
|||
HTML Code:
<vb:if condition="$foruminfo['title'] == ''"> <h1>{vb:raw foruminfo.title}</h1> <p>{vb:raw foruminfo.description} {vb:raw threadinfo.title}</p> </vb:if> |
#3
|
|||
|
|||
That did the trick, much appreciated :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|