This topic has 12 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #19431
     Maurice
    Participant

    Hello,

    For pending registration options I use this plugin: BP-Registration-Options Version 4.1.3 | By Brian Messenlehner of WebDevStudios & Jibbius

    Now when member registration is approved by admin. Member should have full functions like other members of course.
    However when new approved member sends public or private message, upon pressing sending message button, errors occurs and part of website is displayed in members profile. Also no message or friendship request is received by recepient.

    Without activating the BP-Registration-Options Version 4.1.3 plugin, everything works fine.
    If you cant help, because its not a theme issue maybe ? I should contact plugin developer?
    Or try another pending registration plugin? If so, which one??

    Thanks and kind regards,

    Maurice

    #19486
     Maurice
    Participant
    This reply has been set as private.
    #19706
     Abe
    Keymaster

    Hi, It could be a problem with the plugin. Try contacting the developer. Try registering and activating a new user with the plugin deactivated

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #19790
     Maurice
    Participant

    Hi,

    I have deleted the plug in and som other plugins which were unnecessary at the moment.

    Still the problem is there when sending messages to another meber for example.

    With kind regards,

    Maurice

    #20275
     Abe
    Keymaster

    I don’t understand the problem when sending a message that you get

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #20291
     Maurice
    Participant
    This reply has been set as private.
    #20585
     Abe
    Keymaster

    Hi, I entered your website and you have a fatal error caused by some changed in the theme. Try to replace the current theme files with the original files by re-downloading it again from Themeforest. Also make a backup to the old files just in case.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #20590
     Maurice
    Participant

    Hello,

    I will try, but we updated the theme recently, before the update the mentioned error was there and after the update it still was there.
    Any suggestions which file could be problematic then?

    Kind regards,

    Maurice

    #20731
     Abe
    Keymaster

    @Maurice you have a plugin or something restricting wp-admin so this is not theme related. try to fix your install problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #20952
     Maurice
    Participant

    Hello,

    Thanks for the help and direction.
    As far as I can see I had to deleted/deactivated this plugin.
    Addional coding to fix the restriction has been done.
    Thanks for the help.

    Kind regards,

    Maurice

    #20954
     Abe
    Keymaster

    Great. What additional coding? Something related to the theme or something that is related to your customization?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #21024
     Maurice
    Participant

    Hello,

    A editor put this code in funtions php. Hope it helps someone.

    In functions.php:
    add_action( ‘admin_init’, ‘redirect_non_admin_users’ );
    function redirect_non_admin_users() {
    if ( ! current_user_can( ‘manage_options’ ) && ‘/wp-admin/admin-ajax.php’ != $_SERVER[‘PHP_SELF’] ) {
    wp_redirect( home_url() );
    exit;
    }
    }

    #21156
     Abe
    Keymaster

    Great, thanks Maurice. Closing the topic

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Theme/Buddypress error with bb registration plugin’ is closed to new replies.

Log in with your credentials

Forgot your details?