Notifications
Clear all

wpForo 1.x.x [Solved] Remove Signature from profile tab

3 Posts
2 Users
1 Likes
793 Views
Posts: 2
Topic starter
(@jackrym)
New Member
Joined: 2 years ago

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...

 

Topic Tags
2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

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;
}
1 Reply
(@jackrym)
Joined: 2 years ago

New Member
Posts: 2

@chris worked... thanks for the help...