Replies
- Brajesh Singh on October 25, 2022 at 2:28 am in reply to: Is there any pop up for buddy press ? #47078
Hi,
Welcome to BuddyDev support forums.I am sorry, we are not aware of any such plugin. If you find one, Please do share with us too. I hope you are able to find one.
Regards
Brajesh Hi Nik,
Thank you.The events manages does have complex hooks but it is not helpful for us in case you are referring to action.
This plugin manages one known post type with group/user context(we do that with MediaPress) and it is easy to customize the actions as you have a a callback(action generator) which know the context.
In case of BuddyBlog Pro, we have a single callback function for generation of action string for all of the post types. There could be any number of post types with one or 2 context. So, that’s a very different issue. Also, BuddyPress/BuddyBoss has a way to forcefully attach their own settings for ‘post’ post type.
I fact, the solution was to move away from letting BuddyPress/BuddyBoss manage the settings for post post type and then making the callback aware of group/user context.
I will be publishing the update for BuddBlog Pro with fixed action string in 1-2 days after the holidays here.
Regards
Brajesh- Brajesh Singh on October 25, 2022 at 2:20 am in reply to: [Resolved] BuddyPress registration not working #47076
Hi Kristian,
Welcome to BuddyDev support forums.I am glad the issue was not related to BuddyPress and is resolved now.
Regards
Brajesh - Brajesh Singh on October 25, 2022 at 2:09 am in reply to: Redirect auto logged out users to frontpage on next visit to site #47075
Hi Carsten,
Thank you for the question.BuddyPress does a proper redirect if you refresh and login. Are you using any custom plugin for login? It is probably related to that. Please try disabling any custom login feature and check this again.
Regards
Brajesh - Brajesh Singh on October 25, 2022 at 2:05 am in reply to: Display “My group” with short code? #47074
Hi Soren,
Thank you for the question.
That shortcode is specific to our theme.We are in the process to releasing a free shortcodes plugin for BuddyPress(expect it within 2 weeks) which should give you this feature/
Regards
Brajesh Hi Irina,
Welcome to BuddyDev support forums.1. You should not use BuddyPress and BuddyBoss together. The error seems to be a product from that. As far as I see, You have activated BuddyPress not BuddyPress User Profile Tabs Creator and that’s why the BuddyBoss Platform pro is throwing error.
Please delete BuddyPress and your site will work fine. Also, Here is a link to profile Tabs Creator Pro,
https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/This is the plugin you will need with BuddyBoss for custom tabs.
Regards
Brajesh- Brajesh Singh on October 23, 2022 at 6:48 am in reply to: BuddyBlog Pro – Group Pluging Posting #47064
Hi Aaron,
Thank you for the details.
Is this happening with ‘post’ post type or have you registered a custom post type?If this is a custom post type, does the post type support featured image(in register_post_type() )?
Regards
Brajesh - Brajesh Singh on October 23, 2022 at 6:46 am in reply to: Trouble finding Badges tab in back end #47063
Hi Brealyn,
Thank you for purchasing from us.
I am sorry for the inconvenience.Please visit Dashboard-> Users->Badges to create badge.
In case you have issue, Please do let me know here and I will assist.
Here is a link to our documentation for reference.Regards
Brajesh - Brajesh Singh on October 22, 2022 at 5:46 pm in reply to: [Resolved] Using code to set category on publishing with BuddyBlog Pay Per Post not working #47060
You are welcome.
Hi Nik,
I will be glad to look into the Event Manager after Diwali(It’s on 24th here) and assit you with it.Using
remove_action( 'parse_query', array( 'EM_Event_Post', 'parse_query' ) );Without scoping is not suggested at all. It is bound to have conflict.
Regards
Brajesh