Brendon Boshell
Forum Replies Created
-
Forum: Plugins
In reply to: [Thank Me Later] Emails not routed through SMTPUnfortunately, I don’t have time to look at the issue. You should be able to configure your local mail server to relay to an external SMTP server (at SendGrid) for example, if deliverability is your concern. As far as I know, WordPress doesn’t come with out-of-the-box support for SMTP configuration, and I don’t have time to make Thank Me Later compatible with this configuration.
Forum: Plugins
In reply to: [Thank Me Later] Emails not routed through SMTPHi,
Thank Me Later is relying on PHPMailer directly, rather than wp_mail. This is so the plugin can send HTML email, and means your server needs to support the mail() function. I will not be fixing this issue, since it is too complex of a change. My suggestion is to move to better host that allows you to send email.
Thanks,
Brendon.Okay, it looks like adding role=”main” to my blog resolved this issue. I think this should have been documented somewhere or raised a warning log.
Forum: Reviews
In reply to: [Thank Me Later] Do not work on Divi themeIt looks like Divi is a premium theme, so I do not have access to the source code. If it works with other themes, I would suggest it is an issue with the theme rather than the plugin. You might be able to get support from them, but this is not something I can look at or support.
Forum: Reviews
In reply to: [Thank Me Later] Space Invaders breach Death Star Common CodeThere is no ‘common.php’ file, and the plugin doesn’t use any code from Gravity Forms. If you think you have found a vulnerability, please disclose it to me by email first.
Forum: Reviews
In reply to: [Thank Me Later] Would love for a catagory featureThank you, but this feature is already available under the ‘Targeting’ section when editing a message, so you can create a separate email for each category. Let me know if you have any problems with this feature.
Forum: Plugins
In reply to: [Thank Me Later] Comments on PagesHi Kristoff,
I think the plugin should work with pages, but I don’t think you are able to target specific pages. I will try to issue a fix which lists pages as well as posts on the message page, although it might be a few weeks before I get the chance to do this.
Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] Thank Me Later Message Preview Not WorkingHi Sue,
Do you have Javascript enabled? Which browser are you using?
As far as I am aware, the preview feature does work. I will try to have a look at the issue at the weekend, as something might have broke since WordPress 4.0.
Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] German translation available nowHi Thorsten,
Is there any chance you could upload the file to Transifex? The link is on the plugin page
-Brendon
Forum: Plugins
In reply to: [Thank Me Later] Date Format is still in English to readDo you mean the date within the emails? This can be changed with the
format
parameter of thedate
shortcode, which is documented on the message page. This can also be internationalised — I’ve labeled this field as ‘date syntax’ context in the POT file. Please let me know if there are any further problems.Forum: Plugins
In reply to: [Thank Me Later] change link commentHello,
If you replace
[comment_url attr=1]
and[comment_url]
with your blog’s URL (e.g. https://example.com/), then the message should link to your homepage. Please let me know if this works.Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] Sending Emails Before ApprovalHi,
There isn’t currently a way to change the setting, although I did this on purpose so that emails aren’t send to spam comments. I will have a look at implementing a small switch in the next version.
Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] Emails not being sentHi Rob,
Have you made sure there isn’t a ‘max sends’ limit on the message, and that the time delay is set to 0 seconds, when you are testing it?
When you leave a comment, does the ‘stats’ page update the numbers ‘due to be sent’ or ’emails sent’? If the ’emails sent’ doesn’t increase, that could indicate a problem with the plugin sending emails.
Also, does WordPress send emails correctly? You could for example click ‘reset password’ to test this.
Did version 3.2 work? I haven’t changed anything as far as sending emails is concerned, so I’m not quite sure what could be causing the issue.
Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] Change Header TemplateHi,
After the
[template_simple]
tag, you can add something similar to the following:[t_part name="header_banner"] <img src="https://brendonboshell.co.uk/wp-content/plugins/thank-me-later/imgs/thank-you-banner.png"> [/t_part]
where you replace the image URL with an image of your choosing.
Alternatively, if you want a simple text header, you can use:
[t_part name="header_banner"] <div style="font-size: 40px; padding: 30px 0; text-align:center; background-color:#3399dd; color: #ffffff">Hello World!</div> [/t_part]
Let me know if you have any problems with this.
Thanks,
Brendon.Forum: Plugins
In reply to: [Thank Me Later] Plugin installed, active, but not workingHi Kamila,
I couldn’t find a comment form on your website. When you refer to the form, do you mean a comment form on a blog post or the form on the ‘Find out more’ page?
The plugin is designed to work for comment forms only, and doesn’t work for arbitrary forms out of the box. If you want the plugin adapted to work with arbitrary forms, please contact me at https://www.brendonboshell.co.uk/contact-me/ and we can discuss further.
Thanks,
Brendon.