Mosets Tree Google Map Integration
The tutorial explain how to add Google Map in your Mosets Tree component in joomla:
Here’s how:
Back up joomla files and database.
Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php
In line 102 :
echo ‘</div>’;
Replace with:
?>
<div class="row" align="center">
<iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<?php
echo ‘</div>’;
Save the file.
Check out Campus Spice Binghamton to see Google Map in Action

Ratings:
Posted in:
Uncategorized — admin|
|
|





















(2 votes, average: 3.5 out of 5)