Replies
- Ravi on April 12, 2023 at 6:13 am in reply to: [Resolved] Change Buddypress headers on register page #49198
Hello lain,
You can use the following plugin to display profile field data.
https://github.com/buddydev/bp-shortcodes/archive/refs/heads/master.zipYou can use the shortcode like
Shortcode: [bp-shortcodes-profile] supported attributes 1. group_id = profile group id. 2. context = display or login // for e.q. [bp-shortcodes-profile group_id="1" context="display"]. List field data of profile group id 1 for the displayed user. Shortcode: [bpsc-profile-data] supported attributes 1. context = logged, displayed 2. field = Field id. // for e.q. [bpsc-profile-data field="1" context="displayed"]. List field data of profile field id 1 for the displayed user.
1. For Member’s home you can use a shortcode block with the above-mentioned shortcodes.
2. For Header info use the following code:add_action( 'bp_before_member_header_meta', function () { //Replace the shortcode with yours. echo do_shortcode( '[bpsc-profile-data field="1" context="displayed"]' ); } );
Please give it a try and let me know if it helps or not.
Regards
Ravi - Ravi on April 12, 2023 at 5:35 am in reply to: [Resolved] How desactivate the link in icone galery on galeries tab ? #49197
Hello,
Thank you for the acknowledgement. Please visit Dashboard->MediaPress->Settings->Theming tab > Lightbox Settings and go to the “Disable lightbox for these types?” setting there you can disable the lightbox for the Documents type gallery.
Please check the following screenshot:
https://tinyurl.com/2dz4ev7rPlease let me know if it helps or not.
Note: it will disable the lightbox for all document-type galleries.
Regards
Ravi Hello Simon,
Thank you for the acknowledgement. I am glad to help you.
Regards
RaviHello Earl,
Thank you for posting. BuddyBlog Groups has a setting for enabling/disabling activity recording for posts created in the group. Have you tried that?
Please take a look at the screenshot:
https://tinyurl.com/273c4annRegards
RaviHello Earl,
I have checked this on my local server and found no error thrown by this plugin. Please try again or try on a fresh WordPress install. If the error persists do let me know.
Regards
Ravi- Ravi on April 6, 2023 at 11:56 am in reply to: BuddyBlog Pro – override Submit Post for Review #49148
Hello Nik,
Sorry for the delayed reply. I have tried this on my development server and it is working fine for me i.e. No post-approval mail is sent. Can please try again on a fresh WordPress setup?
Regards
Ravi Hello Earl,
Sorry for the inconvenience. I am going to look at it now and will update you soon.
Regards
RaviHello Andrew,
Sorry, But I am not able to understand your query clearly. Can you please tell me more about it or you can share some screenshots where you want to modify heading.
Regards
RaviHello Earl,
We have updated the plugin. Please upgrade the plugin and give it try.
Regards
Ravi- Ravi on April 3, 2023 at 9:26 am in reply to: BuddyBlog Pro – override Submit Post for Review #49103
Hello Nik,
Thank you for the acknowledgement. I will check for group’s post and will get back to you soon.
Regards
Ravi