Closed (fixed)
Project:
Chatroom
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Reporter:
Created:
25 Sep 2009 at 08:58 UTC
Updated:
17 Nov 2009 at 10:30 UTC
Jump to comment: Most recent
The private chat feature, which should be available in chatroom.module according to several old and resolved issues and the module's readme.txt (did it worl in the past), seems to be broken or eben missing completely (can't see any of it in the module's code, either).
Am i the only one seeing this, or has this really become broken?
Since we're in a *very* time-tight project, we'd need some hint here real soon!
If there's just a bug, we're happy to help fixing it!
Thanks!!
Comments
Comment #1
rc2020 commentedI'm also curious about this. Is there a method for private chats to be enabled through organic groups?
Comment #2
Anonymous (not verified) commentedi'll look into it. i'm picking up the code after a long absence. my first guess is, yes, private chat is gone (or never existed in the 6.x port).
patches to add it or further info about where it was before it was removed most welcome.
Comment #3
Anonymous (not verified) commentedjust updating the branch.
also, the 6.x-2 branch will now work with OG, as chats are nodes.
Comment #4
Anonymous (not verified) commentedupdating the title.
the 6.x-2 branch is sane enough now to start work on this.
what makes a private chat different from a normal chat?
so i think this requires building an invite system - there has to be a clear way to say "these people can see this chat, and these people only".
am i missing something?
Comment #5
Anonymous (not verified) commentednote, i don't want to try to use node_access and the like, because that's just ugly, nor do i think this is the same functionality as making a chat part of an organic group (which is possible without this feature).
this should be a simple, stand-alone bit of functionality that allows a user to create an adhoc chat with another user(s) and keep that chat too themselves.
Comment #6
Anonymous (not verified) commentedjust committed some working code for this.
please try out the latest 6.x-2.x-dev code from cvs if you want to try it out. i'll keep this open until i've cleaned it up a bit and rolled a new alpha.
Comment #7
Anonymous (not verified) commentedok, i've fixed a few bugs in this, so closing as fixed.
i've opened up an issue here #621838: better default theming for private chat user add/remove widget for theming the widget a bit better.
if anyone using this feature finds bugs, please open separate issues related to the specific bugs.