• gmschmitz

    (@gmschmitz)


    I run a wordpress article directory, can you add it to the author panel where they submit articles? I tried to add the code

    <?php
    if ( function_exists ( &array ( ‘RandomCaptchaSpam’, ‘wpmulogin_form’ ) ) ) :
    echo( $RandomCaptchaSpam->wpmulogin_form( ) );
    endif;
    ?>

    but get an error.
    Parse error: syntax error, unexpected T_ARRAY, expecting T_STRING or T_VARIABLE or ‘$’ in /home/mml/public_html/press-release-articles.com/wp-content/plugins/article-directory/author-panel.php on line 374

    http://wordpress.org/extend/plugins/super-capcha/

Viewing 1 replies (of 1 total)
  • Plugin Author leewells

    (@leewells)

    That is a feature we may be adding in the future actually.

    You can add this yourself by copying the “pages” for the registration page and adding a new switch in the plugin and then hooking that into the article submission form.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: (NOW 3D!) Super CAPTCHA Security Suite] Can you add super captcha tp pages’ is closed to new replies.