View Single Post
  #1  
Old 10-06-2008, 07:51 AM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default WYSIWYG editor issue?

hi ,
i made a custom mod in which i added a ({include file="main/textarea.tpl" name="description" cols=65 rows=15}) to get the WYSIWYG editor. but it didnt work for me.

in php file i added this too:
define('USE_TRUSTED_POST_VARIABLES',1);
$trusted_post_variables = array("description");

Whats else i need to do to support html tags?
Reply With Quote