I need to customize chat so that only the admins can view chat. Ideally users would be able to view only their own posts. Is this a possibility with phpFreeChat? Any pointers would be greatly appreciated.
We are setting up a one way video conference. The admin will receive questions from users by chat and answer them over the video. As not all questions will be answered we wanted a way to stop the users from viewing the questions.
If you are familiar with the code, could you point me in the direction of where to modify it?
Ah, I see where you're going with it. Unfortunately the code isn't really intended for that, so we have no built in feature (or even easy to modify portions). I think you're going to have to delve into the code (I'm afraid I don't know where you're going to need to look) and find where the server sends out the new chat lines. From there, prevent users from seeing the posts of anyone that does not match their name. It's going to end up somewhat crude, but it might do the trick.
Signature: Read before Posting: Forum Rules Note: I am unable to offer support through PM/e-mail at this time.