Page 3 of 3

Re: Side Chat

Posted: Sun Apr 11, 2010 2:59 am
by august
A good chat that I've just implemented as a side bar is phpfreechat, allows you to really mess with the code, and if you don't mine lots of files, you could just create a separate instance of each chat for different alliances, locations, worlds, etc etc, so not all the users are on one chat, using div tags, and and iframe (to capture my chat page) I managed to get a simple but effective side bar chat that allows me to get the nickname from the sessions so players can only send as their username etc etc, lots of easy to understand features, example is below:

Re: Side Chat

Posted: Sun Apr 11, 2010 9:22 pm
by Torniquet
iframes are pants tbh.

and its not hard to implament location, alliance/guild and group chat into an ajax chat box if you know where to look. and without adding a ton of files.

Re: Side Chat

Posted: Sun Apr 11, 2010 10:10 pm
by august
ahh well, heres me a week and a bit into learning PHP coding! AJAX i've seen about, still tbh have no idea what it means, does etc!

and iframes probs are pants, hopefully I'll slowly learn better ways to do it, but with my current skill set this was the best I could do :(