OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Location map not displaying (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Location map not displaying

nomeitalia (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 0  
ok, perfect.... Solved

Thank you
Giuseppe
Logged Logged
The administrator has disabled public write access.
Tavine (Visitor)
Posts: 0
graphgraph
User Offline
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 0  
I have tried to use the code you gave me but it doesnot work on top of not knowing where the exact part of the code to put it.
Any help is highly appreaciated.
Logged Logged
The administrator has disabled public write access.
Tavine (Visitor)
Posts: 0
graphgraph
User Offline
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 0  
Hi,
Could you atleast show me where in the code to paste the code that helps to display the map.
Thank you
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8366
graph
User Offline Click here to see the profile of this user
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 102  
Please do exactly as wrote in post:
ordasoft.com/Forum/RealEstateManager-com...isplaying.html#10364

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
nomeitalia (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 0  
Hi,

edit the file
/components/com_realestatemanager/realestatemanager.html.php

after
/**
* Displays the house
*/
function displayHouse( & $house, & $tabclass, & $params, & $currentcat, & $rating, & $house_photos,$id, $catid,$option){
global $hide_js,$mainframe, $Itemid, $realestatemanager_configuration, $mosConfig_live_site, $mosConfig_absolute_path, $my, $doc;

add:

JHTML::_('behavior.mootools';

I hope to signing helped.
Bye
Giuseppe
Logged Logged
The administrator has disabled public write access.
Tavine (Visitor)
Posts: 0
graphgraph
User Offline
Re:Location map not displaying 10 Years, 11 Months ago
Karma: 0  
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.
Thank you
Logged Logged
The administrator has disabled public write access.
Go to top
»