<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Coding Link in Backend HTML Separator</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Coding-Link-in-Backend-HTML-Separator-82614</link>
        <description></description>
        <pubDate>Sun, 07 Jun 2026 21:59:44 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Coding-Link-in-Backend-HTML-Separator-82614" rel="self" type="application/rss+xml" />

                <item>
          <title>Coding Link in Backend HTML Separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246261#post2246261</link>
          <description><![CDATA[<p>Perfect!  Glad to help! :-)</p>]]></description>
          <pubDate>Tue, 01 Nov 2022 10:20:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246261#post2246261</guid>
        </item>
                <item>
          <title>Coding Link in Backend HTML Separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246260#post2246260</link>
          <description><![CDATA[<p>That did it Dave!</p>
<p>Removing everything before the ? in the url seems to have solved the issue.</p>

<p>Thanks so much!</p>]]></description>
          <pubDate>Tue, 01 Nov 2022 05:13:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246260#post2246260</guid>
        </item>
                <item>
          <title>Coding Link in Backend HTML Separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246259#post2246259</link>
          <description><![CDATA[<p>If that doesn't work, you can also try disabling "Check Referer" under: Admin &gt; Security.</p>]]></description>
          <pubDate>Mon, 31 Oct 2022 18:25:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246259#post2246259</guid>
        </item>
                <item>
          <title>Coding Link in Backend HTML Separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246258#post2246258</link>
          <description><![CDATA[<p>Hi pgplast, </p>
<p>Can you try removing everything before the ? in the link?  </p>
<p>Any links that start with ? referrer to the current script so it's an easy way to make sure the http/https, hostname, and URL match up.  </p>
<p>Let me know if you still have an error after that and if so we can try some other options.</p>
<p>Hope that helps!</p>]]></description>
          <pubDate>Mon, 31 Oct 2022 18:24:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246258#post2246258</guid>
        </item>
                <item>
          <title>Coding Link in Backend HTML Separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246252#post2246252</link>
          <description><![CDATA[<p class="p1">I am redoing an old, CMSB builder-based web app with v 3.56.</p>
<p class="p1">In the old (and still functioning app), I created an html separator on afield editor like this:</p>
<p class="p1">&lt;tr&gt;</p>
<p class="p1">&lt;td colspan='2'&gt;</p>
<p class="p1">&lt;?php if(@$RECORD){ ?&gt;</p>
<p class="p1">&lt;?php</p>
<p class="p1">$has_test=false;</p>
<p class="p1">$the_tests = mysql_select('tests');</p>
<p class="p1">foreach($the_tests as $the_test){</p>
<p class="p1">if($the_test['course_number']==$RECORD['num']){</p>
<p class="p1">$has_test=true;</p>
<p class="p1">break;</p>
<p class="p1">}</p>
<p class="p1">}</p>
<p class="p1">?&gt;</p>
<p class="p1">&lt;?php if(!$has_test) { ?&gt;</p>
<p class="p1">&lt;p&gt;&lt;astyle="color:#000;" href="<a href="http://test.nypqcme.org/cmsCSoft/admin.php?menu=tests&amp;action=add&amp;course_number=" rel="nofollow">http://test.nypqcme.org/cmsCSoft/admin.php?menu=tests&amp;action=add&amp;course_number=</a>&lt;?php echo $RECORD['num']?&gt;&amp;course_name=&lt;?php echo $RECORD['title']?&gt;"&gt;Create Test for Program&lt;/a&gt;&lt;/p&gt;</p>
<p class="p1">&lt;?php } ?&gt;</p>
<p class="p1">&lt;?php } ?&gt;</p>
<p class="p1">&lt;/td&gt;</p>
<p class="p1">&lt;/tr&gt;</p>

<p class="p1">This code checked for the existence of a test for a particular course, and if one was not found, presented a link to the “tests” table for the creation of one.</p>
<p class="p1">This link would open a page with a new record in the “tests” table for the admin user to fill in.</p>

<p class="p1">I now find that this code no longer works in my new implementation. The link takes the user to the backend login page (even though he is already logged in) ,</p>
<p class="p1">And once the user logs in again, the expected error occurs:</p>
<p class="p3"><span class="s1">Security Error: No _CSRFToken exists in session. Try reloading or going back to previous page.</span></p>
<p class="p3"><span class="s1">One never gets to the new record in the “tests” section.</span></p>

<p class="p3"><span class="s1">Have you any ideas how I can make this work?</span></p>

<p class="p3"><span class="s1">Thanks.</span></p>]]></description>
          <pubDate>Thu, 27 Oct 2022 09:07:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246252#post2246252</guid>
        </item>
              </channel>
    </rss>
  