-
vinay replied to the topic Notifications (OneSignal) in the forum How-to & Troubleshooting 4 years, 2 months ago
@welshlamb10
If it is possible, please share the plugin. I will try to fix.
Thank you -
vinay replied to the topic Notifications (OneSignal) in the forum How-to & Troubleshooting 4 years, 3 months ago
@welshlamb10
Thank you for the reply. Please share, and I will try to fix it.
And if that works, I will share with you.
Thank you -
vinay replied to the topic Notifications (OneSignal) in the forum How-to & Troubleshooting 4 years, 3 months ago
Hi @welshlamb10
Did you get chance to solve it?
Is it possible to share your custom plugin? rather working from starting, it will be easy to work from the point where you leave it.
Thank you in advance. -
Varun Dubey replied to the topic Deleting Unused Media in the forum How-to & Troubleshooting 4 years, 4 months ago
@welshlamb10 create file backup before using plugin https://wordpress.org/plugins/media-cleaner/
-
Varun Dubey replied to the topic Archive Group Content in the forum How-to & Troubleshooting 4 years, 5 months ago
@welshlamb10 in waiting list from long time https://buddypress.trac.wordpress.org/ticket/408
-
Garrett Hyder replied to the topic [Resolved] Disable "leave group" and "request membership" buttons in the forum How-to & Troubleshooting 4 years, 6 months ago
@welshlamb10 I believe that should be possible.
`
// Remove Join/Leave Button
function bp_remove_group_join_button( $button, $group ) {
$current_user = wp_get_current_user();
if ( in_array( ‘member’, (array) $current_user->roles ) ) {
return ”;
}
return $button;
}
add_filter( ‘bp_get_group_join_button’,…[Read more] -
Varun Dubey replied to the topic Post in Multiple Groups in the forum How-to & Troubleshooting 4 years, 6 months ago
@welshlamb10 try reshare https://github.com/imath/bp-reshare
@welshlamb10
Active 1 year ago