remove ability to add link in event descriptions

 We're using 7.1.3.
We have users adding hyperlinks in event descriptions to other sites. How do we stop the ability to hyperlink in event descriptions? It uses TinyMce so we don't want to disable that sitewide. Any help is much appreciated.

Bill and Deb
Quote · 18 Aug 2014

Edit inc/utils.inc.php file by adding the following (near ~626 line):

$oConfig->set('HTML.ForbiddenElements', array('a'));
$oConfig->set('HTML.SafeObject', 'true');
$oConfig->set('Output.FlashCompat', 'true');

but it will disable links adding site wide, not only in Events module

Rules → http://www.boonex.com/terms
Quote · 31 Aug 2014

The solution is to edit your TinyMCE config file and edit the allowed elements for TinyMCE.  TinyMCE will strip out any anchor tags when the event is saved.  If you only want this (stripping out anchor tags) for the event module and not other areas of the site, then you create a new TinyMCE toolbar set and set the event module to use that toolbar set.  You can also remove the link plugin as well.  This requires custom code work; if you can not do it, then PM me.

Geeks, making the world a better place
Quote · 31 Aug 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.