Forums : Ohloh API Discussion

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

google map api

I am an elgg1.6.1 user. i used google map api plugin alon with vazcogmap for my project. but i can't mark the location and I can't get the info box popup window. can anyone help me?

remya about 14 years ago
 

If you were to use the GMap API you would just put a empty div in the content manager - and then your javascript in your header.

You can even use a little smarty to ensure that the javascript only loads on the page you want to have the map on.

<{if $xoops_pagetitle|truncate:4 = the first 4 characters of your unique pagetitle here}>
GMAp API code here
<{/if}>

you should already have jquery loaded so you don't need to use that part of the Google java script. Just the call to their js library and then your domfunction.

Aaron Breckenridge

coloradorockies about 13 years ago