PDA

View Full Version : Don't display certain icons to members on your ignore list?


mini2
08-09-2004, 08:52 PM
Gone

Logikos
08-10-2004, 02:38 PM
You could try:


<if condition="$post['addignorelist']">
Icon Here
<else />
&nbsp;
</if>


Not sure if that condition is going to work.

Logikos
08-10-2004, 02:58 PM
if the member isn't on your ignore list it will show the icon. the <else> part meaning otherwise show no icon seeing your being ignored. Like i said im not sure if this will work. But theres only one way of finding out.