MyBB Community Forums

Full Version: Custom Profile Fields required also in usercp but doesn't appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I have a problem with usercp.

I have created a Custom Profile Fields (required - checkbox for terms of use of the forum and for privacy).

On registration page works good, but it is required also on usercp. When I want edit usercp, I have alert message "You have not entered an option for the field "Terms of use". Fill it or select one of the options."

The problem is that this field doesn't appear..I have used {$GLOBALS['xtpf']['fid15']} but nothing..

Can you help me? thank you
Are you using the modification attached to this post (xt_ucp_main) or just Additional Settings for Custom Profile fields?

If the former, and you're attempting to add them in the usercp, try putting {$xtpf_minp['fid15']} in your templates.
Hi, I'm using:

Additional Settings For Profile Fields (1.2)
Add some additional settings for Profile Fields.

and

UCP Main Page (1.1)
Load Custom Profile Fields, some Edit Options and some Edit Profile inputs into User CP main page.

I have added codes in usercp (before it worked), for example:

{$lang->birthday} {$birth_day}<br /><br />
{$lang->birthdayprivacy}{$bdprivacy}<br /><br />
{$xtpf_minp['fid3']}<br />
{$xtpf_minp['fid13']}

<div class="float_left" style="width:52%;margin: 0px 0px 0px 10px;">
{$xtpf_minp['fid9']}<br />
{$xtpf_minp['fid12']}<br />
{$xtpf_minp['fid14']}<br />
{$xtpf_minp['fid15']}
</div>

But now also birthday options on main usercp don't appear Sad