<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>&amp;quot;Save and Copy&amp;quot; function for Email Templates</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Save-and-Copy-function-for-Email-Templates-82602</link>
        <description></description>
        <pubDate>Tue, 14 Apr 2026 08:01:44 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Save-and-Copy-function-for-Email-Templates-82602" rel="self" type="application/rss+xml" />

                <item>
          <title>&quot;Save and Copy&quot; function for Email Templates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246402#post2246402</link>
          <description><![CDATA[<p>Daniel,</p>
<p>It works GREAT!!  Thank you!</p>]]></description>
          <pubDate>Mon, 30 Jan 2023 01:24:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246402#post2246402</guid>
        </item>
                <item>
          <title>&quot;Save and Copy&quot; function for Email Templates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246400#post2246400</link>
          <description><![CDATA[<p>Cool!  Thank you, Daniel!</p>
<p>*Also, I apologize for the delay in responding...I literally just saw your response for the first time this evening. I added your code modifications and will test it out in the coming days. Thanks again!</p>]]></description>
          <pubDate>Mon, 30 Jan 2023 01:19:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246400#post2246400</guid>
        </item>
                <item>
          <title>&quot;Save and Copy&quot; function for Email Templates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246219#post2246219</link>
          <description><![CDATA[<p>Hey Codee,</p>
<p>That's a great idea - the Email Templates could definitely benefit from the Save &amp; Copy button. Here's a patch you can add to saveAndCopy.php to enable it; on line 21 change this:</p>
<pre class="language-php"><code>  $addButton = isset($menuType) &amp;&amp; ($menuType == 'multi' || $menuType == 'category') &amp;&amp; ($action == 'add' || $action == 'edit');</code></pre>
<p>To this:</p>
<pre class="language-php"><code>  $addButton = isset($menuType) &amp;&amp; ($menuType == 'multi' || $menuType == 'category' || $tableName == '_email_templates') &amp;&amp; ($action == 'add' || $action == 'edit');</code></pre>
<p>Try it out and let me know if you have any issues!</p>
<p>Thanks,</p>]]></description>
          <pubDate>Mon, 10 Oct 2022 19:16:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246219#post2246219</guid>
        </item>
                <item>
          <title>&quot;Save and Copy&quot; function for Email Templates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246202#post2246202</link>
          <description><![CDATA[<p>Hello I.T.,</p>
<p>What's the possibility, and probability, that the Email Templates section of CMSB have the "Save and Copy" function such as the section editors have?  Sometimes it would be great to be able to do a copy from an already built one and then just remove or change a few pieces, instead of starting from scratch for each one.</p>
<p>Thank you for the consideration.</p>]]></description>
          <pubDate>Thu, 29 Sep 2022 14:50:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246202#post2246202</guid>
        </item>
              </channel>
    </rss>
  