| Re: xfguestbook captcha not working |
| by Roby73 on 2015/8/18 20:24:16 Thank you mamba! @mjoel The captcha code can be set in core setting, you must setting it in class/captcha modify the file: config.php and config.recaptcha.php (if you want use recaptcha you can add key of google in this file). For able security code you must able it in the admin xfguestbook module. The secure code, work only for anonymous users (this is a problem of the core). You can see the module working in a photography website that i'm doing: http://circolofotografico.altervista.org/modules/xfguestbook/ |
| Re: xfguestbook captcha not working |
| by Mamba on 2015/8/17 11:06:03 Quote: I have uploaded it to GitHub. You can fork it from there to your account, make changes and submit a Pull Request back to it. FYI: I have done some standardization there, i.e. renamed the templates to .tpl, and moved /images to /assets, so this is consistent with other modules. I hope, you're OK with it.... |
| Re: xfguestbook captcha not working |
| by Mamba on 2015/8/17 9:52:19 Quote: xguestbook is here: I have uploaded it to GitHub. You can fork it from there to your account, make changes and submit a Pull Request back to it. Also, you had already your branch on XOOPS SVN: https://svn.code.sf.net/p/xoops/svn/XoopsModules/xfguestbook/branches/roby73 |
| Re: xfguestbook captcha not working |
| by mjoel on 2015/8/17 2:49:22 Thanks Roby i have tested it..captcha is not working |
| Re: xfguestbook captcha not working |
| by Roby73 on 2015/8/17 0:27:18 Thanks mamba ![]() I have registered to GitHub, now i have to translate the modules before upload xguestbook is here: http://metalslug.altervista.org/xfguestbook.zip I inserted captcha code set to from the xoops core. The secure code can be activated from the module setting. I added a hidden text form empty because only captcha code doesn't stop all spam, but is no problem if you have many spam messages you can set approve before publishing Missing some word in english, is it almost complete. |