<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.15859-</id>
  <updated>2011-09-01T02:24:25Z</updated>
  <title>Comments for SCode plugin and CAPTCHA provider?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.15859</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=15859" title="SCode plugin and CAPTCHA provider?" />
    <published>2009-07-05T16:19:02Z</published>
    <updated>2009-07-05T22:24:02Z</updated>
    <title>SCode plugin and CAPTCHA provider?</title>
    <summary>I just upgraded from MT 3.2 to MT 4.261. I have the SCode plugin which I had installed with MT 3.2. It still shows up under plugins as enabled. Separately I got to the Comment settings area and I see...</summary>
    <author>
      <name>FuturePundit</name>
      <uri>http://futurepundit.com</uri>
    </author>
    
    <category term="Installation" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>I just upgraded from MT 3.2 to MT 4.261. I have the SCode plugin which I had installed with MT 3.2. It still shows up under plugins as enabled. Separately I got to the Comment settings area and I see under "Comment Display Options" the entry "CAPTCHA Provider" which is set to "none".</p>

<p>So here's the question: does SCode bypass the CAPTCHA Provider setting? Do all my forms that produce the CAPTCHA graphics pattern just not use the new version but still work okay?</p>

<p>I can't get comments to work at all since upgrading.</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15859-comment:26037</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15859" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html#c26037" />
    <title>Comment from FuturePundit on 2009-07-05</title>
    <author>
        <name>FuturePundit</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Answer: I have 2 problems.</p>

<p>1) The old Comments Listing Template is just not showing up. Though I still see the Comments Preview Template and I got that one to work for single post preview mode.</p>

<p>2) Gotta replace the SCode MTSecurityCode and MTSecurityImage tags with new tags added to MT4. <br />
   I think SCode (or at least an earlier version of it) does not work with MT 4.261. Instead I copied this code snippet below over the SCode snippet in the Comments Preview Template:</p>

<p></p>

<p><br />
<br />
<br />
<br />
</p>




<p></p>

<p>Then I went into Preferences | Comment | CAPTCHA Provider and set it to "MovableType default". That seems to make CAPTCHA work again for single post previews at least.</p>]]>
    </content>
    <published>2009-07-05T22:19:55Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15859-comment:26039</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15859" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/scode-plugin-and-captcha-provider.html#c26039" />
    <title>Comment from FuturePundit on 2009-07-05</title>
    <author>
        <name>FuturePundit</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Okay, the XML gets eaten up. See here:<br />
<a href="http://www.movabletype.org/documentation/designer/mt4s-comment-templates-for-use.html" rel="nofollow">http://www.movabletype.org/documentation/designer/mt4s-comment-templates-for-use.html</a></p>

<p>This is what you use to replace the SCode MTSecurityCode and MTSecurityImage:</p>

<pre>
&lt;MTIfNonEmpty tag="MTCaptchaFields"&gt;

<p>&lt;MTIfCommentsAccepted&gt;<br />
&lt;MTIfRegistrationAllowed&gt;<br />
&lt;MTElse&gt;&lt;$MTCaptchaFields$&gt;<br />
&lt;/MTIfRegistrationAllowed&gt;<br />
&lt;/MTIfCommentsAccepted&gt;</p>

<p>&lt;div id="comments-open-captcha"&gt;<br />
&lt;/div&gt;</p>

<p>&lt;/MTIfNonEmpty&gt;<br />
</p></pre>]]>
    </content>
    <published>2009-07-05T22:24:02Z</published>
  </entry>

</feed>

