Jump to content

[solved] Jreviews conflicts with Jomsocial events page


PAlridR

Recommended Posts

If you include geomap module in jomsocial events page you may have some issues because JReviews and Jomsocial donwload both Google map api.

 

To solve this issue, in file \components\com_community\views\events\view.html.php just comment lines 137 and 1242 just after $script variable:

$script = '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';

//$document->addCustomTag( $script );

Link to comment
×
×
  • Create New...