Soli
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Signature] Add image icon to signature?Yep, you should use html. ^_^
Forum: Plugins
In reply to: [WP Mail Options] send test mailI am glad your problem was resolved.
You may saw the warning above the options:
Warning: This plugin is only for advanced users. You should know exactly what effect each option will have on the behavior of PHPMailer when you use this plugin.
However, I have decided to rewrite this plugin completely, make it work well and easy to use.
Your attenton is invited.
Again, thanks for your advice and feedback.
Forum: Plugins
In reply to: [WP Mail Options] send test mailDid you set the “Mailer” option (Method to send mail) to “sendmail”?
Do it, then set ‘Sendmail Program’ option to ‘/absolute/path/to/your/wrapper the_custom_token’ and try again.
Forum: Plugins
In reply to: [WP Mail Options] send test mailTry using ‘Sendmail Program’ option.
For example, set the value to ‘/usr/sbin/sendmail <your params>’.
Forum: Plugins
In reply to: [WP Mail Options] send test mailNow you can send test mail.
Please update to V 0.2.1.
Your feedback is appreciated.
Forum: Plugins
In reply to: [WP Mail Options] send test mailI saw the code of PHPMailer, and found these lines:
$params = sprintf("-oi -f %s", $this->Sender); ... $rt = @mail($val, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header, $params);
So, perhaps you could pass your token with the “Sender” parameter.
For example, you set “Sender” to “[email protected] my_specific_token”,
the result should be :
mail( $to, $subject, $msg, $header, "-oi -f [email protected] my_specific_token");
Forum: Plugins
In reply to: [WP Post Signature] location of signatureHi, ccolotti.
I am sorry this plugin can not put the signature below the pagination, case the pagination is not a part of the CONTENT.
This plugin can only add the signature after or before the content of the post. But the pagination is another division of the blog. And its position depends on which theme you use.
Sorry again.
Thanks for your feedback.
^_^
Soli
Forum: Plugins
In reply to: [WP Post Signature] location of signatureThanks for your feedback.
I will have a look at it.
Forum: Plugins
In reply to: [WP Mail Options] send test mailOK, I will take a look at it.
Thanks for your suggestion.
Forum: Plugins
In reply to: [WP Post Signature] location of signatureThat is my pleasure.^_^
Forum: Plugins
In reply to: [WP Post Signature] location of signatureI think the box around the img is the style of your theme.
Perhaps line 806 in
https://blog.kadohearts.org/wp-content/themes/bouquet/style.cssForum: Plugins
In reply to: [WP Post Signature] location of signaturePlease let me known if it works for you. Thank you.
Forum: Plugins
In reply to: [WP Post Signature] location of signatureYou should change the priority of wp-post-signature:
1. open the file “wp-post-signature/wp-post-signature.php”
2. goto line 165
3. change this line
add_filter('the_content', array(&$wppostsignature, 'AppendSignature'));
to
add_filter('the_content', array(&$wppostsignature, 'AppendSignature'), 9);
Forum: Plugins
In reply to: [WP Post Signature] Multiuser HelpThis plugin can now support multiusers. You should add a user for your blog partner, then she/he can login your blog with this user, and find the signature setting page for her/him.
Please let me know if it works for you. Thanks.
Forum: Plugins
In reply to: [WP Code Prettify] WP 3.5 bugI’m sorry, I am very busy these days, but I will fix this as soon as I have time.
Thanks for your feedback.