Hey guys,
I found that my postbit was getting a little cluttered. To fix this, one of the housekeeping items I did was to replace the standard postbit "Location:" phrase variable with the one for the Googlemap link.
1. In postbit or postbit_legacy find:
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
replace the vbphrase:
Code:
$vbphrase[location_perm]
With this phrase for the map link:
The resulting code is this:
Code:
<if condition="$post['field2']"><div>$post[findme]: $post[field2]</div></if>
It now looks like this:
EDIT: I also edited the phrase "vbgooglemapme_findme" to say "Location" instead of "My Location"