Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jrinnc

    (@jrinnc)

    Thank you for the custom code — that worked excellent!

    For the line I was asking for between questions in the other themes, I found I was able to achieve the result I wanted by using html for each question and inserting a horizontal rule <HR> just above the question text.

    Thanks again!

    Thread Starter jrinnc

    (@jrinnc)

    Just an FYI update about how I was finally able to fix this… I finally realized that when deleting this plugin it leaves tables intact, but an old install of it had failed so did not create all necessary columns in the tables. When adding the plugin back, it does not right over those faulty tables. So, I had to manually delete the tables from my database. After deleting them, the plugin now installed without errors.

    Thread Starter jrinnc

    (@jrinnc)

    Thank you for the link, but I had previously seen that. It refers to Outlook 2013, but the issue has continued in every version since then (we use 2016 and 365) which appears to be because Microsoft doesn’t support the <br/> tag (of xhtml) any longer.

    We’ve found the solution seems to be to remove line 247 of wpmg_cron_send_email.php in the Crons directory of your plugin. That line is this:
    $body = preg_replace(“/\r\n|\r|\n/”,'<br/>’,$body);

    Once we commented out that line, it seems to have completely fixed the issue with no other affect or problems encountered.

    Could you advise the reason for using that line and/or if it might be removed from the plugin to help others and so we don’t have the problem re-occur following future updates?

Viewing 3 replies - 1 through 3 (of 3 total)