Closed (fixed)
Project:
Chatroom
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Reporter:
Created:
28 Oct 2009 at 09:22 UTC
Updated:
2 Dec 2009 at 12:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Docc commentedComment #2
Anonymous (not verified) commentedthanks for the patch, looking into it.
not sure how the size of the user picture will interact with the width of the chatroom? did you test that?
Comment #3
Docc commentedTotally depends what you set the default picture size to. Looks good at the default 85x85.
Ill extend the patch with custom user picture size for the chatroom (imagecache/Imagecache Profile Pictures?) this week.
Comment #4
Anonymous (not verified) commentedgreat, thanks.
how would integration with imagecache work? would that be an optional dependency?
also, please make any patches against 6.x-2.x-dev, as that's where the action is at right now.
Comment #5
Docc commentedImagecache will be a optional dep. yes. If not enabled it will default to the default user picture.
Comment #6
Anonymous (not verified) commentedsounds good, can't wait to review your patch, i've added a note to HACKING.txt that this feature is being worked on.
Comment #7
Docc commentedstill based on HEAD. Because dev is borked and cant get it to work.
Added some profile picture settings to the settings page, including support for imagecache presets.
Didn't looked at the styling yet though.
Comment #8
Anonymous (not verified) commentedi've committed a modified version of this patch - thanks!
the styling is rudimentary, and i've left the imagecache stuff untested and not fully integrated.
i'm moving this to 'needs work' until we resolve the styling issues and test with imagecache.
#616304: revamp chat interface is the general issue for making the chat interface better, please feel free to comment there.
also, please patch against 6.x-2.x-dev. its now a lot more stable, so you should be able to use it for testing.
Comment #9
Anonymous (not verified) commentedgetting back to this, more code committed to make it more robust.
Comment #10
Anonymous (not verified) commentedDocc: please test this now, i've cleaned up, squashed bugs etc, so this is ready for some testing.
use the latest cvs on 6.x-2 branch and let me know what's broken.
Comment #11
Docc commentedlooks good, seems to be stable now.
Though why not leaving user picture support global?
Also a small bug, there should be a better check if user picture is enabled or not.
Small patch attached
Comment #12
Anonymous (not verified) commentedthanks, committed here - http://drupal.org/cvs?commit=287556
please reopen if you find any other issues.
Comment #13
artscoop commentedHi,
Just to say the feature worked a bit before, but I can't seem to enable the user pictures.
Everytime I save the chat node, the User picture option is unchecked.
Am I missing something ?
Comment #14
Docc commentedartscoop, no error messages?
User profile has been moved from a system variable to its own column somewhere down the line.
You should uninstall the module and then reinstall for the new schema to take affect.
(uninstalling means losing your chatsettings)
Comment #15
Anonymous (not verified) commentedartscoop - please reopen this if its not fixed by Docc's suggestion.