Sep 22, 2021 4:48 pm
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; });
Oct 03, 2021 5:32 am
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
Oct 04, 2021 10:31 pm
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
Page 4 / 4
Prev