Chat Room option that works with iPad

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. 

Quote · 7 Sep 2013

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'));
echo $sChatRoom;

 

shoutbox.tar.gz · 39.5K · 179 downloads
http://www.mytikibar.com
Quote · 7 Sep 2013

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'));
echo $sChatRoom;

 

 

Quote · 7 Sep 2013

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
Quote · 7 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.