-
Author
-
June 6, 2014 at 17:42 #19431
Maurice
ParticipantHello,
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 7, 2014 at 15:59 #19486Maurice
ParticipantUPDATE:
Hello, even when the BP-Registration-Options plugin is DEactivated this error is still there.
When member joins group/forum and posts update, like comment again, also part of website is displayed in members profil and no comment is posted.Kind regards, have a nice weekend.
Maurice
June 12, 2014 at 13:19 #19706Abe
KeymasterHi, 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 solutionJune 14, 2014 at 10:58 #19790Maurice
ParticipantHi,
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 #20275Abe
KeymasterI 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 solutionJune 19, 2014 at 16:49 #20291Maurice
ParticipantHello,
Please go to universallovers.com and log in.
user1: Tika
pass1: @SweetDater#You
user2: Tina (this one is admin role, when logged in press: http://www.universallovers.com/wp-admin for dashboard
pass2: @SweetDater#YouGo the the users profile where they can send messages to each other.
For example logged in as Tika sent a private and or public message to Tina and when responding from Tina you wil get a part of the home page projected in the profile.
Try to sent public and private messages, but also return message or add friendship between users.
Then you will get/view the error.
Error is with old and new users.I have purchased in meantime a second sweetdate theme. This doesnt have this problem of course.
Hope you can help,
Kind regards,
Maurice
June 23, 2014 at 23:45 #20585Abe
KeymasterHi, 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 solutionJune 23, 2014 at 23:55 #20590Maurice
ParticipantHello,
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 #20731Abe
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 solutionJune 26, 2014 at 10:10 #20952Maurice
ParticipantHello,
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 #20954Abe
KeymasterGreat. 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 solutionJune 26, 2014 at 17:40 #21024Maurice
ParticipantHello,
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 #21156Abe
KeymasterGreat, 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 -
AuthorPosts
The topic ‘Theme/Buddypress error with bb registration plugin’ is closed to new replies.