With a lot of users switching over from PCs to iPads, is there a chatroom that incorporates into Dolphin, that also pulls in the user info, etc. - having a hard time finding anything out there.
With a lot of users switching over from PCs to iPads, is there a chatroom that incorporates into Dolphin, that also pulls in the user info, etc. - having a hard time finding anything out there. |
Cheap answer is use the shoutbox. I modded the shoutbox to support multiple tables. Then you just create a php block with the following: $sChatRoom = BxDolService::call('shoutbox', 'get_shoutbox',array('YOURCHATROOMNAME'));
http://www.mytikibar.com |
Sounds interesting... could you pm me the url to look at? Been looking for apple friendly chat alt for a while! Cheap answer is use the shoutbox. I modded the shoutbox to support multiple tables. Then you just create a php block with the following: $sChatRoom = BxDolService::call('shoutbox', 'get_shoutbox',array('YOURCHATROOMNAME'));
|
I've got it on my site in my signature. It's running in the texas hold 'em game. You could create a page that has links to individual chat rooms. http://www.mytikibar.com |