Search Results for 'private'
-
Search Results
-
Topic: Remove Join Group Buttons
Hi,
Does anyone know how to remove the Join Group option for Private groups based on a WP Role?
Was thinking of using below, but need to work out how the button is called.$current_user = new WP_User(wp_get_current_user()->id); $user_roles = $current_user->roles; foreach ($user_roles as $role) { if ($role == 'subscriber' ){ //code here for subscribers } Thanks to anyone who helpsToday, I tried to install BuddyPress the first time. But I still too stupid to get to running.
First, I tried the actual stable version 5.2.0 without luck. After this, I tried it with 6.0.0RC2 with the same result.
My problem is: I don’t find out, how to create new topics or manage groups.
Is there any special URL doing this?
WordPress: 4.9.13
PHP: 7.3.x
Database: MariaDB 10.4.11
Theme: Hueman 3.5.3In BuddyPress 5.2, the pages for Members, Activity, Activation and Registering were created automatically. In BP 6 not and the Repair Tool does not create them automatically.
All of these pages are empty for me.
But inside the AdminBar, I see the “0” and I can use the several private pages.
How can I configure the groups, where I can open topics and how do I do this?
Sorry, but it seems I’m too stupid for BP… 🙁
Topic: Redirection after login.
Hi everyone!
I have this problem.
When they write me a private message within my intranet, then an email arrives to my email as I have a message and this is the approximate url
(https: //…/messages/view/113/)
Clicking takes me to the page (http: //…../login/)
And when I login, I will not be redirected to the previous url, but will stay in the home.Is there any solution?
Thanks!!!Hello,
The site to troubleshoot is: planetanim.fr
I have had an error for a long time and I apologize if it has already been exposed and corrected. And I apologize for my bad English.
I use buddyPress and bbPress for forums. For private forums, the bbP Private Groups plugin manages them for many reasons.
The activity of private forums is displayed in BuddyPress activity streams whether users are connected or not, whether they are members of private forums or not. And it’s problematic. I even had to wait until I could solve the problem to suspend the display of the activity stream. Which is a shame.
If you have an idea, please share it with me.
Hi, how can I disable upload image in private or public messages? Because I don’t have a lot of space available in my site and if the users send a lot of images in a little time I finish my space.
Thanks