I'm trying to make a chat window that'll fit in a 200 pixel wide margin. This is such a fantastic and thorough program, I'm almost all the way there. Just a few remaining questions:
- Is it possible to hide the room name? I hid the tab image and tab close button using $displaytabimage and $displaytabclosebutton in the config file, but I can't get rid of (or change the name of) the room name.
[Edit: I almost figured this one out. Go to your theme, then edit style.css and search for "ul#pfc_channels_list li" and change whatever's after "display" to "none". That works in Firefox but not IE...]
- I figured out how to shrink the text. For anyone who's curious, modify style.css inside your theme and find div#pfc_container and add this tag (for example, on the line after font-family) to make everything 10 point: "font-size: 10px;"
- How to get rid of the little icon at the end of every line? It's a dot, like a bullet point. It's green next to your own posts, and b&w next to other people's posts.
- How to get rid of the formatting (underline, bold, etc) buttons at the bottom of the screen?
- Is it possible to get rid of the 10 or so pixel border to the left and right of the chat window?
- Is there any reason the Connect/Disconnect button needs to be there?
- Is it possible to have the initial state be minimized (if that's what it's called when you click the icon at top right of the chat)?
- I've been editing pfcgui.js to manually remove buttons, but it's tricky, makign the wrong edit breaks everything.
Thanks for the help.