View Single Post
  #6 (permalink)  
Old 18-May-2004, 06:23 AM
Darkling
Darkling's Avatar
Darkling is offline
 Founder
 Karma +/- Power: 68
 Karma: Darkling is a name known to allDarkling is a name known to allDarkling is a name known to allDarkling is a name known to allDarkling is a name known to allDarkling is a name known to all (614)
 
 Local Time: 12:35 AM
 Local Date: 22-Aug-2008
 Join Date: May 2004
 Posts: 985
 Blog Entries: 1
Default Re: Trophy Cabinet Move

Quote:
Originally Posted by kall
Ahhh righty...so I change the '$post' bit to whatever variable is being called, and the userid bit is what stays the same..

Gotcha.
Yep, that's about it.


Now for some fun.



To show something to everyone except specific users


Code:
<if condition="$bbuserinfo[userid] == X OR $bbuserinfo[userid] == Y">

<else />
	Your code goes here
</if>

Darkling's Signature:
Reply With Quote