Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Is it going into the quick CSS in WPForo?
no
Paste this code into the file function.php
add_filter('wpforo_before_update_profile_fields', function($profile_fields){ if( wpfkey($profile_fields, 'signature') ) $profile_fields['signature'] = wpforo_text( html_entity_decode($profile_fields['signature']), 200, false); if( wpfkey($profile_fields, 'about') ) $profile_fields['about'] = wpforo_text( html_entity_decode($profile_fields['about']), 200, false); return $profile_fields; });
Great! Thank you so much! Two questions:
1. Will the spammers see that they can't do a link when they go to make a new account?
2. What happens with all of the links in the profiles that are already there, will it keep the profile and just strip out the links or will it erase the whole profile?
Thanks so much! Jason
Thank you very much. I put this code in and will see if this helps with the people that keep putting random span in the profile section. Thanks. Jason