Hi,
I was getting so many spam bots registering I had to add an anti spam registration plugin.
No-Bot Registration: https://wordpress.org/plugins/no-bot-registration/
It works really well just by adding a security question (I wish WP Foro had this built in and have requested it for a long time).
However, as you can see in the image, it is not aligned properly. Is there any way you could help me with this please?
website is: [removed]
Hi @danniee,
Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .comment-form-ajdg_nobot { display: flex; justify-content: flex-start; padding: 20px; } #wpforo #wpforo-wrap .comment-form-ajdg_nobot label{ width: 38%; }
Perfect, thank you for your kind help!
Can I also ask, when someone registers, they don't get any message on the site that they should check their email or anything. They are simply just redirected to the homepage after they hit "register". I think this might be confusing to some. Is it supposed to be like that or is there some setting I might have messed up? Thank you.