Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BlueEye Posted May 19, 2018 Posted May 19, 2018 Hi guys - Can someone direct me on how to remove the "Picked By" line in the emails for Our Picks? Thanks - Chad
BlueEye Posted May 21, 2018 Author Posted May 21, 2018 I tried removing some of the code in the email templates but that didn't seem to work.... still stuck here...
DSystem Posted June 18, 2018 Posted June 18, 2018 In email templates "Email wrapper". Find and remove this snippet: <table width='100%' cellpadding='0' cellspacing='0' border='0'> <tr> <td dir='{dir}' width='40' valign='top'> <img src='{$staff->get_photo( true, true )}' width='40' height='40' style='border: 1px solid #777777; vertical-align: middle;'> </td> <td dir='{dir}' width='10'> <img src='{setting="base_url"}applications/core/interface/email/spacer.png' width='10' height='1' alt=''> </td> <td dir='{dir}' width='100%' style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 13px; color: #8c8c8c;"> <strong>{$email->language->addToStack("promoted_by")}</strong><br> {$staff->name}, {expression="\IPS\DateTime::ts( $item->sent )->localeDate( $email->language )"} {expression="\IPS\DateTime::ts( $item->sent )->localeTime( TRUE, TRUE, $email->language )"} </td> </tr> </table>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.