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

BASE_CMP_AvatarChange | Forum

Marcus
Marcus Jul 30 '19

Please guys help me here.

From my controller I get to show avatar change content. But when it comes to upload or choose photo it just doesn't work simply keeps on loading.


Please what's missing. Maybe I need to pass some parameters here?


$test = new BASE_CMP_AvatarChange();

 $this->addComponent('content', $test);
Oxwall Germany Club
Oxwall Germany Jul 30 '19
Topic was moved from General Questions.
Marcus
Marcus Jul 30 '19
How can I override document.avatarFloatBox.$header.find in avatar_change.js or disable by adding onload js
dave Leader
dave Sep 17 '19
Have you tried looking for an avatar event change, i believe there is a listener for avatar change. 
Marcus
Marcus Sep 18 '19
Thanks Dave that's exactly how I did it.