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.
Set avatar/photo
I imported a vanila 1.x DB into a 2.0.6 install, some users are asking if there's still a way to change/set their avatar. I can't find it, some I'm wondering if it even exists. I tried enabling gravatar plugin to see if that would enable something to change it to no avail.
0
Comments
I had the same problem and I found the solution.
After reading the source code, I saw that GD PHP support is needed. Vanilla forums checks if this is installed, and if it is not, then the option simply does not appear.
I solved with:
> apt-get install php5-gd
Or in another Linux distribution:
> yum install php-gd
I hope that helps you.
Regards,
Paco Hernández.