Replies
- Ravi on April 19, 2021 at 1:27 pm in reply to: BuddyBlog Pro: how do the slugs of the userposts look like? #38039
Hello Martin,
Thank you for showing interest in BuddyBlog Pro.
1. How does the slug of a user post look like?
If the setting name “Make single post viewable on profile?” is enabled post link will be modified to something like:
http://example.com/members/username/tab_slug/view/39/
If not enabled slug will be default as generated by WordPress.
2. Are these user posts part of the main blog, or how exactly does it work?
If you are allowing users to create posts in default WordPress Posts it will be there in the main loop.
Regards
Ravi - Ravi on April 19, 2021 at 1:14 pm in reply to: User Contact Form Change Tab Text “Contact Me” #38037
Hello Doss,
Thank you for considering the plugin.
1. Is it possible to change the “Contact Me” text to something else? Where can I change this?
Yes, But using any third-party translator plugin. Plugin settings allow modifying custom slug for the tab.2. Is it possible to customize some fields? ex) pulling extended profile fields?
Right now, It is having a predefined set of fields. But you can modify using some custom code. For showing rendering and saving extending profile fields, you have to write a lot of custom code to make this happen. My recommendation avoid profile fields.Regards
Ravi Hello Mark,
Sorry for the inconvenience. I have checked the issue with the BuddyBoss Theme and It is working fine for me. Please take a look: https://tinyurl.com/yzn7byqm
Please do let me know sub-tabs of Groups are properly aligned or not.
Regards
Ravi- Ravi on April 16, 2021 at 12:36 pm in reply to: [Resolved] BuddyPress Auto Friendship Pro Adjustment #37905
Hello Tosin,
Please try the newer version. It is available now.
Regards
Ravi Hello Nikk,
Look at the. following how we are registering a custom view for a custom gallery type.
https://github.com/mediapress/mpp-light-gallery/blob/master/mpp-light-gallery.php#L73
Regards
Ravi- Ravi on April 14, 2021 at 5:36 am in reply to: [Resolved] Return in bp_members_suggestions_query_args only bp featured members #37779
Hello,
Thank You for the acknowledgment. I am glad that I could help. ‘bp_core_activate_user’ is called only once at the time of account activation. You can also send an email at the first user login attempt. For the first login check please refer to the following link:
https://buddydev.com/support/forums/topic/code-adjustment/#post-37469
Regards
Ravi Hello Carsten,
Thank you for the acknowledgment. Please try the ‘bp_is_user’ function it will be true when you are on a BuddyPress User Profile.
Regards
Ravi- Ravi on April 14, 2021 at 5:17 am in reply to: [Resolved] BuddyPress Auto Friendship Pro Adjustment #37777
Hello Tosin,
Sorry for the delayed reply. Hopefully, we will release BuddyPress Auto Friendship Pro today. I will update you once released.
Regards
Ravi - Ravi on April 13, 2021 at 9:33 am in reply to: [Resolved] Return in bp_members_suggestions_query_args only bp featured members #37717
Hello,
I have mistakenly posted the wrong variable. Replace the following variable
$args['excluded']
to
$args['exclude']
And give it shot and let me know.
Regards
Ravi Hello Nik,
Are you using a custom media loop? If yes, please share the complete code so that I can check.
Regards
Ravi