The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[ASK] Nested IF Error
Hi,
i tried to put code like this.. want to change default words Forums to The Forums and Blogs to THE BLOGS but cannot find it... anyone can help me with that? Code:
<div class="module-title h-left"> <vb:if condition="empty($widgetConfig['hide_title'])"> <span class="main-title hide-on-editmode"> {vb:if $title=="Forums","THE FORUMS",{vb:if $title=="Blogs","THE BLOGS",{vb:raw title}}} </span> </vb:if> <span class="admin-only">{vb:rawphrase x_module, {vb:raw admin_title}}</span> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|