Hi,
I tried to follow your steps and to be honest when i inserted the code, i get the following error
"500 - JHtmlBehavior::mootools not found."
Am using Joomla 3.0.
The code you told me to modify is;
/**
* Displays the house
*/
static function displayHouse( & $house, & $tabclass, & $params, & $currentcat, & $rating, & $house_photos, $id, $catid,$option, & $house_feature, & $currencys_price, $layout = "default"
{
global $mosConfig_absolute_path;
require($mosConfig_absolute_path."/components/com_realestatemanager/views/view_house/tmpl/".$layout.".php"
;
$type = 'view_house';
require getLayoutPath::getLayoutPathCom('com_realestatemanager',$type, $layout);
JHTML::_('behavior.mootools'
;
}
I placed the code at the end but i keep on getting errors.
Kindly bail me out.