MyBB Community Forums

Full Version: hide unanswered profile fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Just wondering if their is a way to hide unanswered profile fields?
In profile page?
You need conditional plugin for that.
yes in the profile page. Do you know of any plugins to fix this?
(2011-03-11, 09:21 PM)dj83 Wrote: [ -> ]yes in the profile page. Do you know of any plugins to fix this?

Install Templates Conditionals plugin and wrap the profile fields with the following code;
<if !empty($custom_profile_fields_code) then>$CUSTOM_PROFILE_FIELD</if>
sorry but I am new to all of this (still learning). I've downloaded and uploaded the Templates Conditionals plugin to my server. I'm a little confused of where to add the code.