Strothi
Forum Replies Created
-
Ok great, thanks. I’ll see whether the Memberpress guys can help ??
Kind regards, Philip
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Digest Email FormatDear Boone,
thanks for your quick feedback. I tested with various email clients as well as directly with the Gmail interface and the issue remains the same. I also went back to the original email template without any of my modifications and the issue is still present. Hence I think it would rather be the markup than on the client side of things.
Kind regards, Philip
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingDear @boonebgorges,
I found the issue, though no solution yet. Apparently there’s a conflict with Youzer, which I use for BP. Thanks so much for your help thus far, I’ll work with the Youzer guys to get it hopefully resolved ??
Kind regards, Philip
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingDear @boonebgorges,
I hope you’ve had a good weekend. As you can see here BP Posts appear in both daily and weekly digests, but status updates in the group don’t?! Do you have any other idea how to solve the issue?
Thanks so much in advance!
Kind regards, Philip
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingI tried both, functions as well as bp-custom with the following code:
add_filter( 'ass_this_activity_is_important', function( $retval, $type ) { $my_custom_types = [ 'activity_update' ]; // add your own if ( in_array( $type, $my_custom_types, true ) ) { $retval = true; } return $retval; }, 10, 2 );
No luck so far, am I missing something?
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingThanks for your quick reply @boonebgorges ??
I did some further testing with various accounts. You are right, now that I tried with a new forum entry, it does show up in the weekly digest queue!
Looking at the code you linked to I thought that activity updates would always be put into the weekly digest, but that doesn’t seem to be the case?!
Should I use your snippet from above with “activity_update” as the value? And if so, put it into my function or directly change it in the plugin code?
Thanks so much for your help ??
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingDear @boonebgorges,
did you see my response? The issue is not with a selection of items being put into the queue or not, but that nothing is being put into the queue and thus no digest is being sent!? Let me know if you need backend access to investigate what is causing the issue.
Kind regards, Philip
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Weekly Digest not workingHey,
Thanks for the quick reply. It’s actually both, it’s neither sending nor put into the queue which i can see as admin!
Haven’t tried your code yet cause i’m not in the office, but I don’t think that that would address the issue?!
Kind regards, Philip
By the way, I’m now back to filtering via the functions and the code below, which works fine. Still, if you have any idea how to make your plugin work, let me know ??
function my_filter_activity( $loop ) { $loop['per_page'] = 10; $loop['action'] = 'new_forum_post, new_blog_comment, new_forum_topic, activity_update, new_job_listing, bbp_topic_create, bbp_reply_create, new_webinar_post, new_webinar_comment,'; return $loop; } add_filter( 'bp_after_has_activities_parse_args', 'my_filter_activity' );
Kind regards, Philip
- This reply was modified 6 years, 6 months ago by Strothi.
Dear all,
I’m having the same issues! I’m using Youzer which has a built in functionality to limit the visibility of most activity items, but not for all. Hence I thought this plugin might be the perfect fit. Unfortunately, it doesn’t work at all for me. @vapvarun, any idea what might be causing the issue?
Thanks so much in advance!
Kind regards, Philip
Forum: Plugins
In reply to: [Plugin Organizer] Doesn’t work with Kleo Theme / WP Bakery Page BuilderDear Jeff,
thanks for your feedback. Actually, the Page Builder works fine, what doesn’t work are the added elements that the Kleo Theme adds through the K Elements plugin. There’s never been an issue up until the late November / early December update of your plugin. I understand that there’s little you can do, given that Kleo is a paid theme, though of course they argue that the issue is with your plugin, not theirs. It’s really an unfortunate situation because I really like your plugin and it’s a shame that I now can’t use it anymore.
Kind regards, Philip
Forum: Plugins
In reply to: [Advanced Forms for ACF] “Couldn’t find ACF 5”?Same issue here! Anyone knows what might cause the problem?