Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: Avatar not working for registered user on my page  (Read 5242 times)

0 Members and 1 Guest are viewing this topic.

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
[Solved]: Avatar not working for registered user on my page
« 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


« Last Edit: March 21, 2008, 09:42:04 am by Stramm »
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Avatar not working for registered user on my page
« Reply #1 on: March 20, 2008, 07:41:31 pm »

post a testuser acount, please

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
Re: Avatar not working for registered user on my page
« Reply #2 on: March 20, 2008, 07:48:25 pm »

Username: Stramm
Password: coppermine

Hey thx for the qucik reply
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Avatar not working for registered user on my page
« Reply #3 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__);

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
Re: Avatar not working for registered user on my page
« Reply #4 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
Logged

dumbo

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 112
Re: Avatar not working for registered user on my page
« Reply #5 on: March 21, 2008, 06:38:00 am »

Problem solved Now
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.