The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I was going to upload this as a MOD, but it seems a waste since it's just a quick one line edit.
If you want to incorporate GoogleMaps into your user profiles so your users can click on the LOCATION: field and have it open a window at GoogleMaps with their location highlighted, simply edit POP_PROFILE.ASP at around line #561 - change:
response.write myLocation
To:
Response.Write "<a target=""blank"" href=""" & "http://maps.google.com/maps?q=" & myLocation & """>" & myLocation & "</a>"
Thats it. <
If you want to incorporate GoogleMaps into your user profiles so your users can click on the LOCATION: field and have it open a window at GoogleMaps with their location highlighted, simply edit POP_PROFILE.ASP at around line #561 - change:
response.write myLocation
To:
Response.Write "<a target=""blank"" href=""" & "http://maps.google.com/maps?q=" & myLocation & """>" & myLocation & "</a>"
Thats it. <