View Single Post
  #7  
Old 09-08-2011, 05:26 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: beating my head against a wall over and over again

To allow javascript in category descriptions you should alter the "admin/category_modify.php" script and add:
PHP Code:
define('USE_TRUSTED_SCRIPT_VARS',1); 

right after:
PHP Code:
define('USE_TRUSTED_POST_VARIABLES',1); 
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote