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:
PHP Code:
<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