- Posts: 2
- Thank you received: 0
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Sticky How to protect my forum from spam
At any rate, the offending line is currently in /components/com_kunena/template/default/fb_write.html.php on line 270. It says:
if ($fbConfig->captcha == 1 && $kunena_my->id < 1) ?>
It can be changed to:
if ($fbConfig->captcha == 1) { ?>
Then to make sure that ths code is checked, you need to change line 62 of /components/com_kunena/template/default/post.php from:
if ($fbConfig->captcha== 1 && $kunena_my->id < 1) {
to:
if ($fbConfig->captcha== 1) {
Standard warnings apply: this would be a hack and would be overwritten when you upgrade Kunena.
Kunena Developers: Ideally the config option would be changed to a three-value list:
0=Never use Captch
1=Use Captcha when users are not logged in
2=Always use Captcha
Please Log in or Create an account to join the conversation.
See also Replace captcha with reCaptcha for some more up-to-date views on this subject.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Of course, the version that I am using that doesn't have a working Captcha feature in it was downloaded only about 2 weeks ago and the post you mentioned was only 3 days old, so the "lot" that has happened has not changed this, yet. And will using reCaptcha change the way the config works?
Please Log in or Create an account to join the conversation.
Please understand, your discoveries and your opinions are important to us.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
First thank you all for the great forum software. I run many forums and mainly vBulletin however I just set up a website with kunena and loving it.
The website and forum are new (one week old) and I'm getting daily registrations and posts (spam).
My question is what options this software offer to fight spam, automated registration bots, etc. Is there any recaptcha at the registration process? Any tips tricks are really appreciated because I dont have time to keep up with this bots (assuming) and delete posts manually.
Thank you for your time and help.
Please Log in or Create an account to join the conversation.
- LittleJohn
-
Topic Author
- Offline
- Kunena Contributor
-
The registration and login process is handled by Joomla. You might want to look for some extensions in the Joomla Extensions for that.
Please beware, that you cannot seek help for those extensions here.
I found this at my first search: extensions.joomla.org/extensions/access-...authentication/10802
Also, Kunena has some captcha service in the administrator panel, which can easily be turned on.
I think it goes under the name "Antiflood protection" but I really cant remember.
Some of these features (maybe combined), may be what you are looking for?
Please Log in or Create an account to join the conversation.