OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Pointer link in maps in all house (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Pointer link in maps in all house

sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Pointer link in maps in all house 10 Years, 1 Month ago
Karma: 0  
how do you put the link of the pointer on the map that opens in the same page and that will open in a new page?

In practice, give the link current

In which file should I add and where?

www.tecnico-ortopedico.it/component/real...uses.html?Itemid=154
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Pointer link in maps in all house 10 Years, 1 Month ago
Karma: 101  
Hello,

code what responsible for that look like:
Code:

      google.maps.event.addListener(marker[<?php echo $j; ?>], 'click', function() {
          window.open("index.php?option=com_realestatemanager&task=view&id=<?php echo $rows[$i]->id; ?>&catid=<?php echo $rows[$i]->idcat ?>&Itemid=<?php echo $Itemid; ?>");
      });



Please find that at all views files at folder:
{site}/templates/os_world_property_october_2013/html/com_realestatemanager/

But how it need change I not reply, that need check

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»