Well so far we just took out that first IF statement to get them all showing up. Problem with that tho is that even members with no instant messenger info have the IM table appearing.
On a different subject, I wanted to be able to add a [Comment Back] link in each profile comment so I came up with this and thought others might be interested in it as well.
In template
iprof_postbit find:
PHP Code:
<if condition="$post['editlink']">[<a href="$post[editlink]">$vbphrase[edit_post]</a>]</if>
Add
underneath it:
PHP Code:
<!-- COMMENT BACK -->
<a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&u=$post[userid]"><strong>[Comment Back]</strong></a>
<!-- END COMMENT BACK -->