forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: dumbo on March 20, 2008, 07:27:44 pm

Title: [Solved]: Avatar not working for registered user on my page
Post by: dumbo on March 20, 2008, 07:27:44 pm
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


Title: Re: Avatar not working for registered user on my page
Post by: Stramm on March 20, 2008, 07:41:31 pm
post a testuser acount, please
Title: Re: Avatar not working for registered user on my page
Post by: dumbo on March 20, 2008, 07:48:25 pm
Username: Stramm
Password: coppermine

Hey thx for the qucik reply
Title: Re: Avatar not working for registered user on my page
Post by: 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
Code: [Select]
        if (!USER_CAN_UPLOAD_PICTURES) cpg_die(ERROR, $lang_errors['perm_denied'], __FILE__, __LINE__);
Title: Re: Avatar not working for registered user on my page
Post by: dumbo on March 21, 2008, 06:24:28 am
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
Code: [Select]
        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
Title: Re: Avatar not working for registered user on my page
Post by: dumbo on March 21, 2008, 06:38:00 am
Problem solved Now