Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rhetthenckel

    (@rhetthenckel)

    wordpress 3.6.1
    buddypress 1.8.1
    bbpress 2.4

    Hi,

    When you click on the activate link, do you have a “OOps something went wrong.” message ?

    Or do you have a ‘#’ that is added to the end of the url. If so, it’s a javascript issue, and you should look in your browser’s error console..

    I realize i replied a bit quickly without saying : thanks for your feedback ??

    Let me know if you have a js error.

    Thread Starter rhetthenckel

    (@rhetthenckel)

    Thanks for getting back to me!

    Yes just checked – it’s a javascript issue. Get this error in the console:

    Uncaught TypeError: Object [object Object] has no method ‘live’
    bp-as-front.js
    line 42

    Thread Starter rhetthenckel

    (@rhetthenckel)

    For future users, our solution is as follows: replace “.live” with “.on” in bp-avatar-suggestions/js/bp-as-front.js

    As mentioned in the jQuery documentation, .live is deprecated as of 1.7, so users of recent versions of WordPress will most likely want to remove any references to .live from their js files: https://api.jquery.com/live/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No user_avatar_choice in usermeta’ is closed to new replies.