Support Forum
It disappears because if you remove the ability to upload avatars it is no longer a viable option. This actually corrects an anomaly that has been in the system for quite a while. Other options will also disappear from the list if they become redundant.
You - I recall - wanted the ability to upload avatars for your users but not let them do it. I think what you should be doing is having the option to upload them (in the profiles > Avatar panel) turned ON. And the permission for users to upload avatars turned off (in whatever permission sets you are using). If that doesn't work for you then I will treat it as a bug that needs fixing.
YELLOW
SWORDFISH
|
OK - the file is /simple-press/forum/profile/forms/sp-form-avatar.php
Try and locate this line of code:
case 2: # avatar uploading
It is at line number 130 - about half way through the file.
We need to replace the line of code beneath that (i.e., line 131). Use the following:
if (($spAvatars['sfavataruploads'] && sp_get_auth('upload_avatars', '', $userid)) || $spProfileUser->admin) {
Use the Raw Code button to copy the code so you can paste it into the file. That should fix it....
YELLOW
SWORDFISH
|
1 Guest(s)