Quote:
Originally Posted by ACentral
Thanks! I may do it this way. I was hoping for something to automatically recognize webpage content added and display the icon, rather than the user having to select a profile field saying they've filled it out, but this should do. Thanks again
If anyone knows how to have it automatically recognize when a user's webpage has content, I'm sure more than a few people would appreciate it.
|
That would be a very handy feature.

In the meantime I've had to make do with a modified version of what frage posted...... I added the profile field as frage states then replaced
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
with
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] <if condition="$post[field6] = Yes"><a href="member.php?$session[sessionurl]userid=$post[userid]"><img src="$stylevar[imgdir_misc]/guestbook_yes.gif" border="none" alt="Guestbook" /></a> </if></div>
This should show a small guestbook_yes.gif next the ICQ/msn icons.