Replies
- Brajesh Singh on December 19, 2018 at 9:36 am in reply to: This plugin conflict with rtmedia (Buddypress Media) plugin. #19602
Hi Kino,
Happy holidays.I am sorry we could not make these 2 compatible.
Regards
Brajesh Hi Kino,
Sure, if you know the circle id, you can use$user_ids = bcircles_get_circle_users( $circle_id );It will give you an array of user ids for the given circle.
Regards
Brajesh- Brajesh Singh on December 19, 2018 at 9:21 am in reply to: [Resolved] Restrict access to galleries based on Paid Memberships Pro membership levels #19599
You are welcome.
- Brajesh Singh on December 18, 2018 at 11:25 pm in reply to: BuddyPress User Profile Tabs Creator Pro #19591
Hi Carsten,
You will need to contact RT Media support for the same.Here is what I understand, the all tab is for phot as album phot while photo is perhaps for photo only?
Or the All tab might be for multiple media types and photo for only photo.A simple solution that I see is using css to hide the sub nav tab. Do you need help with that? That way, you do not remove the functionality and only hide the navigation.
Regards
Brajesh - Brajesh Singh on December 18, 2018 at 11:21 pm in reply to: Hos to make the registration process more user friendly #19590
Hi Carsten,
Here is the first part of the blog posts. This deals with removing full name and confirm password from the Registration pageNext part will deal with removing the username from the BuddyPress Registration page.
Regards
Brajesh - Brajesh Singh on December 18, 2018 at 9:23 pm in reply to: [Resolved] https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/ #19585This reply has been marked as private.
- Brajesh Singh on December 18, 2018 at 9:16 pm in reply to: BuddyPress User Profile Tabs Creator Pro #19583
Hi Carsten,
If you want to remove a sub tab but keep its content working, you should use css for that. The BuddyPress profile Tabs Pro removes the tab and it’s content. The content will not be accessible if you remove the tab.It is not the plugin options, It is BuddyPress nav and how they work is not clear to you and that’s leading to the issues.
BuddyPress nav works a bit differently that you might expect(check profile tab and see how view is always there). The first/default sub tab is used to show the content for the people landing on parent tab. This is how BuddyPress nav works(atleast till 3.0 where we got the option to avoid it).
Regards
Brajesh - Brajesh Singh on December 18, 2018 at 9:12 pm in reply to: [Resolved] https://buddydev.com/plugins/buddypress-group-tabs-creator-pro/ #19582This reply has been marked as private.
Hi Tangape,
No, this is not available.For the Circle, you will need someone to do a custom job for it as it need storing/editing/displaying and I am unable to assist you a few lines(It will take more lines).
2. For your usernames, you can write a function like this
function buddydev_custom_get_user_ids( $user_names ) { $ids = array_map( 'bp_core_get_userlink_by_username', explode( ',', $user_names ) ); return array_filter( $ids ); }and then use it like
$user_ids = join(',', buddydev_custom_get_user_ids( 'aaa,bbb,ccc,ddd,eee' ) );Regards
Brajesh- Brajesh Singh on December 18, 2018 at 9:01 pm in reply to: [Resolved] Is it possible to add sender username to beginning of BP message subject? #19580
Hi,
The jQuery code above will not work with the current BP Nouveau theme. If you are using legacy, please do let me know.Regards
Brajesh