Log in

View Full Version : Chat Modifications - Who's on chat? Flashchat portal block


tqj
02-26-2008, 10:00 PM
I looked everywhere for a hack and wasn't thrilled with any of them.

Then I discovered you didn't need a hack at all.

You will need PHP portals installed. http://www.phpportals.com/

Just create a custom Html block, select use templates and add this code.


<iframe name="I1" width="100%" height="80" scrolling="yes" border="0" frameborder="0" src="http://www.mydomain.com/forum/chat/info_embedded.php">
This browser does not support inline frames.
</iframe>


That's all I had to do. Hope this helps some of you that experianced the same issues.

thenutthouse
03-15-2008, 06:26 PM
Great mod or find!

masterme
03-16-2008, 11:32 AM
There is a piece of code on the FC-forums which works perfectly on Vbulletin if you do not have phpportals. I Used it (played around with the code a bit to make it suitable for my board (3.6.5) and placed in in sideblock) and works great.
Here (http://forum.tufat.com/showthread.php?t=43492&highlight=phpbb3+link) is that topic on FC-forums, maybe someone has benefit from it.