VideoChat Software

Tweak VideoWhisper Video Conference Component PDF Print E-mail
User Rating: / 2
PoorBest 
Saturday, 05 March 2011 08:55

This article covers tweaking username and disabling chat logs in VideoWhisper Video Conference Component for Joomla (hopefully future versions will include parameters / features in the interface to control these).
This can also be used / adapted for other components that use similar structure.

 

In components\com_videowhisper_conference\models\flash.php:

 

1.       Change username to some other variant (username, id) instead of $user->get('name')

                $user =& JFactory::getUser();

                if (!$user->get('id')) $loggedin=0; else $loggedin=1;

                if (!$loggedin&&!$room->visitors) $message="Please login to your account first (on member frontend)!";

                $username=$user->get('name');

 

2.       Comment out chat log writing

case "chatlog":

/*

                $dfile = fopen($path."uploads/$room/Log$day.html","a");

                fputs($dfile,$message."
");

                fclose($dfile);

*/

 

Last Updated ( Saturday, 05 March 2011 09:06 )
 

User Account



Poll

RTMP Server You'd Like to Use
 

Video Conference

Create New Room
Edit My Rooms

2 Way Video Chat

Create Room
Edit My Rooms

Live Streaming

  • No video broadcasters online.
Live Channels List
Live Broadcast Yourself

Live Streams

No live streams.

Poll

Video Communications Logic You Need Most