How can I stop specific html tags in description?

Is there a way of preventing members from using HTML tags like <img> in their profiles only?

Quote · 23 Sep 2014

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'));
$oConfig->set('HTML.SafeObject', 'true');
$oConfig->set('Output.FlashCompat', 'true');

Rules → http://www.boonex.com/terms
Quote · 29 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.