Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Change My Picture submit button display:none

d86d86
edited April 2011 in Vanilla 2.0 - 2.8
I'm trying to change to URL avatars instead of uploads. Clicking on Change My Picture from user profile brings up a pop-up which shows the upload form, but the submit button is set to display: none;. Since there won't be any browsing of local files going on, how can I re-enable the submit button?

(going directly to ./profile/picture shows the submit button)

Comments

  • if you ran into the same problem, comment out line #33
    [code]
    $('.Popup :submit').hide();
    [/code]
    in ./applications/dashboard/js/profile.js
Sign In or Register to comment.