The Coldfusion Open Source Forums
Home | ImageCFC | CFFM | BlogCFM | CFMBB | CFOpenMail / ImapCFC | CFOpenChat
Forums | Profile | Inbox | Members | Chat | Search | Login | RSS
Vivio Technologies VPS Hosting
New Topic Reply Subscription Options   Previous Page  Page: 1   Previous Page

Forums: CFOpenChat Forum: ListRoomsandUsers
Created on: 02/07/08 {ts '2013-05-22 02:33:00'} Views: 6177 Replies: 3
ListRoomsandUsers
Posted Thursday, February 7, 2008 at {ts '2013-05-22 02:33:00'}

Hi, I want to show the room and room users only to the room users where they are actually in.
I played with the listRooms And Users function and changed the argument "callType" to "whatever",
but when I do this I have no display of Rooms and Users.

Any ideas? Thanks.
Jens

RE: ListRoomsandUsers
Posted Wednesday, June 11, 2008 at {ts '2013-05-22 16:18:00'}

I am having the same exact issue. I've been running version 1.01 for over a year and am now upgrading. Things seem to working except that all rooms and users show up in the display instead of just those in that particular room. The old version didn't do that. Any ideas would sure be appreciated.

RE: ListRoomsandUsers
Posted Friday, October 31, 2008 at {ts '2013-05-22 18:07:00'}

Did anyone find a solution to this issue? I'd like to implement this, but only want users to see those in their current room so we can setup some private rooms.

RE: ListRoomsandUsers
Posted Monday, November 3, 2008 at {ts '2013-05-22 10:45:00'}

This issue is resolved (or worked around) by changing line of code in cfopenchat.cfc on or about line 318

from: <cfset roomInfo = listRoomsAndUsers('CURRENT')>

to: <cfset roomInfo = listRoomsAndUsers(sessionid, "ONLY")>

New Topic Reply Subscription Options   Previous Page  Page: 1   Previous Page
Subscription Options
Subscription options are available after you log in.

There are 4 active user sessions right now.