-
Author
-
June 6, 2014 at 17:42 #19431MauriceParticipant
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
June 12, 2014 at 13:19 #19706AbeKeymasterHi, 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.June 14, 2014 at 10:58 #19790MauriceParticipantHi,
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
June 19, 2014 at 16:01 #20275AbeKeymasterI 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.June 23, 2014 at 23:45 #20585AbeKeymasterHi, 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.June 23, 2014 at 23:55 #20590MauriceParticipantHello,
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
June 24, 2014 at 17:12 #20731AbeKeymaster@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.June 26, 2014 at 10:10 #20952MauriceParticipantHello,
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
June 26, 2014 at 11:54 #20954AbeKeymasterGreat. 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.June 26, 2014 at 17:40 #21024MauriceParticipantHello,
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;
}
}June 27, 2014 at 19:18 #21156AbeKeymasterGreat, 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. -
AuthorPosts
The topic ‘Theme/Buddypress error with bb registration plugin’ is closed to new replies.