Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rlgonzalez50 Friend
    #154718

    In this module does not display any images of book reading as: recaptcha or another. This allows the robots can be registered without any problem. I disabled the module until you find a solution to this problem.

    I also want to redirect the link “create account” form JomSocial.

    If anyone can help please.


    1. Capture
    swedeboy Friend
    #356955

    <em>@rlgonzalez50 195871 wrote:</em><blockquote>In this module does not display any images of book reading as: recaptcha or another. This allows the robots can be registered without any problem. I disabled the module until you find a solution to this problem.

    I also want to redirect the link “create account” form JomSocial.

    If anyone can help please.</blockquote>

    For Registration Redirecting

    Take a look at this plugin http://joomlaxi.com/products/free-products/jom-social-registration-redirector.html

    The JoomlaXi Registration Redirector is an unique and advance feature for your website.
    Using this plugin you can redirect user to one of registration system of your choice.

    rlgonzalez50 Friend
    #356972

    <em>@swedeboy 195875 wrote:</em><blockquote>For Registration Redirecting

    Take a look at this plugin http://joomlaxi.com/products/free-products/jom-social-registration-redirector.html

    The JoomlaXi Registration Redirector is an unique and advance feature for your website.
    Using this plugin you can redirect user to one of registration system of your choice.</blockquote>

    Thank you very much, has redirected the link that is located within the Login. But the link is out, which is actually my security problem, is still vulnerable, since it is only necessary to fill in the fields and click the button to get an account on the site.


    1. Capture
    swedeboy Friend
    #356992

    <em>@rlgonzalez50 195895 wrote:</em><blockquote>Thank you very much, has redirected the link that is located within the Login. But the link is out, which is actually my security problem, is still vulnerable, since it is only necessary to fill in the fields and click the button to get an account on the site.</blockquote>

    Take a look at this plugin http://joomlaxi.com/products/free-products/joomla-captcha-plugin.html and see if this is what you’re looking for.

    “Captcha”. This component has an essential functionality to avoid lots-and lots of spams on Joomla based websites. In this product, you can define your own, a set of rules to display the Captcha on your website It is a secure ,accessible and simple to set-up plugin which can be used to provide Captcha functionality through out the Joomla website.

    rlgonzalez50 Friend
    #356996

    <em>@swedeboy 195919 wrote:</em><blockquote>Take a look at this plugin http://joomlaxi.com/products/free-products/joomla-captcha-plugin.html and see if this is what you’re looking for.

    “Captcha”. This component has an essential functionality to avoid lots-and lots of spams on Joomla based websites. In this product, you can define your own, a set of rules to display the Captcha on your website It is a secure ,accessible and simple to set-up plugin which can be used to provide Captcha functionality through out the Joomla website.</blockquote>

    Thanks, but apparently is not what I want, I’ve installed and observed.

    Also, I use AlphaRegistration and do well.

    I really need is that little form that appears, to complete the data and click on record, is necessary to insert a security code, or to be redirected to the registration form JomSocial.

    Saguaros Moderator
    #357257

    I suggest that you should remove the popup signup form and put the link in the “Create an account” to com_community registration page. In com_community, you enable CAPTCHA for user registration (go to social homepage to get more information on how to enable and using captcha for registration).

    To get that, open file templates/ja_social/html/mod_jalogin/default.php, find following block of code

    <a class=”register-switch” href=”<?php echo JRoute::_(“index.php?option=com_user&task=register”);?>” onclick=”showBox(‘ja-user-register’,’namemsg’,this, window.event || event);return false;” >
    <span><?php echo JText::_(‘REGISTER’);?></span>
    </a>

    Change it to

    <a class=”register-switch” href=”<?php echo JRoute::_(“index.php?option=com_community&view=register”);?>”>
    <span><?php echo JText::_(‘REGISTER’);?></span>
    </a>

    You also should delete the form registration below that code.

    melanieb Friend
    #469125

    Brilliant – I was searching for this solution for ages! You make it look so simple!

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

This topic contains 7 replies, has 4 voices, and was last updated by  melanieb 12 years, 1 month ago.

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