-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 7 years, 1 month ago
Hello @Venutius,
Oh yes I forget that now its working fine!! But users still able to join multiple groups. Please fine below the snap shot.

Thanks,
Raakesh V -
metalhead replied to the topic There was a problem cropping your profile photo. in the forum How-to & Troubleshooting 7 years, 1 month ago
Thanks for sharing your solution. Shortening the filename worked for me too.
I’m going to search Buddypress Trac and see if the authors are aware of it. I’ll report it if it’s not in there.
-
Xuong KiDo's profile was updated 7 years, 1 month ago
-
Dave Love's profile was updated 7 years, 1 month ago
-
Laverne Fowler's profile was updated 7 years, 1 month ago
-
Cong ty thong cong nghet quan 6 Hong Phat's profile was updated 7 years, 1 month ago
-
UrduWave's profile was updated 7 years, 1 month ago
-
Raakesh replied to the topic Solved – Need to restrict my users to join multiple groups, in the forum How-to & Troubleshooting 7 years, 1 month ago
Hello Venutius,
Much appreciated, Thanks for the immediate update and help. I’ve used the plugin but it does not works! Please fine the snap shot

This rule is for contributor part. I’ve used ‘edit_posts’ capability. Please help me to fix this.’
Thanks,
Raakesh V. -
John replied to the topic Giving editor access to edit extended profile in the forum How-to & Troubleshooting 7 years, 1 month ago
Ah yes, messaging is not active on the site. That fixed it anyway – looks to work perfectly at the back end. Pretty much all of the front-end BP functionality is disabled so I can’t test that. Thank you!
-
Tempat Belanja Online Murah dan Website Toko Online Terbaik di Indonesia's profile was updated 7 years, 1 month ago
-
Lucia Mandela's profile was updated 7 years, 1 month ago
-
John replied to the topic Giving editor access to edit extended profile in the forum How-to & Troubleshooting 7 years, 1 month ago
Still get the same error I’m afraid. Can see that it points to /wp-admin/options-general.php?page=bp-devolved-authority-settings now. I couldn’t see any link directly from the settings menu.
-
John replied to the topic Giving editor access to edit extended profile in the forum How-to & Troubleshooting 7 years, 1 month ago
Single site, although it is a heavily customised BP install with some legacy code that I’m yet to fully un-pick. That said there’s nothing that I’ve seen that should affect permissions.
I just checked the administrator role, which does have every cap granted.
Settings pages for all other plugins on the site work fine.
I could only find the…[Read more]
-
Tin hoc PNN's profile was updated 7 years, 1 month ago
-
John replied to the topic Giving editor access to edit extended profile in the forum How-to & Troubleshooting 7 years, 1 month ago
@venutius, wow – you really have been busy!
I get a ‘not allowed to access this page’ error when I try to visit the plugin settings at
/wp-admin/admin.php?page=bp-devolved-authority-settings
Logged in as administrator.
-
katrinaroberts1's profile was updated 7 years, 1 month ago
-
Preston Barnett's profile was updated 7 years, 1 month ago
-
Kate Figueroa's profile was updated 7 years, 1 month ago
-
Kim Lowe's profile was updated 7 years, 1 month ago
-
Raakesh replied to the topic WordPress Dashboard in the forum How-to & Troubleshooting 7 years, 1 month ago
Please fine below the filter. Hope it works!!
add_action( 'init', 'remove_admin_bar_user', 10001 );
function remove_admin_bar_user() {if ( current_user_can( 'administrator' ) || is_admin() ) {
show_admin_bar( true );
} else {
show_admin_bar( false );
}
} - Load More