Replies
Hi Van,
I am glad it is working now.you may add following code to your bp-custom.php to make it work.
if ( ! defined( 'BP_BUDDYBLOG_SLUG' ) ) { define( 'BP_BUDDYBLOG_SLUG', 'blog' ); }
I am not sure about your other question as the posts are just normal WordPress posts. BuddyBlog does not do anything with their listing.
Regards
Brajesh- Brajesh Singh on April 4, 2023 at 10:30 am in reply to: [Resolved] Using BuddyBlog Pro with Events Manager #49117
Hi Nik,
BuddyBlog sets the post status to either of the three statuses ‘draft’, ‘publish’, ‘pending’ depending on
1. If a user saves post as draft, the post status is saved as ‘draft’
2. If the site admin has forced that the post must be submitted for approval, on post submission, status is set to ‘pending’
3. If the site admin has allowed publishing on submission, on submission the status is set to ‘publish’.My suggestion will be to check if the data is present for post being submitted in the events table, if not, you may want to add that.
Hope that helps.
Regards
Brajesh - Brajesh Singh on April 4, 2023 at 10:25 am in reply to: [Resolved] Activity plus reloaded—more than one video will post #49116
You are welcome.
Sure, I look forward to it.Regards
Brajesh - Brajesh Singh on April 4, 2023 at 10:22 am in reply to: [Resolved] Change Buddypress headers on register page #49115
Hi Iain,
You can use xprofile_get_field_data for fetching the field value.Regards
Brajesh - Brajesh Singh on April 3, 2023 at 10:43 am in reply to: [Resolved] Change Buddypress headers on register page #49107
Hi Iain,
I had a look. BuddyPress does not have any field that allows you to upload avatar on registration. You are probably using a custom field type and that’s why it is not working.Regards
Brajesh Hi Carsten,
Hope you are doing well.Ravi checked and reported that BuddyPress Who’s online avatar block has the 50px hard coded. Any chance you are using that block?
Hi Jimmy,
Your shortcode is correct, I don’t see any issue with it. It will show the visits for the user ‘sbrajesh’ in last 30 days.Regards
Brajesh- Brajesh Singh on April 2, 2023 at 6:48 pm in reply to: [Resolved] BuddyPress User Profile Tabs Creator Pro – php 8 error #49095
Hi Johan,
Thank you for confirming.
I am glad it was resolved.Regards
Brajesh - Brajesh Singh on April 2, 2023 at 6:46 pm in reply to: [Resolved] BuddyPress Auto Friendship Pro Sync Users #49094
Hi Cristi,
Thank you for sharing the details.
I am glad you were able to resolve it.Regards
Brajesh - Brajesh Singh on April 2, 2023 at 6:44 pm in reply to: Make single post viewable on profile by category #49093
Hi Earl,
Thank you for the topic.Do you mean having category inside the permalink? We haven”t added the support due to the handling of hierarchical terms and keeping it simple.
We are certainly considering allowing post slug in the permalink in future though.Regards
Brajesh