Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • micawber Friend
    #128598

    When I try and use the googlemaps plugin with this template instead of a map I just get the mosmap text. Tried using other templates and problem disappears. Seems to be a problem with css. Any ideas? Thanks

    Sherlock Friend
    #249377

    Please send link of your site !

    micawber Friend
    #249391

    If you go to http://www.columbancompanions.ie/index.php/dalgan-notes/events you can see the problem – thanks

    Sherlock Friend
    #249504

    Hi micawber !
    This isn’t problem in css , I think that there is problem in use googlemap plugin , It don’t convert maplink to map . Where download googemap plugin ?
    Please send it for me. I want try use it !

    micawber Friend
    #249535

    Problem solved. I got the plugin from this site http://tech.reumer.net/google-maps/
    I emailed the developer (Mike Reumer) and he suggested the following code change, which I include below if anyone else runs into the same problem . A big thanks to Mike and to you also Hain84 for your interest
    Can you try to edit index.php in the root of Joomla and add at line 84 after $mainframe->triggerEvent(‘onAfterRender’);::
    JPluginHelper::importPlugin(‘content’);
    $tmp_row->text = JResponse::getBody();
    $tmp_params = new JParameter(null);
    $mainframe->triggerEvent(‘onMap’, array( &$tmp_row, &$tmp_params ), true );
    JResponse::setBody($tmp_row->text);

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  micawber 16 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum