Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • turtlesoup Friend
    #208025

    1. Google ReCaptcha? How can this be included on the sign-in div overlay?
    2. No more div overlay for create account … clicking instantly go to the registration page

    Ninja Lead Moderator
    #575986

    If you want to do that with JA Login module, you can find and see it from modules/mod_jalogin/tmpl/default.php file with


    <?php if(!empty($captchatext)) { ?>
    <dt>
    <label title="" class="required" id="jform_captcha-lbl"><?php echo JText::_( 'JACAPTCHA'); ?>:</label>
    <em> (*)</em>
    </dt>
    <dd><?php echo $captchatext; ?></dd>

    Ninja Lead Moderator
    #642314

    If you want to do that with JA Login module, you can find and see it from modules/mod_jalogin/tmpl/default.php file with


    <?php if(!empty($captchatext)) { ?>
    <dt>
    <label title="" class="required" id="jform_captcha-lbl"><?php echo JText::_( 'JACAPTCHA'); ?>:</label>
    <em> (*)</em>
    </dt>
    <dd><?php echo $captchatext; ?></dd>

    Ninja Lead Moderator
    #740973

    If you want to do that with JA Login module, you can find and see it from modules/mod_jalogin/tmpl/default.php file with


    <?php if(!empty($captchatext)) { ?>
    <dt>
    <label title="" class="required" id="jform_captcha-lbl"><?php echo JText::_( 'JACAPTCHA'); ?>:</label>
    <em> (*)</em>
    </dt>
    <dd><?php echo $captchatext; ?></dd>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum