We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

CHANGE AVATAR problem[bug-to be fixed] | Forum

David
David Nov 27 '14

In 1.7.2.

It's impossible to change avatar by "Drag & drop image here or click to browse".

User drags & drops image but nothing happens!

Please fix it.

The Forum post is edited by ross Nov 30 '14
ross Team
ross Nov 27 '14
Thanks David for the report, we have passed it to our developers.
ross Team
ross Dec 1 '14

Here's the fix: 

in ow_static/plugins/base/js/avatar_change.js


at the very beginning of the file

replace this: 


var avatarChange = function( params )

{    

    this.params = params;


with this:

var avatarChange = function( params )

{

    $.event.props.push('dataTransfer');


    this.params = params;

David
David Dec 1 '14
Thanks.

Done.

Silvio
Silvio Dec 1 '14
for me still doesnt... i've restarted httpd and then also rebooted the server.. still same problem


ross Team
ross Dec 1 '14
Sorry, Silvio for misleading, this is not the fix for join page avatar issue. I'll provide it later. 
David
David Dec 1 '14

Quote from Silvio for me still doesnt... i've restarted httpd and then also rebooted the server.. still same problem


It's no need restart apache, just activate DEV mode, upload new file, then for example in admin/user-dashboard simply move some panels (Drag'n'drop items), then deactivate DEV mode...
David
David Dec 1 '14

Quote from ross Sorry, Silvio for misleading, this is not the fix for join page avatar issue. I'll provide it later. 
Oh my god. Is there join page avatar issue???
David
David Dec 1 '14
Ross, please inform me also when the fix for join page avatar issue will be fix, ok?
ross Team
ross Dec 1 '14
Akash
Akash Dec 3 '14
i replaced this code

var avatarChange = function( params )

{    

    this.params = params;


with this:

var avatarChange = function( params )

{

    $.event.props.push('dataTransfer');


    this.params = params;


but my problem still not fixed. oh god.

ross help me
ross Team
ross Dec 3 '14
Enable dev mode refresh your website, clear the browser cashe, the problem is definitely solved with this fix. 
falancas
falancas Jan 30 '15
Thank you. Work now!
ross Team
ross Feb 1 '15
Good to know.
rodrigo
rodrigo Apr 22 '16
Same problem here in Oxwall demo when I use my samsung android and desktop version. When I click on Drag & drop image here or click to browse nothing happens.
The Forum post is edited by rodrigo Apr 22 '16
ross Team
ross Apr 25 '16
We do not support desktop version on mobile devices. We have mobile version specifically designed for that purpose.
Mian Naveed
Mian Naveed Dec 5 '16
Hi ross i used latest oxwall version, i faced below problem 


I faced problem of CROP AVATAR FAILED. Please advise how to resolve this issue.

dave Leader
dave Dec 5 '16
Mian As i said in the other post you tried to hijack, either replace the Oxwall attribution that you removed from your footer, or do so legally with your contribution.  We will not be offering you any assistance until you do so. 
The Forum post is edited by dave Dec 5 '16
Mian Naveed
Mian Naveed Dec 30 '16
Dear Dave,


Sorry for that, i have display Oxwall avatar in my web setwet.net. Please resolve my issue. 

dave Leader
dave Jan 5 '17
Thanks Mian appreciate that. 


Please start a new topic and include the following


Where are you seeing that message, desktop, mobile?


Also please take a screen shot of the page and attach it in your new topic. 


Thanks 

Pages: 1 2 »