I wanted to integrate phpopenchat into my website portal. I saw in this forum, that it was recommended to comment out the following two lines in index_tpl.php:
if(top.frames.length > 0)
top.location.href=self.location;
I did and the login appears in my IFRAME ok but then the chat channel appears and there is no window/frame for the actual discussion. I only see the commands and the text box to type into.
Any ideas or how-to to integrate openphpchat?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wanted to integrate phpopenchat into my website portal. I saw in this forum, that it was recommended to comment out the following two lines in index_tpl.php:
if(top.frames.length > 0)
top.location.href=self.location;
I did and the login appears in my IFRAME ok but then the chat channel appears and there is no window/frame for the actual discussion. I only see the commands and the text box to type into.
Any ideas or how-to to integrate openphpchat?
Thanks.