Quote:
Originally Posted by Lynne
Just put a condition around the html in the postbit so only admins can see it. It would be easier to comment on this if you posted the code you have written already. Take a stab at it - it's gonna be very similar to the IP code.
|
I haven't written any code. I don't know how to do it.
--------------- Added [DATE]1238290376[/DATE] at [TIME]1238290376[/TIME] ---------------
Quote:
Originally Posted by Cryo
Should be something like this...
Code:
<if condition="is_member_of($bbuserinfo, 1, 2, 3)">
<if condition="$post[fieldX]">
<img src="" title="$post[fieldX]" />
<else />
<img src="" title="No Information Available" />
</if>
</if>
Replace 1, 2, 3 with the usergroup IDs that you want to be able to see this.
Replace fieldX with the field number (ie. field30) that has the information you need to pull.
Add the image you desire.
|
Where do I put that at?