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.

Multiple avatar uploads for users and groups

10 years 9 months ago
  • Albertus's Avatar
    Topic Author
  • Albertus
  • Offline
  • User is blocked
  • Posts: 3296
  • Thank you received: 2582
Licenses:

Hi Muralidhar,

please upgrade to Jomsocial latest version. 3.2.1.2 this issue has been fixed on that version.

Regards,
Albert

10 years 9 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Hi,
Can you please provide a patch fix for this bug as this is a show-stopper.

We cannot upgrade to 3.2.1.2 immediately from 3.2.0.5 as this will need uninstallation of our version and then redoing the customization on top of 3.2.1.2 which can be very time consuming and this is an urgent one.

All we need is a fix for this one issue urgently, which works on all browsers rather than just on Chrome.

Regards,
Murali

10 years 9 months ago
  • Albertus's Avatar
    Topic Author
  • Albertus
  • Offline
  • User is blocked
  • Posts: 3296
  • Thank you received: 2582
Licenses:

Hi Muralidhar,

edit components/com_community/assets/script-1.2.js
after line 1609 / after

ajaxUpload: function(type, id, isCustom) {
put this code
if ( joms.photos.ajaxUpload.uploading )
                return;
            joms.photos.ajaxUpload.uploading = true;

after line 1623-1624
beforeSend: function() {
},                             
put this code
complete: function() {
  joms.photos.ajaxUpload.uploading = false;
},   

after that copy and replace the content from components/com_community/assets/script-1.2.js to components/com_community/assets/script-1.2.min.js

dont forget to backup first.

if still not working. please provide me FTP and administrator access detail. put it at Site info form.

Regards,
Albert

The following user(s) said Thank You: Muralidhar
10 years 8 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Hi,
Thanks.

Is this the same changes that are available in the two files provided in : www.jomsocial.com/forum/profile-universa...-in-the-stream#94418

If so, it affects Safari browser. If not, I will try this code in.

Secondly, Ajax calls done when a User invite is accepted also behaves the same way. So, is it only about Photo upload or is it about all Ajax calls wherein multiple calls are made.

Regards,
Muralidhar

10 years 8 months ago
  • Albertus's Avatar
    Topic Author
  • Albertus
  • Offline
  • User is blocked
  • Posts: 3296
  • Thank you received: 2582
Licenses:

Hi Muralidhar,

I'm not sure you can use this fixes, but you can try:
www.jomsocial.com/forum/profile-universa...-in-the-stream#94418

the issue only happen at ajax calls for photo upload only.

Regards,
Albert

10 years 8 months ago
Licenses:
JomSocial Active iSEO Expired Socialize Expired

HI, This fixed the upload avatar issue but the same multiple uploads when we do the upload cover page. Can you please let me know what code/patch should be added to do the same check for upload cover page.

Regards,
Muralidhar

10 years 8 months ago
  • Albertus's Avatar
    Topic Author
  • Albertus
  • Offline
  • User is blocked
  • Posts: 3296
  • Thank you received: 2582
Licenses:

Hi Muralidhar,

for cover
edit components/com_community/assets/script-1.2.js
after line 4357 / after

uploader: function(url)
{
put this code
if ( joms.cover.uploader.uploading ) return;
joms.cover.uploader.uploading = true;

after line 4370
complete: function() {
put this code
joms.cover.uploader.uploading = false;

so it will like this
complete: function() {
     joms.cover.uploader.uploading = false;
},

after that copy and replace the content from components/com_community/assets/script-1.2.js to components/com_community/assets/script-1.2.min.js

dont forget to backup first.

if still not working. please provide me FTP and administrator access detail. put it at Site info form or send via email at This email address is being protected from spambots. You need JavaScript enabled to view it.

Regards,
Albert

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