[Solved]: Avatar not working for registered user on my page [Solved]: Avatar not working for registered user on my page
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Avatar not working for registered user on my page

Started by dumbo, March 20, 2008, 07:27:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dumbo

I was able to upload an avatar to my cpg but my friends with no admin rights were not able to upload their Avatar thumbs.. how to fix it , so every registered member can have  an avatar ..please help me

only Members as Admins are able to uplaod images for avatar on my page
Please help me

Link ot my page
www.liveglamour.com

Thx



Stramm


dumbo

Username: Stramm
Password: coppermine

Hey thx for the qucik reply

Stramm

You don't allow file uploads (group control panel). The avatar upload uses these permissions, too.

If you want avatar uploads even if file uploads are disabled, then you'd have to modify avatar_manage.php and comment out the following line
        if (!USER_CAN_UPLOAD_PICTURES) cpg_die(ERROR, $lang_errors['perm_denied'], __FILE__, __LINE__);

dumbo

Quote from: Stramm on March 20, 2008, 09:50:01 PM
You don't allow file uploads (group control panel). The avatar upload uses these permissions, too.

If you want avatar uploads even if file uploads are disabled, then you'd have to modify avatar_manage.php and comment out the following line
        if (!USER_CAN_UPLOAD_PICTURES) cpg_die(ERROR, $lang_errors['perm_denied'], __FILE__, __LINE__);


Thank you stram ..thx for ur immeadiate response too , themeing is getting more intresting with the support found here

dumbo