Previous Thread
Next Thread
Print Thread
Hop To
Joined: Oct 2006
Posts: 23
K
newbie
newbie
K Offline
Joined: Oct 2006
Posts: 23
In my 7.0 install I find that if I login, click on "My Stuff" and then go to "My Profile", no controls are shown in the UI for changing my avatar.

I have:
  • "Allow Remote Avatars?" set to NO
  • "Allow Stock Avatars?" set to YES
  • "Allow Uploaded Avatars?" set to NO


If I set "Allow Uploaded Avatars?" to YES and look at "My Profile" again then I see UI for modifying my avatar. If I toggle it back to NO then the UI goes away completely again.

Last edited by Rick; 10/15/2006 12:48 PM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Thanks for the report.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Here's the fix. Edit editbasic.inc.php. Line 267 has this:

Code
if (isset($config['ALLOW_STOCK_AVATARS']) && $config['ALLOW_STOCK_AVATARS'] && $allowpics) { 

That, needs to be:

Code
if (isset($config['ALLOW_STOCK_AVATARS']) && $config['ALLOW_STOCK_AVATARS']) { 
    $allowpics = 1;

Joined: Oct 2006
Posts: 23
K
newbie
newbie
K Offline
Joined: Oct 2006
Posts: 23
Yep, the fix seems to work for me.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Ruben), 1,248 guests, and 268 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)