Hi stonyarc,
@ sorting: It works, but as my userids have changed a couple of times it doesn't give me control over a real sort in the ACP. But that's a minor issue and could be anything for a future release.
There's one more thing I'd like to asked:
I've changed in the templates
vbgooglemapme_set_yourlocation and
vbgooglemapme_display_yourlocation the following code from:
Code:
<td class="alt1" align="left"><input name="text_map" size="20" value="$text_map" style="padding-left:5px; font-weight:normal; width:200px;"></td>
to
Code:
<td class="alt1" align="left"><textarea name="text_map" value="$text_map" style="padding-left:5px; font-weight:normal; width: 400px; height: 80px;"></textarea></td>
</tr>
to gain more space for writing the text.
While setting a new location works fine by editing (display) it, the $text_map value isn't shown any more and I have to fill it again. But if I only want to edit the markers location it's annoying when I have to fill in this text again especially because I didn't expect it and forgot to copy for paste.
Any workaround?
Andreas