Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordjp72
    • CommentTimeMar 18th 2008
     # 151
    i am trying to get this AWESOME extension working on our new forum: http://krosswerdz.com/munity/
    and i can't get it happening.
    i am not an expert on php / code at all.... so any help would be great!
    thanks! - you can even email me direct on djp1972 {at} gmail.com
    thanks heaps!
    • CommentAuthorirmanhilmi
    • CommentTimeApr 25th 2008
     # 152
    hey guys.
    just installed vanilla to replace my phpbb of 5 years and its been great! migration and everything worked fine.
    however...

    I dont know whether its just me, but my Googlemap doesnt show up properly when the markers are clicked. the drop shadows from the popup doesn't fall in nicely... it's hard for me to explain, but please take a look for yourself...

    http://malaise.malscene.net/forum//extension.php?PostBackAction=GoogleMapDirectory

    also, my slider's images doesnt show up properly, just blank white spaces. (so i disabled it. i'm a design perfectionist)... anybody know whats up?
    • CommentAuthormiquel
    • CommentTimeApr 25th 2008
     # 153
    Firebug gives Javascript error document.getElementById("GoogleMapDirectoryAddLocationLink") has no properties in map.js line 56 but i don't know if it's because of this

    offtopic: have you noticed that you have a couple of slashes in a row in your url "...forum//extension..."
    • CommentAuthorirmanhilmi
    • CommentTimeApr 25th 2008
     # 154
    miquel - interesting. i went to the same URL without the slashes but its still the same.
    • CommentAuthortgv
    • CommentTimeAug 7th 2008 edited
     # 155
    one bugfix and one suggestion

    to make the plugin work with any kind of urls, mod_rewrited or default, swap lines 112 and 114 in default.php to make the block of code look like this:

    /*** Add the GoogleMapDirectory Tab ***/
    if(isset($Menu)) {
    if($Context->Configuration['URL_BUILDING_METHOD']=='mod_rewrite'){
    $Menu->AddTab($Context->Configuration['GOOGLEMAPDIRECTORY_TABNAME'], 'GoogleMapDirectory', GetUrl($Configuration, '', '', '', '', '', 'PostBackAction=GoogleMapDirectory'), '',$Context->Configuration['GOOGLEMAPDIRECTORY_TABPOSITION']);
    }else{
    $Menu->AddTab($Context->Configuration['GOOGLEMAPDIRECTORY_TABNAME'], 'GoogleMapDirectory', GetUrl($Configuration, 'extension.php', '', '', '', '', 'PostBackAction=GoogleMapDirectory'), '',$Context->Configuration['GOOGLEMAPDIRECTORY_TABPOSITION']);
    }
    }


    and to have "Google Map Directory Settings" link listed under "Extension Options" and not under "Options", the very last three lines should be replaced with:

    $ExtensionOptions = $Context->GetDefinition('ExtensionOptions');
    $Panel->AddList($ExtensionOptions, 10);
    $Panel->AddListItem($ExtensionOptions, 'Google Map Directory Settings', GetUrl($Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=GoogleMapDirectorySettings'));
    }


    p.s. dear David, please set a background at your homepage.. I broke my eyes trying to find your email or any kind of contact
    • CommentAuthormpowrie
    • CommentTimeSep 19th 2008
     # 156
    Hi. I really like this addon.

    I run a cycling forum, and it is neat being able to add meeting points to the map so it can be linked in the forum.

    Please note it wouldn't work with a website configured as "forum.yourwebsite.com".
    Instead, it worked as "www.yourwebsite.com/forum"
    • CommentAuthorbwdev
    • CommentTimeDec 8th 2008
     # 157
    I just installed this extension with the latest Vanilla and my 'GoogleMapDirectory' tab doesn't do anything. It just seems to take you back to the main page. Is there a config setting I'm missing?

    Thanks!
    • CommentAuthorjudgej
    • CommentTimeDec 29th 2008
     # 158
    I had a problem with the positioning of the map pins, and found myself a fix for it. The original discussion is here:

    http://lussumo.com/community/discussion/9049/member-google-map-position-off/#Item_2

    I sent the details to the author but have not had any response, so I'm not sure if the author is maintaining this extension any more. What should we do in these circumstances, where the bug reports and fixes mount up, but after nearly a year no further releases have been made? Can the extension be opened up for other people to maintain, or does it need to be forked under a different name?

    -- Jason
Add your comments
    Username Password
  • Format comments as