islp
Forum Replies Created
-
Forum: Plugins
In reply to: [SMTP for Contact Form 7] CF7 stats in the Subscribers’ profile dashboardWell, I don’t know: I casually discovered the issue acting as a Subscriber through the User Switching plugin: so, maybe even Subscribers can see the widget (that’s why my quick patch eventually works).
Unless the issue is directly related to the User Switching plugin (this is easy to test, but I did not try)…
Forum: Plugins
In reply to: [SMTP for Contact Form 7] CF7 stats in the Subscribers’ profile dashboardI found I could do this in Widget.php:
if (current_user_can('edit_posts')) {
\add_action('wp_dashboard_setup', array( $this, 'cf7_smtp_dashboard_widget'));
}Let me know if there are better options
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Loading JS and CSS only where needed@jules-colle Oh, wow, thanks!
Forum: Plugins
In reply to: [Able Player, accessible HTML5 media player] Playlist creation@joedolson Believe it or not, I’ve been using WP practically since its very first releases, and I never noticed the menu allowing you to create video and audio playlists until today. Thank you
Forum: Plugins
In reply to: [SMTP for Contact Form 7] Does this work with any email sent?Perfect, thanks
Forum: Plugins
In reply to: [SMTP for Contact Form 7] Does this work with any email sent?Okay, I think it’s global because you use add_action and โphpmailer_init,โ so this probably propagates to any other emails sent, not just CF7 forms. I was misled by the plugin name, but in my case, this behavior is what I needed.
Hi @rpetersen29 , sorry for the late reply. Well done!
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Still the same errors in 1.0.3.7I removed the plugin and rewrote the main functionalities I needed in a small plugin. I’m here to report an issue I found while investigating the attachment issues. The plugin manages a list of the attachments that have been sent. When you click the trash bin icon to remove an item from this list, what you’re actually deleting is not the file on the server, but only the link in the list. The files remain on the serverโI had to manually delete five yearsโ worth of files. Bye
Forum: Plugins
In reply to: [WP SVG Images] Deprecation@adrianrus ๐
Forum: Plugins
In reply to: [WP SVG Images] Deprecation@adrianrus Luckily, I need to use debug.log just for a couple of hours because that line gets printed every 4 seconds ๐
Forum: Plugins
In reply to: [WP SVG Images] Deprecation@adrianrus PHP Version: 8.4.10. It happens “all the time” without doing anything specific. If I simply activate debug.log and wait some minutes, I find it full with these lines. ๐
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Still the same errors in 1.0.3.7[update] I removed all the files in the uploads folder and deleted all the entries in the
wp_wpcf7pdf_filestable. After doing so, I tried to send a form and it only received the body, no attachment. I suppose when there are items in that table the plugin sends the latest, if there’s nothing in the table it sends nothing. Just an idea, I don’t have the time to dig into the plugin’s code. ๐[UPDATE] I tested the form with the previous version and the issue was still there. Then I installed an ancient 0.8.6 and it worked. I hope Florent solve soon.
Forum: Plugins
In reply to: [BBQ Firewall โ Fast & Powerful Firewall Security] GDPR compatibility@specialk ok, you have a new fan. ๐
ok @wfpeter thank you so much