checknme12
09-03-2004, 02:31 AM
I am showing a group of profile fields in each member's postbit. I want to make it so that the group of fields only show up once per page.
I have this code to make signatures achieve this:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
How can I modify this to handle an html formatted group of profile fields?
Many thanks :)
checknme
I have this code to make signatures achieve this:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
How can I modify this to handle an html formatted group of profile fields?
Many thanks :)
checknme