How is this done please?
Announcement
Collapse
No announcement yet.
Adding a picture to the postbit instead of text
Collapse
X
-
Adding a picture to the postbit instead of text
I have added an extra user profile field and it is now showing as a text statement with each member in the postbit on the forums. I would like to change the text to be a picture though. The conditional is that if a member ticks the option it shows the picture, if not, no picture is shown. So it is a global setting and only requires the same picture for all members.
How is this done please?Tags: None
-
See this thread. I think you want something like this:
Code:<if condition="$post['[color=red]fieldX[/color]']"> <img src="[color=red]path/to/image.gif[/color]" alt="" border="0" /> </if>

Comment