Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Module and Plugin

8 years 4 months ago
  • azri's Avatar
    Topic Author
  • azri
  • Offline
  • Fresh Boarder
  • Posts: 58
  • Thank you received: 2
Licenses:
JomSocial Active Socialize Expired

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.

8 years 4 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Azri,

- friend location issue, open this file plugins/community/myfriendslocation/myfriendslocation.php, add this code :

$config = CFactory::getConfig();
					$apikey = $config->get('googleapikey');
after this code :
$json = new Services_JSON();
					$addr = $json->encode($fLocation);

find this code :
script.src = "https://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";
replace to :
script.src = "https://maps.googleapis.com/maps/api/js?' . ($apikey ? ('key=' . $apikey . '&') : '') . 'callback=plgFriendsLocInitializeMap";

- module photo / video issue, you changed the template again? because i checked on socialize this is fine..

thank you!

Attachments:
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW