Quote:
Originally Posted by MorrisMcD
Good question.. I forgot to ask this, but I would like this as well.. Without having to add extra members just to do it
|
Have you tried just inserting a new entry into the [your_table_prefix]googlemap table in your database? I haven't tried this, but it seems like you should be able to simply add a new entry in there with the appropriate latitude and longitude. You can fake a username ("Joe's Bowling Alley", etc...) and id. The insert would look something like this:
INSERT INTO [TABLE_PREFIX ]googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('-1','Donut Land','1','...mmmmm donuts...,[Latitude Goes Here]','[Longitude Goes Here]')