To edit the source code you should go to:
[oxwall directory] > ow_plugins > tinychat > controllers > page.php
There you can edit that code.
Join tinychat with your facebook profile,
once joined get your profiles name,
will be the words after tinychat.com/yourprofile
now go to [oxwall directory] > ow_plugins > tinychat > controllers > page.php
Find :
$params = array('room' => md5(OW_URL_HOME), 'join' => 'auto', 'change' => 'none', 'api' => 'none', 'owner' => 'none', 'topic' => 'TinyChat');
Change : md5(OW_URL_HOME) to your profile name :
$params = array('room' => yourprofile, 'join' => 'auto', 'change' => 'none', 'api' => 'none', 'owner' => 'none', 'topic' => 'TinyChat');
Now if you log into your website with facebook you will be admin in the chat - no one else will get moderator options in chat when you do this - when your site members join the chat it will turn there guest name to there profile name aswell like normal.
What a pain in the butt tho - not to bad if you don't mind running 2 admin accounts on your site ( i have not tried syncing up the facebook account with my existing admin account cause i already joined my site with it and had 2 accounts so you might be able to get away with having 1 account and it still working), but an option for those out there that want video chat with mod options only for site admin.
There is a way to tweak this after a little playing around lol.Hello, if I do that will my members be signed in with their site usernames in chat like it is now or they have to register on TinyChat too?
$params = array('room' => yourprofile, 'join' => 'auto', 'change' => 'none', 'api' => 'none', 'owner' => 'none', 'topic' => 'TinyChat');