Greetings,
I'm currently having an issue with the avatar selection screen. On the first page I can select avatars with a green border appearing around the image as it is supposed to be. But as soon as i go to the second or any other pages, radio buttons appear next to the avatar images instead of the green border for selection. When I then go back to the first page, the radio buttons still won't disappear. Only after refreshing the whole page, the green border reappears but refreshing the page always brings me back to the first page of avatar images.
See image in attachment for better explanation.
I am using drupal 6.9 with avatar selection 6.x-1.5.
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| avatarselect.jpg | 36.02 KB | paddes |
Comments
Comment #1
paddes commentedComment #2
tsi commentedSame issue here, subscribing !
Comment #3
HS commented+1
Comment #4
stella commentedI can't reproduce this issue I'm afraid. Can you tell me what browsers / platforms this issue occurs on? Does it happen on the 'manage avatars' administration page, or on the user edit form, or on both? Can you tell me what your settings are on admin/settings/avatar_selection? Can you try the latest dev version to see if that fixes the problem?
If the issue persists, can you provide me with a link to your site where I can investigate the problem? My contact form is enabled if you wish to do so privately (just remember to quote issue number).
Cheers,
Stella
Comment #5
stella commentedNo more information received, so marking as "won't fix". Please feel free to re-open if this is still an issue and you can answer the questions above.
Cheers,
Stella
Comment #6
tlogan commentedI'm seeing this also. It happens on the user registration page and the user edit form. The Manage Avatars page displays the images in 1 column down the page and has radio buttons even on the first page.
Comment #7
stella commentedI can reproduce the issue on your site, but not on my own. I'm really not sure why it's happening at the moment. Will try and investigate further.
Comment #8
stella commentedCan you check the 'system' table in your Drupal database and tell me the weight of the 'avatar_selection', 'user' and 'system' modules? Can you also try the latest dev version of the module?
Comment #9
stella commentedIt's been over a month of inactivity so marking as "won't fix". Please feel free to re-open if you can provide answers to the questions asked or more info.
Cheers,
Stella
Comment #10
saipas commentedHi stella,
The issue comes from this piece of code:
Since document.ready is not called when when browsing through the pages, the function hiding the radio buttons is not called either.
It does exactly the same thing when inserting the alter select block into a collapsed fieldset.
I'm looking at the issue now, will post if I find a fix.
Regards,
saipas
Comment #11
saipas commentedFound a trick: just add
radio_button_handler();at the end of your pager function.I couldn't find a solution when the block is inside a collapsed fieldset, so I just added this to my css:
Comment #12
Fidelix commentedI have the same issue.
I can provide any details that are requested, and i can give full acess on my drupal installation.
I will try to use the tips at #11 and then post feedback here.
EDIT: How do i use this? saipas?
Comment #13
jen.c.harlan commentedSame issue here. I have fewer avatars than most probably, so I just made them all show up on the first page to fix the problem for the moment, but when I get more, I will definitely need to be able to have them on more than one page, and I cannot select an avatar that is on page 2 or beyond.
-Jen