[QUOTE=tweakmonkey]
3) Add a warning to the map (maybe configurable in the panel) that tells people that it could take 10 minutes to show new entries on the map. This was an easy enough hack though./QUOTE]
In both vbgooglemapme_set_yourlocation and vbgooglemapme_display_yourlocation find:
Code:
<tr>
<td class="tfoot" align="center" colspan="2">
<input type="submit" name="sbutton" accesskey="s" tabindex="1" value="$vbphrase[vbgooglemapme_insertbutton]" class="button" /></td>
</tr>
</table>
</form>
Replace with:
Code:
<tr>
<td class="tfoot" align="center" colspan="2">Your marker can take up to 10 minutes to appear correctly.<br><br>
<input type="submit" name="sbutton" accesskey="s" tabindex="1" value="$vbphrase[vbgooglemapme_insertbutton]" class="button" /></td>
</tr>
</table>
</form>