Mar 16, 2022 11:06 am
In my forum, lots of spam registration happened and they used signature as a source to get a backlink... check this..
https://apex-legendsmobile.com/community/profile/hkpools
now I want to remove signatures completely from all user profiles because they are hurting my SEO...
please help me get rid of them...
ps- I have already using Akismet and Recaptcha 3 for registration... stopping span is not easy but stopping them to get links from our blog.. that's what I want...
2 Replies
Mar 16, 2022 11:38 am
Hi @jackrym,
For removing the Signature field, you will need User Custom Fields Addon, however you can hide the signature field with CSS code.
Insert the below CSS Code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab
.wpf-field.wpf-field-type-tinymce.wpf-field-name-signature { display: none !important; }