Clickable user location using google maps
This modification is in the archives.
Introduction:
Have you ever wondered where https://maps.google.com/maps?f=q&hl=en&q=Orange,%20Ca was? Well now you can click on a users location and it'll bring it up in a new window via google maps. Hack Requirements: None Original Version 1.0 Installation: Find Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: <a href="http://maps.google.com/maps?f=q&hl=en&q=$post[field2]" title="Find $post[username] on Google Maps!" target="_blank">$post[field2]</a></div></if> I've changed it from the complete location being a link, to an image of a globe before their location. The globe is now the link, it's a much cleaner install Upgrade instructions: FIND in your postbit, or postbit_legacy Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: <a href="http://maps.google.com/maps?f=q&hl=en&q=$post[field2]" title="Find $post[username] on Google Maps!" target="_blank">$post[field2]</a></div></if> Code:
<if condition="$post['field2']"> <div>$vbphrase[location_perm]: <a href="http://maps.google.com/maps?f=q&hl=en&q=$post[field2]" title="Find $post[username] on Google Maps!" target="_blank"><img class="inlineimg" src="images/globe.gif" alt="Find $post[username] on Google Maps!" border="0" /></a> $post[field2] </div></if> Fresh install of new version FIND in your postbit, or postbit_legacy Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Code:
<if condition="$post['field2']"> <div>$vbphrase[location_perm]: <a href="http://maps.google.com/maps?f=q&hl=en&q=$post[field2]" title="Find $post[username] on Google Maps!" target="_blank"><img class="inlineimg" src="images/globe.gif" alt="Find $post[username] on Google Maps!" border="0" /></a> $post[field2] </div></if> Demo: http://www.4x4mecca.com/forum/showpost.php?p=12753&postcount=8 Download No files for download. Screenshots |
Similar Mods
Profile Enhancements Member Info Map - display the location of the user with Google Maps | vBulletin 3.6 Add-ons |