default userpic

SCode plugin and CAPTCHA provider?

Vote 0 Votes

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".

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?

I can't get comments to work at all since upgrading.

Reported on Movable Type 4.2

2 Replies

| Add a Reply
  • Answer: I have 2 problems.

    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.

    2) Gotta replace the SCode MTSecurityCode and MTSecurityImage tags with new tags added to MT4.
    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:





    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.

  • Okay, the XML gets eaten up. See here:
    http://www.movabletype.org/documentation/designer/mt4s-comment-templates-for-use.html

    This is what you use to replace the SCode MTSecurityCode and MTSecurityImage:

    <MTIfNonEmpty tag="MTCaptchaFields">
    
    

    <MTIfCommentsAccepted>
    <MTIfRegistrationAllowed>
    <MTElse><$MTCaptchaFields$>
    </MTIfRegistrationAllowed>
    </MTIfCommentsAccepted>

    <div id="comments-open-captcha">
    </div>

    </MTIfNonEmpty>

Add a Reply

If you need to share template code, replace all the "<" signs with "&lt;" or use this utility.

Forum Groups

1773 6162

Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012

86 302

Last Topic: website entries by masoud on Oct 26, 2011

1429 5077

Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012

694 2908

Last Topic: Blogspot to Movable Type by sdude on Feb 8, 2012

84 291

Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011

173 737

Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012

190 565

Last Topic: Analytics Reporting by michael webster on Feb 5, 2012

48 210

Last Topic: An idea and also a request by Afshin Haghighatnia on Jun 29, 2011

64 246

Last Topic: jQuery in MT 5.1 still at 1.4 - why? by perlmonkey on May 25, 2011

code.sixapart.com

137 478

Last Topic: Getting a thumbnail with xpath by Peter on Mar 13, 2011

222 720

Last Topic: Custom Field for Asset Not Appearing by android on Feb 9, 2012