Hello
for add to Joomla Real Estate Manager (
ordasoft.com/Real-Estate-Manager-Software-Joomla.html) possibility save in house description Javascript
You need
in Joomla Global settings -> Site-> Default Editor, Please set NONE
in file
{your site}/administrator/components/com_realestatemanager/realestatemanager.php
Please find function
Code: |
function saveHouse($option, $task)
|
and code
$post = JRequest::get('post', JREQUEST_ALLOWHTML);
Please replace to
Code: |
$post = JRequest::get('post', JREQUEST_ALLOWRAW);
|
Please backup this file first
Regards
Andrew
OrdaSoft team