ccon
Forum Replies Created
-
Forum: Plugins
In reply to: Alex King’s “Share This” – email doesn’t workwpPHPMailer is a plugin that can make “Share This” work properly.
It permits to send mail without to configure mail in php.ini (server configuration)
So each mail send by wordpress work if they use wp_mail() function.Chris
New version to have only Email tab :
http://wordpress.pastebin.ca/637784Set parameter this parameter to true
@define(‘AKST_SHOW_ONLY_EMAIL’, false); // Add by CMI
// Set this to true to have only Email tabForum: Plugins
In reply to: Alex King’s “Share This” – email doesn’t workI have the same problem and I use wpPHPMailer
You need to go in Option to confige it (afeter activate it of course)
http://www.coffee2code.com/wp-plugins/#wpphpmailerHave fun
ChrisForum: Plugins
In reply to: Share This 1.4 icon problem: no icons – really no one – appearsFor Email only, you can use my version :
http://wordpress.pastebin.ca/637784change parameter :
@define(‘AKST_SHOW_ONLY_EMAIL’, false); to trueHave fun
ChrisForum: Plugins
In reply to: Share This plugin: Switch the default tab to Email?you can try this :
http://wordpress.org/support/topic/127923?replies=1