MyBB Community Forums

Full Version: Hide custom profile fields in postbit.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had entered one of my custom profile fields in postbit, how can i hide it when the user hasn't entered anything in the profile, for example I have
field name:xxxx
and others have
field name:
what i want is if they don't fill this in for it not to show at all.
You'll need to use the PHP in Templates plugin for this.

<if !empty($post['fid3']) then>
Field name: {$post['fid3']}
</if>
Thanks but how do you open a 7z file i don't seem to have a program to open it
You need 7zip to open the file.
Thanks that done the trick.