This is a discussion on Google map coding in default viewlisting templete within the v3.1 Questions & Support forums, part of the v3.1.x Help & Support category; I noticed in the viewlisting templete some coding at the top indicating that google map is already built into the ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I noticed in the viewlisting templete some coding at the top indicating that google map is already built into the templete. How do I get it to work.
The code I am seeing looks list this: {* $Id: viewlisting.tpl.php,v 1.3 2006/04/19 17:48:46 Eric Exp $ *} {* google maps*} {$google_map_header} {$google_map_js} {* google maps*} {* Display the breadcrumb *} <p class="breadcrumb"> {if $friendly} <a href="category/" class="breadcrumb">{$smarty.const.LANG_BROWSE_CATE GORIES}</a> {else} <a href="category.php" class="breadcrumb">{$smarty.const.LANG_BROWSE_CATE GORIES}</a> {/if} {foreach from=$breadcrumb item="entry"} {$smarty.const.LANG_CAT_SEPERATOR} {$entry} {/foreach} </p> {* Are you an administrator? *} {if $smarty.session.userlevel==1} {include file="viewlisting/listingadminlinks.tpl.php"} {/if} {* Now show the main table *} <table class="tableborder"> <tr> <th colspan="2"><strong>{$listingtitle}</strong></th> </tr> <tr> <td valign="top" class="pformleft"> <table width="80%" border="0" cellpadding="0" cellspacing="3" class="norm"> <tr> <td>{$google_map}</td> </tr> So it appears that a google map feature is present, but how do I get it to work?
__________________
Neal McGuire Yard sales in Cape Girardeau Missouri Southeast Missouri Real Estate |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pnphpbb2 usersaring help !! | darryll | v3.1 Questions & Support | 0 | 02-26-2007 07:02 AM |
| About Google | SkGold | Off Topic | 1 | 10-13-2006 06:02 PM |
| 3.0.xx upgrading to 3.1... is this normal? | Mikael | v3.1 Questions & Support | 4 | 05-23-2006 04:36 PM |
| Google Juice | fjarabeck | Site Marketing | 0 | 04-27-2006 01:40 PM |