PDA

View Full Version : Special Image


iBardia
04-02-2009, 08:06 PM
Look here

97239

How do I get an image in that spot, but only for selected members?

iBardia
04-03-2009, 08:48 PM
BUMP. Please answer.

Lynne
04-03-2009, 08:51 PM
You would put a condition and an image in the template where you want it. Something like:

<if condition="in_array($post['userid'], array(x,y,z))">
image only shown if user has userid x, y, or z
</if>