The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Id appreciate it if anyone could answer this..
ive just added this code in
Code:
<div>Style: <if condition="$post['styleid']==2"><a href="http://www.xample.com/forum/index.php?styleid=2">Blue</a></if></div> Style: in the postbit. i already have the style name and colour in, so i know its not that, can anyone tell me how to get it to recognise the default style? |
#2
|
|||
|
|||
use an if as above but leave the end me it blank ie ' '
|
#3
|
||||
|
||||
Quote:
Code:
<if condition="$post['styleid']=="><a href="http://www.example.com/forums/index.php?styleid=2">Blue</a></if></div> Code:
The following error occurred when attempting to evaluate this template: Parse error: syntax error, unexpected ')' in /includes/adminfunctions_template.php(3537) : eval()'d code on line 68 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
#4
|
|||
|
|||
Code:
<if condition="$post['styleid']==''"><a href="http://www.example.com/forums/index.php?styleid=2">Blue</a></if> |
#5
|
||||
|
||||
still no
im not missing something really obvious am i? like rebuilding update counters? |
#6
|
|||
|
|||
HTML Code:
<div>Style: <if condition="$post['styleid']==2"><a href="http://www.xample.com/forum/index.php?styleid=2">Blue</a><else /><a href="http://www.xample.com/forum/index.php?styleid=1">Default</if></div> HTML Code:
<if condition="$post['styleid']==2"> 1 <else /> <if condition="$post['styleid']==3"> 2 <else /> <if condition="$post['styleid']==4"> 3 <else /> default </if> </if> </if> |
#7
|
||||
|
||||
thanks alot man thats working
thanks alot for your help, both of ye |
#8
|
|||
|
|||
of course it is!
it's all about the if structure!!! Fastest form of flow controll in any environment! (I can't substantiate that) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|