• Hard to test, have to use different browsers or computers so you can be someone else while still logged in as Admin. Had emails going everywhere. But got it sorted eventually.

    The emails can be edited to look a lot cleaner by wrapping text in P tags and using BR.

    <p>Click on the link:<br>
    Link appears on new line</p>

    Multiple BR tags can be used to make the layout the way you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @graham,

    Thank you for your feedback. The thing about using different browser is that the plugin creates a cookie so you-ll have to delete that cookie or open Chrome in incognito mode where not cookies are store, you can open as many incognito tabs with different email.

    You could try this notification sample:

    <h1>There is a new comment on [post_title].</h1>
    <hr>
    
    <strong>Comment link:</strong> [comment_permalink] <br>
    <strong>Author:</strong> [comment_author]<br>
    
    <p><strong>Comment:</strong><br>
    [comment_content]</p>
    
    <strong>Permalink:</strong> [post_permalink]<br>
    <strong>Manage your subscriptions:</strong> [manager_link]<br>

    It will look much better. Just remember to enable the HTML on the options as well as the HTMLify links in emails option.

    Thread Starter Graham

    (@sandgroper)

    Hi Reedyseth,

    Never thought of using incognito, but then again I’ve never used it either. So, yes, I had to clear my cookies every time.

    Your email template looks good. I was actually surprised the P and BR tags worked when I tried them. Thought I’d mention it for those who have never tried to customize the emails.

    Yes I did ensure the HTML options were enabled.

    Thought I’d mention it for those who have never tried to customize the emails.

    Great, I will create a wiki on this matter and add it on the GitHub (https://github.com/stcr/subscribe-to-comments-reloaded) page.

    Regards.!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Works well’ is closed to new replies.