• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Questions for a super minimal install

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
3 posts • Page 1 of 1

Postby wrybread » Mon Dec 04, 2006 4:38 am

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.
Last edited by wrybread on Mon Dec 04, 2006 8:37 am, edited 1 time in total.
wrybread
New member
 
Posts: 6
Joined: Mon Dec 04, 2006 3:32 am
Top

Postby phpfreechat » Mon Dec 04, 2006 9:01 am

- 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.

This is a background image. So this CSS rule should work :
Code: Select all
div.pfc_message, div.pfc_oldmsg {
  background-image: none;
}
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby waiheke » Mon Sep 13, 2010 6:41 am

and it does
thanks kerphi

:)
waiheke
Member
 
Posts: 126
Joined: Sun Sep 12, 2010 4:33 pm
Top


Post a reply
3 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 18 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub