Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
GoogleMapDirectory
GoogleMapDirectory
0
Comments
Notice: Undefined variable: row in
gliving.tv/html/community/extensions/GoogleMapDirectory/default.php on line 130
When trying to add a new location
Give this 0.2 version a go. A few revisions noted in the default.php. Let me know what happens. Cheers for your patience on this, its my first extention so bound to be a few teething problems. This is working fine on Firefox and Explorer on PC (some noddy error exceptions on IE, though they don't affect functionality), I don't have your browser so I'll use you as my tester if you don't mind!
A few request, if they are not already part of this extension.
Mulitple Pages ( 50 or so per page )
Search
Categories listed to jump quickly to that section
Rating
Reviews
As for the requests, no none of those are in the extension at present, and before they are entertained, I'm hoping to find another extension coder to shore up the database stuff and get the foundations solid first. I've started this at a super low version of 0.1 - 0.2 so it can develop a lot before hitting a version 1.
The data is written to the databse but nothing shows up on the page or map. Also, I do not get any error warnings now, the locations simple don't show up. You can click on the map and add the data.
$Head->AddScript("http://maps.google.com/maps?file=api&v=2.69&key=".$Context->Configuration['GOOGLEMAPDIRECTORY_KEY']);
by
$Head->AddScript("http://maps.google.com/maps?file=api&v=2.69&key=".$Context->Configuration['GOOGLEMAPDIRECTORY_KEY'], '');
Without the second argument, Addscript should add $Configuration['WEB_ROOT'] before ttp://maps.google.com/maps?...
Does anyone have a functioning example that i can view?
I added this amount of information:
Euphoria Loves RAWvolution is LA's hippest cafe and retail store providing all you need to begin and thrive on raw, living foods.Euphoria Loves RAWvolution is LA's hippest cafe and retail store providing all you need to begin and thrive on raw, living foods.
Euphoria Loves RAWvolution is LA's hippest cafe and retail store providing all you need to begin and thrive on raw, living foods.
And it broke. So either they should be allowed to add more data, or prevent them from adding too much text. Also, there should be an address text box, so they can give the address of the location.
This is will be great once it works...
I've put a basic example up at http://www.dkltd.net/vanilla
GMonkey, keep the faith - we will get it going eventually. I too think it'll be a great plugin, but I'm in dire need of the vanilla community's more technical guys help on this. Hopefully it'll gather some momentum and get much more robust. Until then you'll have to put up with me fixing things as they break. Anyone out there got some light to shed on data integrity, vanilla and JSON...? It's giving me headaches.
i'll add Dinoboff's code and an address box, and get that input above working - it's the paragraph line return that's crashing it. Very strange, but i'll fix it over the weekend. Also it needs a delete action, should I limit this to administrators you think?
/*** Add the GoogleMapDirectory Tab ***/ if(isset($Menu)) { $Menu->AddTab($Context->Configuration['GOOGLEMAPDIRECTORY_TABNAME'], 'GoogleMapDirectory', GetUrl($Configuration, 'extension.php', '', '', '', '', 'PostBackAction=GoogleMapDirectory'), '',$Context->Configuration['TAB_POSITION_GOOGLEMAPDIRECTORY']); }
<YourDomain>/extension.php?PostBackAction=GoogleMapDirectory
"The Google Maps API key used on this web site was registered for a different web site. You can generate a new key for this web site at http://www.google.com/apis/maps/."
Anybody else encountered this?