'manage_ban' => 1
Make sure you add re-captcha since I've added newest re-captcha bots are blocked 99%Hi Seb,
1) Which vl version you use? 1.5
2) On which page does that happen? manage members? approve members? Approve Members
3) Also please hover over the blacklist -> url field for the site in question and copy the link address so I can validate it has nothing to do with that. http://www.topbandsandmusicians.com/topbands/index.php?a=admin&b=manage_ban&string=http://twitter.com/DouglasAldridg&field=url&matching=1
4) Does it only happen with the url field? Yes
5) Does it happen for any user? Every new user that I've blacklisted.
6) sources/admin/manage_ban.php exist? Yes
7) sources/admin.php search for the following. Is it found? Yes
8) Do you have a plugin which adds new admin source files? Namely a plugin file named admin_include_source.php. Yes; remember that voting script you wrote for me years ago? I see that file in that folder. But this is a very recent problem... I get multiple bogus signups every day and have been blacklisting everyday for years.
<div class="{$error_style_recaptcha}">
<label>{$lng->join_recaptcha_text}</label>
<div class="g-recaptcha" data-sitekey="{$recaptcha_sitekey}"></div>
{$error_recaptcha}
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js" async defer></script>
</div>
Also make sure you are using latest VL version because it has MANY fixesThanks, Seb; I think that worked!
Try to register account just in case login is broken, happened to me many times where users couldnt registerI think that recaptcha really did the trick! Thanks cajkan!
No issues! Thanks for the suggestion!Try to register account just in case login is broken, happened to me many times where users couldnt register
Hey Seb... URL Blacklisting is still not working but, instead of it redirecting to the homepage, I now get this...If you want to use recaptcha, you have to use V2, V3 is not tested on VisioList, so I don't know if that works. And use the checkbox one. Invisible should work also, but I think you need to adjust your join_recaptcha.html then
And no problem for the debug. Have to know if its a race condition bug on our side or not