Thank you
bV
bbPress 2.6.1 / BuddyPress 5
]]>I’ve noticed when setting this up that group sub comments (second level comments) freeze when clicking the ‘Post’ button. I’ve narrowed it down to this plugin. Running the latest version of WordPress, Buddypress and this plugin at the time of posting this thread.
I would love to continue using this but it’s not usable at the moment. Is this a bug that you’re aware of? I’m happy to provide more info to help debug, just let me know.
Thanks,
// Daniel
Please help me, I am trying to remove all users with membership id 943 & also those with no subscription from buddypress groups. Also members with no subscription, I have used the following code but both aren’t working:
/*Remove user from groups*/
function mwale_remove_from_group_on_membership_deactivate( $event, $subscription ) {
$member = MS_Model_Member::get_current_member();
if ( $member->has_membership( 943 ) ) {
return;
}
groups_remove_data_for_user( $user->ID );
}
add_action( 'ms_model_event_deactivated', 'mwale_remove_from_group_on_membership_deactivate', 10, 2 )
and also:
function mwale_remove_from_group_on_membership_deactivate( $event, $subscription ) {
$member = $subscription->get_member();
$user = $member->get_user();
if ( ! $user || is_a( $user, 'WP_User' ) ) {
return;
}
groups_remove_data_for_user( $user->ID );
}
add_action( 'ms_model_event_deactivated', 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );
Thank you
]]>But when I click on the Events tag, it just jump to the general events page, where lists all the events, instead of the one which is linked with the group.
Can anyone suggest some solution for this issue?
Thanks a lot!
]]>I am using buddypress, s2member, bbpress and social login plugins.
Is this the right plugin that might help me? … I don’t see how the condition might let me do such setting…
Is there anyone could advise?
Best regards,
https://www.ads-software.com/plugins/content-aware-sidebars/
]]>thansk
https://www.ads-software.com/plugins/buddypress-registration-groups-1/
]]>I’ve made a form in a Buddypress group which shows booked users for an event, and all other members of the group (who are not booked on).
I’d like to be able to quickly add or remove bookings based on selecting the members in question, then submitting the form.
I’ve got as far as the form, which returns an array of users_to_add and users_to-remove, but now am a bit stuck on how to book them/remove them properly…
Is there a function I can use?, ie, em_add_booking ($event_id, $user_id)
Having looked through the core code, I haven’t found anything like that, but can you give me some pointers?
=============
OK, so I’ve made some progress with this after finding this thread:
https://www.ads-software.com/support/topic/plugin-events-manager-save-booking
It doesn’t say much but it pointed me in roughly the right direction.
I’m now creating a new EM_Booking object and doing
EM_Booking->save();
which is returning 1 (ie, success) and is adding a Booking, but it adds 0 spaces and 0 price.
I’ve tried creating a EM_Ticket_Booking object as suggested in the thread above, but not sure how to associate it with the booking object.
Any pointers appreciated…
As we want to show different widgets for different group.
Tried this plugin and it is the best Custom Sidebar plugin!
Thanks,
https://www.ads-software.com/plugins/easy-custom-sidebars/
]]>For the most part the events show in 12-hr format, however, when viewing the Events tab in a specific buddypress group, the events are listed in 24-hr time – see example here.
I’m not sure where else to make sure this gets set to 12-hr format. Please advise.
]]>now , once selected a group, it opens the window but yo can only write in the posts no menu/icon in order to insert pictures in your post (I did it using HTMAL code and URLS
]]>