Hi,
Can you send us a patch to solve the maps issue? when browsing on SSL (https:) the maps do not show in events or in Friend's Location plugin. We still use Jomsocial 3.1.1
I believe you solved this issue in later versions.
The second issue we face, is when posting video in Jomsocial 3.2x the video is stored in the database but does not show in the stream. This is why we still use 3.1.1
We would like to upgrade if you can tell us why these faults occur before we request your assistance.
Hi Marcus,
Could you please give me FTP & Administrator access detail. I will put the fixes code for you.
Because we using compressed javascript files. We don't have patch directly for users, too risky in some reasons.
Regards,
Albert
Hi Albertus,
I have supplied the FTP and ADMIN credentials. I ask you kindly to use this information with extreme caution.
We are obliged by our terms and conditions to maintain a safe site for the benefit of our members, and not disclose our members information to any third party. I thank you in advance.
Hi Albertus,
Have you completed the work? I can see that maps are now showing in Friends Location, but NOT showing in events? can you please give me a breakdown of your work? thank you. Marcus
So what is going on? is this how you treat your customers? what do you expect from us? leave open ended crendentials?
Your service leaves a lot to be desired my friends! you will not be taken seriously if you continue this way!!!!!!!!
Hi Marcus,
I have done with the friends location plugins. but not yet with the event maps.
I still got problem with compressed javasrcipt. because many code changes. The support can't done < 1 hour.
after your open the FTP access again. I need at least 3 hours.
But if you want to upgrade the Jomsocial version. I no need FTP access anymore
Friend's Location plugin
/plugins/community/friendslocation/friendslocation.php
add new code at line 283:
$scheme = JUri::getInstance()->getScheme();
From
script.src = "http://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";
To
script.src = "'.$scheme.'://maps.google.com/maps/api/js?sensor=false&callback=plgFriendsLocInitializeMap";
Hi Marcus,
please tried this soutions, but backup any files first before any changes made.
1. replace script-1.2.min.js at /jomsocial/components/com_community/assets/
From
http://maps.google.com .....
To
//maps.google.com .....
$script = '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';
$document->addCustomTag($script);
Hello Albertus,
Thank you for your reply.
I attach the new login credentials credentials. I tried to implement your fix, but unfortunately it did not work!
Please try and fix the events maps issue which currently does not show.
We would like to upgrade to the latest version of Jomsocial but if we do, the video posting feature does not work properly.
Once a video is posted, it shows in the backend (stored in db) but it does not show on the stream on the front-end of the site!
We currently run Jomsocial 3.1.1 and we don't have this problem at the moment.
As soon as we try to upgrade to 3.2.x this video problem comes again.
Our subscription is up to date, so, if you would like to upgrade to 3.2.0.7 and see if you can fix this video issue that would be good.
PLEASE NOTE: BEFORE YOU DO THAT YOU MUST PUT THE SITE OFF LINE WHILE YOU TEST THE VIDEO ISSUE!!!!!!!
WE DO NOT WANT OUR MEMBERS TO SEE YOUR TESTING PROCEDURES, IT IS NOT GOOD FOR BUSINESS.
Once you have upgraded the site, please test the complete site for any other issues that may be there, but I don't think we have any problems except from this video posting bug.
Hi Marcus,
Can I download your Akeeba Backup file? so i can make local copy from your site.
It more safe if I make the fixes at local copy first, after test it i will give you the patched files. so you can put on your live site.
If you allow me to download your Akeeba Backup file. please put it under images folder. (http://[yoursite.com]/images/[akeeba file])
so I can download it without time out problem.
Regards,
Albert
Yes Albertus you can download the jpa file. As requested I placed it in the images folder for you to use.
Please note: you must understand that this file contains private members demographics and must be used with extreme privacy and must be destroyed after completing your work. Thank you.
Marcus
Hi Marcus,
for map at events, please apply this fixes:
edit /components/com_community/libraries/mapping.php line 153
From
$html = '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>';
$mapScriptLoaded = true;
To
$scheme = JUri::getInstance()->getScheme();
$html = '<script type="text/javascript" src="'.$scheme.'://maps.google.com/maps/api/js?sensor=false"></script>';
$mapScriptLoaded = true;
Your maps fix does NOT work? it messed up the page completely. The page is now broken, I had to restore the file to its original state.
Do you know what you are doing? are you a coder or just testing things out of your head? do you ask me to download my complete JPA file for this result?
So what next? ??????????? where do we go from here?
This is the second fix you send me which messes up my pages and still the issue is not fixed.
You downloaded the complete backup site file Akeeba JPA file for this result?
Obviously you don't know what you are doing, and you are treating us like idiots!!!!!!!!!!!!!!