larnoult
Forum Replies Created
-
Hello @smakazmi15,
Thanks for answering.
I’m running WordPress 6.3.1
Here is a list of the plugins running on the install :
- query-monitor
- sitepress-multilingual-cms
- admin-bar-user-switching
- admin-menu-search
- adminimize
- akismet
- amr-shortcode-any-widget
- civicrm-gutenberg-blocks
- civicrm
- download-monitor
- export-user-data
- force-admin-color-scheme
- google-apps-login
- image-map-pro-wordpress 2
- imsanity
- jobs-that-makesense
- kadence-blocks-pro
- kadence-blocks
- maps-marker-pro
- members
- my-groups-widget-extended
- my-groups-widget
- network-plugin-auditor
- plugin-organizer
- posts-in-sidebar
- quick-featured-images
- temporary-login-without-password
- user-switching
- wp-ses
- wp-smushit
- wpml-cms-nav
- wpml-media-translation
- wpml-sticky-links
- wpml-string-translation
I do have a sandbox, and I tested to desactivate all plugins but your’s, and to choose the default WordPress theme. I still encounter the same bug.
It’s hard to actually make a video about it.. WordPress does send an email to the site admin whenever a new comment is posted on the website. This email is not being formatted properly through the template I configured using your plugin. Instead, I receive the html code I sent in the opening thread, that does not render.
Here is a screenshot to illustrate what I receive.Thx for your support!
Hello @smakazmi15,
Thx for your feedback. Are you planing to include a fix in a future version? Would you be able to provide a timeline for such upgrade?
Regards,
Ok found it!
This works together with BP Better Emails:add_filter( 'ass_clean_content', function( $content, $activity ) { if ( $activity && 'bpges_notice' === $activity->type ) { remove_filter( 'ass_clean_content', 'strip_tags', 4 ); remove_filter( 'ass_clean_content', 'ass_convert_links', 6 ); } return $content; }, 0, 2 );
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Including replies? (feature request)Thanks @boonebgorges for your suggestion!
I added the snippet to the functions.php of my child theme, but without success.
Replies are still not sent.
I enableddefine( 'BPGES_DEBUG', true );
in wp-config.php, and restested. Nothing shows up in the bpges.log
Any other idea?Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Debugging a multisite installThx for the feedback!
Adding
add_filter( 'bpges_force_immediate_admin_notice', '__return_true' );
indeed fixed the feature.
I guess adding that to your wiki would also be valuable ??
Thanks again for your great plugin, a must have! I just left a 5 star review!Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Debugging a multisite installSorry the last part of my thread was not very clear.. I’m talking about the admin notification feature: according to your plugin’s description “Group admins can send out an email to all group members from the group’s admin section. The email will be sent to all group members regardless of subscription status”
When I’m sending such admin notification from a group’s admin section, members of this group do not receive the corresponding mail (unless they have set their digest notification option to ‘all Email’).
Who can I debug this feature? Since there is not much in the log.
Thanks again!Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Debugging a multisite installThanks @boonebgorges for your kind and usefull feedback.
Updating the full path did the trick.
And yes, changing digest send time and saving changes madeass_digest_event
appear in the wp-control tab … And digest were successfuly sent! Maybe adding this 2 informations to your debugging/troubleshoot github page would help others like me?Last issue concerns the “All Email notifications”. I tested that send one in a public group containing 7 members … The only user receiving mail is the one that set its option to “all mails”. I was expecting this feature to overcome the choice of users (for daily or weekly digest), right?
The log works, but does not look to helpful unfortunately:[11-Dec-2020 14:27:13] Beginning batch of immediate notifications for 6540. [11-Dec-2020 14:27:14] Finished sending immediate notifications for 6540. A total of 1 notifications were sent over all batches.
Any idea what might go wrong?
Thanks again!Ok, although I did not manage to activate the debug mode, I did test this feature on a fresh and simple multisite install (default theme, just BP Version 6.4.0 and BuddyPress Group Email Subscription – that I re-downloaded – as activated plugins): I notice the same issue. “All Emails” are not delivered to users (unless you set personnel user preference to .. every mails ;-))
All other mails generated by your plugin work fine.
Any idea what might go wrong?Hey,
Experiencing a similar issue here with upgrade to BuddyPress 6.3.0. I addeddefine( 'BPGES_DEBUG', true );
in my congif.php ..
I’m running a multisite install, and I neither found bpges-debug.log at the root /wp-content/uploads nor at /wp-content/uploads/sites/X/ (where X is the ID of the site where your plugin is activated).
I also installed and network activated WP-Cron, but I don’t know exactly what cron job shall I look for.Thx for your support,
- This reply was modified 3 years, 11 months ago by larnoult.
Forum: Plugins
In reply to: [Dashboard Widget Sidebar] Just broke with WP 5.5 :-(Yes. I guess when widgets will be replaced with blocks everywhere in WP, there will be functionality in WP Core to do customize WP dashboard ??
It’d be great also to be able to build a custom WP dashboard for each WP role. Let’s dream!Forum: Plugins
In reply to: [Dashboard Widget Sidebar] Just broke with WP 5.5 :-(Exactly. But disabling the plugin and re-enabling it every time you want to edit a widget is pretty inconvenient.. A fix would be great ??
Forum: Plugins
In reply to: [Login for Google Apps] Issue with civiCRMThanks for the quick reply! I’ll transfer my request to [email protected] ??
Cheers,Hey @vanyukov: thanks for your reply! It was already disabled, yet not working, so I just entirely disabled lazyload module.
Forum: Plugins
In reply to: [Interactive Content – H5P] H5P quizz not showing up any moreHello,
Great!! Desactivating smush it did the trick (even while reactivating
Page scroll to id). I’ll signal the issue to smush plugin dev team.
As I’m always eager to learn, and not always as lucky as today with your amazing support, would it be possible in a few words to let me know how you were capable of spotting the “guilty” plugin?
Cheers,Forum: Plugins
In reply to: [Interactive Content – H5P] H5P quizz not showing up any moreHey @icc0rz,
Thanks a lot for your quick answer. I just desactivated page-scroll-to-id, but it didn’t change neither the (missing) output nor the console log error. https://pelico.parlemonde.org/reportage/a-la-croisee-des-indices/#5-quel-est-le-pays-myst%C3%A8re-
Any other idea?
Thank you!!