Thread
:
beating my head against a wall over and over again
View Single Post
#
7
09-08-2011, 05:26 AM
qualiteam
X-Guru
Join Date: Dec 2010
Posts: 6,373
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
qualiteam
View Public Profile
Send a private message to qualiteam
Find all posts by qualiteam