Quote:
Originally Posted by RileyFreeman
How do I fix it?
|
Find the userfield_wrapper template, delete the contents and paste this in. Replace the # with the profile id of your box and replace * with the usergroup of your paid subscribers.
PHP Code:
<if condition="THIS_SCRIPT != 'profile' OR (!in_array($profilefield[profilefieldid], array(#)) OR is_member_of($bbuserinfo, *))">
<fieldset class="fieldset">
<legend>$profilefield[title]</legend>
$custom_field_holder
</fieldset>
</if>
My bad for not paying attention. This is what you need.