-
AuthorPosts
-
pdfx Friend
pdfx
- Join date:
- January 2010
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 29, 2010 at 3:02 pm #149935Dear JA and people
Just a question or some advice,
I want to add Captcha into your Registration module as I getting many spam registrations, do you have a recommended extension that works with your template? Or is there another proceedure
Any advice or help would be appreciated?
Paul
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 29, 2010 at 4:34 pm #338289pdfx Friendpdfx
- Join date:
- January 2010
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 29, 2010 at 5:19 pm #338305Hi thank you for the reply
But is there a specific one that you recommend?
Paul
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 30, 2010 at 12:19 pm #338431Hi you
I am not sure for your idea. Please refer this link: http://extensions.joomla.org/extensions/access-a-security/captcha
pdfx Friendpdfx
- Join date:
- January 2010
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
May 25, 2010 at 4:55 am #344638Hi again
Is there a Captcha plug in for the JA Opal create an account?
I can use capctha on the standard joomla components but wanted to add it to the create account next to the main log inPaul
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
May 25, 2010 at 9:56 am #344655pdfx;179869Hi again
Is there a Captcha plug in for the JA Opal create an account?
I can use capctha on the standard joomla components but wanted to add it to the create account next to the main log inPaul
JED Link and comments Pls read 3rd comment re a JA Highslide Register pop-up, Create an account, and devs reply to get it working with this extension
Developer site and Download link
Hope this gets the job done
Cheers Shannonpdfx Friendpdfx
- Join date:
- January 2010
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 6, 2010 at 7:18 am #346107Hi thanks for that,
I found the posts, is this the answer the creator wrote?
Quote: – captcha will auto add only in core joomla forms (without template overrides).JA Highslide Register pop-up is not part of joomla core and so you need to use the php block mentioned in the documentation page.You can however set botscout options and will avail the passive spam protection for registration since the registration form has a field named ’email’
Ok so on the documentation I also found
Ans: Make sure default views of other 2 forms are not overridden.Some joomla templates usually come with there own views.(view files overridden by templates are saved like templates/{yourtemplate}/html/{component foder}/{concerned viewfile}.php )
for example : contact us form overridden by your custom template will be in
templates/<YOUR_CUSTOM_TEMPLATE>/html/com_contact/contact/default_form.php
similarly
register:templates/<YOUR_CUSTOM_TEMPLATE>/html/com_user/register/default.php
login:templates/<YOUR_CUSTOM_TEMPLATE>/html/com_user/login/default_login.php
login module(which appears in side bars) : templates/<YOUR_CUSTOM_TEMPLATE>/html/mod_login/default.php
To make sure the captcha is not shown becasue of template overrides,try renaming the concerned file in template and refresh the page in browser,the default joomla view will show most likely with the captchaAnswer, so in the file templates/{yourtemplate}/html/{component foder}/{concerned viewfile}.php
I should add the code to add the captcha when someone is registering?<?php
global $mainframe;
//set the argument below to true if you need to show vertically( 3 cells one below the other)
$mainframe->triggerEvent(‘onShowOSOLCaptcha’, array(false));
?>Pd
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 6, 2010 at 10:56 am #346116pdfx;181666Hi thanks for that,
I found the posts, is this the answer the creator wrote?
Quote: – captcha will auto add only in core joomla forms (without template overrides).JA Highslide Register pop-up is not part of joomla core and so you need to use the php block mentioned in the documentation page.You can however set botscout options and will avail the passive spam protection for registration since the registration form has a field named ’email’
Pd
That is the answer supplied to the op re highslide and Ja Template usage, NO use asking me re the coding :)as I’m not the developer of the extension.
If you want answers contact the OSOLCaptcha developer here is his general support comments and contact details
PS:Please check the technical requirements section and FAQs section in the download page of the plugin,first if you are having any issues with the plugin
Feel free to post your doubts,suggestions,recommendations and any issues with this plugin in the comments form at the bottom of the download page.
If you dont get a reply within one business day regarding any serious issues posted in my site ,please post it to the forum page of this plugin,giving the details of the issue and the links of pages where you are facing the issue
http://forum.joomla.org/viewtopic.php?p=2072414#p2072414
This is all I can offer re support of the non JA plugin
Blessings Shannonpdfx Friendpdfx
- Join date:
- January 2010
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 14, 2010 at 8:24 am #346981Thnaks, will look into this when i have the time, just getting spammed a lot by spam registrators
Pd
ar2solutions Friendar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
June 27, 2010 at 6:53 pm #348234Here is the one that i found recently…
WORKS LIKE A CHARM!!
Features :
* Header Step by Step
* Accept Terms of Use
* Show/Hide field to referral user code (AlphaUserPoints)
* Show/Hide field for coupon code (AlphaUserPoints)
* Show/Hide field for birthdate (AlphaUserPoints)
* Show/Hide field for gender(AlphaUserPoints)
* Set minimum Age required for birthdate (AlphaUserPoints)
* Password strength
* Retype e-mail to confirm
* E-mail as username
* Username blocker
* Images step in the language used
* show/hide login on last step
* reCaptcha
* jQuery validation
* Check username already exist before post
* Check email already exist before post
* Check referral user code exist before post
* Check coupon code exist before post
* Filter email domain name (spam)
* Choose an Itemid
* Add positions modules
* Name Username and password should have at least 6 characters
* Auto purge never connected users (spam)
* MVC Architecture -
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by ar2solutions 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum