I have got some issues with my avatar selection settings I don’t know what goes wrong I’m using Drupal-6 and avatar_selection-6.x-1.7 version

My requirements was

1. User should be able to upload his avatar or select from a list of avatars that admin already uploaded
2. When a user trying to edit his profile he should be able to select from a list of avatar or upload his own

My issues
1. During user registration only avatar selection is possible there is no picture upload form
2. While editing the profile it turns in the other way around that there is upload picture form but avatar selection is not available

My setups
I’m using content profile for user registration and this content profile does not have and field to upload image. And in user setting I have enabled picture support and in the profile settings (admin/user/profile) I don’t have any picture filed

Since I’m using content profile for registration I’m using account _profile module for editing the profile (that means ‘/user/%/profile/profile’ is the profile edit page).

I have tried following
1. In admin/settings/avatar_selection selected the right check box (To make sure I have tried all combinations)
2. Run update.php
3. Double checked the filesystem
4. Avatar bulk upload is working
5. Gave permission for avatar_selection module in /admin/user/permissions for ‘access avatars’ and ‘upload avatar in profile’

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lalas’s picture

FileSize
18.46 KB
56.91 KB

I have added screenshots avatar selection and picture upload for user registration and profile edit respectively

stella’s picture

Status: Active » Fixed
My issues
1. During user registration only avatar selection is possible there is no picture upload form
2. While editing the profile it turns in the other way around that there is upload picture form but avatar selection is not available

1. You need the "Register with Picture" module: http://drupal.org/project/reg_with_pic

2. You need to check your permissions for the "authenticated" user role and ensure they have "access avatars" permission. You also need to ensure that there are avatars available for that role (or "all roles" if not restricting them by role).

Lalas’s picture

Thank you @stella after enabling reg_with_pic module my first issue is resolved. but still I'm stuck with then second issue that I'm not able to select avatar while editing profile

1. I checked authenticated user permission for avatar selection
2. I checked the avatar is available for the user while they are editing
3. Tried different check box selection from /admin/settings/avatar_selection

I have attached screenshots of each settings. I have doubt that there are some conflicts with some other module that i have enabled say account_profile or any

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.