Replies
- Brajesh Singh on July 14, 2020 at 7:11 pm in reply to: [Resolved] Hiding all BP content for other than logged in members #31711
Hi Carsten,
Please give that a shot. Should work fine with current BuddyPress. If you face any issue, Please do let me know.Regards
Brajesh - Brajesh Singh on July 14, 2020 at 7:10 pm in reply to: BuddyPress Profile Completion and BuddyPress Force profile photo #31710
Hi Tosin,
Thank you for the suggestion.Do you want me to test for letter avatar and if this is enabled, we should still force users for avatar?
Please let me know and I will check their plugin/code to see if this is doable.
Regards
Brajesh - Brajesh Singh on July 14, 2020 at 7:07 pm in reply to: Show profile pic on a user Media press #31709
Hi Kenny,
In MediaPress, you can override template. You can use it to add/remove details form the page.There are other topic dealing with similar issue and might help you
https://buddydev.com/support/forums/topic/add-member-name-membername-under-title-on-thumbs/
https://buddydev.com/support/forums/topic/displaying-title-and-user-on-shortcode-pages/
https://buddydev.com/support/forums/topic/mediapress-add-uploaded-by-display-on-media-views/Regards
Brajesh - Brajesh Singh on July 14, 2020 at 6:56 pm in reply to: Issues With BuddyBlog and also with Moderation Tools #31706
Hi Manuel,
I am sorry for the inconvenience.The edit/delete might be related to translation.
Can you please reset my password and share again. The old password is not working. I can check and share the reason/solution.
Thank you
Brajesh - Brajesh Singh on July 14, 2020 at 6:51 pm in reply to: [Resolved] Facebook Like Activity Stream and BuddyBoss #31705
Hi Andre,
Welcome to BuddyDev.This plugin is tested to work with the activity directory( We haven’t tested on multisite).
Please note that it show the activity from “friends”, “Following” and “Groups” of the user. Is there any chance you are seeing groups activities there?
Please do tell me about your setup. Is BuddyBoss network active? Do you have multiblog mode enabled or not?
Please let me know and I can test it quickly.
Thank you
Brajesh - Brajesh Singh on July 14, 2020 at 8:52 am in reply to: Can't choose the slug name of User Tab. #31695
Hi Peter,
Thank you for the details.The plugin removes the tab and its functionality. so, you can not simply remove it from one menu and keep it in another. Even if the other link is not removed, they will not work(give 404).
In situations, where you simply want to hide link and not remove the screen, the best option is to use css for hiding the tab.
Certificates / Documents tab = I want to show Documents with the label “Certificates” on the frontend:-
Do you have a shortcode for listing documents? If yes, please use the shortcode inside tab content.
The tab let you control availability and visibility. If Tutor is a role, you can make the tab availability to them only.
PS:- tried checking site but seems to be protected. If you can provide me a guest acocunt, I can help with the css.
Regards
Brajesh - Brajesh Singh on July 14, 2020 at 7:43 am in reply to: buddyboss, repeater fields, user profile, Xp #31690
Thank you. I look forward to the feedback.
Regards
Brajesh - Brajesh Singh on July 14, 2020 at 7:43 am in reply to: Can't choose the slug name of User Tab. #31689
Hi Peter,
I am sorry for the inconvenience.Please enable it from screen options as shown below
https://buddydev.com/docs/buddypress-user-profile-tabs-creator-pro/enable-slug-option-profile-tabs-editing/Regards
Brajesh - Brajesh Singh on July 14, 2020 at 4:23 am in reply to: [Resolved] Make Affiliate WP Appear Within Buddy Boss Frame #31682
Hi Mikel,
Thank you for sharing.I am glad it is resolved.
Regards
Brajesh Hi,
Thank you.There is no standard hook to inject into your site header(using wp_head will put it in meta).
I can help you put this in the footer though.
add_action( 'wp_footer', function () { if ( is_user_logged_in() ) { echo "Reg Number: " . get_user_meta( get_current_user_id(), 'random_number', true ); } } );You can either use this or if your theme provides some action for injecting in header, you may use that.
Regards
Brajesh