Stephen S
Forum Replies Created
-
Hi Jack, thanks for getting back to me. Yes I can confirm all of the above:
1. “Notification For” is “New User – Welcome Email”
2. Additional Email Fields shows a checkbox (“Show additional email fields”) and it is checked
3. From Name and Email, CC, BSS are all present
4. Followed by Users, Subject and finally Message BodyI am using version 1.2 of your plugin and WordPress 4.2.2
Thanks!
Forum: Plugins
In reply to: [Custom User Email] Welcome e-mail doeasn't get sentwell, I figured out why it wasn’t getting sent…it will only send if the checkbox “Send this password to the new user by email.” is checked. But if I have an outside plugin authenticating, it won’t work.
Forum: Plugins
In reply to: [Custom User Email] Welcome e-mail doeasn't get sentsame problem, but I am using this plugin with WP 4.2.2…perhaps it does not work with latest?
Forum: Plugins
In reply to: [WP Mail Logging] server time zone issueThanks!
Forum: Plugins
In reply to: [WP Power Stats] missing about 70% of hitsyes.
Forum: Plugins
In reply to: [WP Power Stats] missing about 70% of hitsAnd even so, there should be a settings that allows recording of shared IPs, as there could be many different people at many different machines connecting from behind a firewall.
Forum: Plugins
In reply to: [WP Power Stats] missing about 70% of hitsALL of the browsers I connected with were on the same IP, yet SOME of them recorded hits, and some of them did not.
fixed! Thank you!
Forum: Plugins
In reply to: [Mini Loops] after updating wordpress, ml_content not getting all contentWell, I found a fix by adding
global $more; $more = -1;to the function above. Hope this helps someone else.
Forum: Plugins
In reply to: [Mini Loops] after updating wordpress, ml_content not getting all contentThink I found the code in question in helpers.php:
add_shortcode( 'ml_content' , 'miniloop_content' ); function miniloop_content( $atts ) { extract( shortcode_atts( array( 'length' => 100, 'wlength' => 0, 'after' => '...', 'space_between' => 0, 'after_link' => 1, ), $atts ) ); $content = apply_filters( 'the_content', get_the_content() ); return $content; }but I don’t see anything obvious that is wrong, any ideas? this is spitting out content only up to the more tag, then adding “(more…)”. I can make the ending change by changing the after item above, but I can’t make it show the entire content…
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Conflict with Mail Queue pluginThanks for your reply. This is interesting, because other plugins which also modify wp_mail (WP-Mail-SMTP for example) do not generate this error, any idea why?
Forum: Plugins
In reply to: [Log Emails] nothing logged (plugin conflict with WordPress Mail Queue?)some follow up info:
I just noticed that it IS logging when someone make a comment and the system sends that out, but not when I send a test message from the SMTP plugin.
Forum: Plugins
In reply to: [Better Admin Pointers] Network capability exists?Oh, no there is no functionality like that, I will consider adding it. But as far as I know it should work on individual sub sites without issue, please let me know if that is not the case.
Forum: Plugins
In reply to: [Better Admin Help Tabs] Paragraphs & Line BreaksThanks for the feedback, I will look into this. Can you post an example of what your text looks like with and without your formatting and what your expected output is? That will help me to reproduce what you are seeing and test.