Is there a way of preventing members from using HTML tags like <img> in their profiles only?
Is there a way of preventing members from using HTML tags like <img> in their profiles only? |
Try the following: Edit inc/utils.inc.php file by adding the following (near ~626 line): if (defined('BX_PROFILE_PAGE')) $oConfig->set('HTML.ForbiddenElements', array('img')); Rules → http://www.boonex.com/terms |