• adamcodefor

    (@adamcodefor)


    I am using customize-your-community plugin and have a custom profile page which works great – however if a users removes the email field and clicks submit the errors and form appears on the backend and not in the frontend site anyone know of a quick fix?

    Cheers

Viewing 3 replies - 16 through 18 (of 18 total)
  • On WordPress 2.8 and above the code provided by nomatteus does not work.

    To make it work you have to change elseif ($is_profile_page) to elseif (IS_PROFILE_PAGE) in /wp-admin/user-edit.php

    Regards, Sorin

    I have the same issue trying the last version of Customize Your Community (1.2.1) plugin with WordPress 2.8.6. If an error occurs the error message appear in the default WordPress profile page and not in the customized one. Is this fix on the roadmap of the plugin?

    This is the plugin I’m looking for. Has anyone managed to fix the bugs yet?

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: Customize Your Community] Error on the profile page shows backend’ is closed to new replies.