The forum is in read only mode.
After upgrading to latest version of jomsocial, my Friend location plugin didn't show the content. both my photo and video module show content with oversize thumbnail and not organize.
Hi Azri, - friend location issue, open this file plugins/community/myfriendslocation/myfriendslocation.php, add this code :
$config = CFactory::getConfig(); $apikey = $config->get('googleapikey');
$json = new Services_JSON(); $addr = $json->encode($fLocation);
script.src = "https://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";
script.src = "https://maps.googleapis.com/maps/api/js?' . ($apikey ? ('key=' . $apikey . '&') : '') . 'callback=plgFriendsLocInitializeMap";
JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a full -fledged, social networking site
TRY NOW BUY NOW