Replies
- Brajesh Singh on November 29, 2020 at 8:35 pm in reply to: Display all users in a list (BuddyPress User Badges) #34703
Hi Martin,
Thank you for using the plugin.the plugin does not support pagination currently. So, It is not possible to have a paginated list.
If you want to to list all users on one page, you can pass max=-1 or max=0, both should work.
Regards
Brajesh - Brajesh Singh on November 29, 2020 at 8:31 pm in reply to: [Resolved] Media (not) posting to main activity feed #34702
Hi Richard,
Welcome back.is there any chance the media is being uploaded to non public gallery?
If a media is uploaded to non public gallery, the activity is marked as hidden (BuddyPress only supports public or hidden activity out of the box currently).
Please let me know if that is not the case?
Regards
Brajesh - Brajesh Singh on November 28, 2020 at 10:41 pm in reply to: Mediapress gives an error if I don't include text in the activity post form #34695
Hi,
Thank you for the question.MediaPress does not handle posting the form, It is the theme that does. mediaPress attaches its data to theme’s posted data on the form submission.
The theme needs to allow posting empty activity from client side.
You can check this with Community Builder(Free or Pro) which allows it. I believe even BuddyBoss theme allows posting in similar manner. All other BuddyPress themes validate the content and will not allow MediaPress to work unless the theme allows it.
MediaPress does hooks on server side to allow posting empty activity if that activity contains Media.
So, Please check if the theme is restricting it nor not?
Regards
BrajeshPS:- Which theme are you using?
- Brajesh Singh on November 28, 2020 at 12:16 am in reply to: User profile Tabs Creator – remove admin bar menu items #34693
Hi Hugo,
My apology for not releasing it earlier. I have pushed the release now. Please upgrade to 1.2.5 and it will be fixed.Let me know if it works for you or not?
Thank you
Brajesh - Brajesh Singh on November 28, 2020 at 12:02 am in reply to: Automatic Login from Multisite Network #34692
Hi,
Welcome to BuddyDev forums.Are these 2 sites part of same installation or different WordPress installation? If same multisite network, this should not be an issue.
Please let me know and I will assist.
Regards
Brajesh Hi,
The problem was Divi and other pages builder use the single article page on front end for editing. They expect certain structure as well as query state. When BUddyBlog filtered the single permalink page to profile, they were not able to find that structure/query state and that caused it.Thank you for your interest in BuddyBlog Pro, we are releasing it around 1st – 3rd January. We are working on our plugin page as well as docs before going live.
Regards
Brajesh- Brajesh Singh on November 27, 2020 at 11:57 pm in reply to: BuddyPress register form issue w/ mobile device #34690
Hi,
Thank you for the post.I am sorry but I am unable to assist with it as it will depend on which theme are you using.
If you want to try a theme, try community builder free version and see if you are still facing the same issue.
Otherwise, you will need to troubleshoot and debug it yourself.
Regards
Brajesh - Brajesh Singh on November 27, 2020 at 11:55 pm in reply to: [Resolved] CB Pro login page styling #34689
Hi Hugo,
I am sorry for the issue. Please avoid Branded login plugin with Community Builder. Instead, I will recommend customizing the login page using customizer and if you do not want wp-login.php to be visible, you may use rename wp-login plugin.Regards
Brajesh - Brajesh Singh on November 27, 2020 at 11:51 pm in reply to: [Resolved] Submit Button on Register Page #34688
You are welcome Mark.
All the best 🙂
Regards
Brajesh - Brajesh Singh on November 27, 2020 at 11:50 pm in reply to: BuddyPress Auto Friendship Pro isn't work #34687
Hi,
Thank you for purchasing our membership.The friends are added when a user account is activated(not registered). That’s why it is not adding adding friends.
You can override this behaviour by putting a line in bp-custom.php
<?php add_filter( 'bp_auto_friendship_pro_enable_on_user_register', '__return_true' );After that, users from global list will be added on registration too.
Please let me know if that works for you or not?
P.S:- You can also test the plugin is working or not by registering a normal account from front end and activating that account.
Regards
Brajesh