Quote:
Originally Posted by ForgotenDynasty
Im working on a skin and im trying to make it so the background to others post is blue and the background to your post is yellow however I cant seem to get the conditional statement to work.
Any suggestions on how to execute a code if its only your post
This is what ive been using but it doesn't work
Code:
<if condition="$bbuserinfo[username] == $post[musername]">yellow<else />blue</if>
|
Try
Code:
<if condition="$bbuserinfo[userid] == $post[userid]">