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

hide/show smileys and who\'s online

This forum is now locked as we will no longer be developing the v1.x branch

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

Topic locked
6 posts • Page 1 of 1

Postby thkatsou » Thu Feb 16, 2006 12:07 pm

It would be great if some extra buttons could be added to hide /show smileys and who's online panels just like you did with minimize/maximize.
In fact in my installation of phpfreechat i modified and added those buttons to hide /show those panels but i am not so sattisfied with the code and the layout..
check on http://dslcustomer358.vivodi.gr/
PHP is the curse of Linux.
Move to Python.
thkatsou
New member
 
Posts: 4
Joined: Thu Feb 16, 2006 11:59 am
Location: piraues - greece
  • Website
Top

Postby phpfreechat » Thu Feb 16, 2006 1:18 pm

Good idea, I will surely add these features.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby Nemako » Thu Feb 16, 2006 1:25 pm

Yes very good idea ! :)
Nemako
Nemako
Member
 
Posts: 44
Joined: Fri Feb 10, 2006 1:52 pm
  • Website
Top

Postby DaveS » Sat Feb 18, 2006 6:45 pm

And/or be able to define the size of the userlist and smiley boxes.... On my forum (www.btw-trikers.org) most of the people don't go for the fancy smileys... just :) and :( type ones... so a minimal list would be prefered.

Also how about a "Speak" button instead of just pressing carriage return? This way if you just want to send a smiley its two mouse clicks.

I'm sure I'll have a few more ideas the more I play with/customize my install

Otherwise... this script is GREAT!

I have been looking for a viable replacement to the clunky JavaApplet chatroom we were using, and I think this may be it...
R.David Sisemore
Webmaster
Brothers of the Third Wheel
www.btw-trikers.org
DaveS
Member
 
Posts: 12
Joined: Sat Feb 18, 2006 5:02 pm
Location: San Diego, CA USA
  • Website
Top

Postby Nemako » Wed Feb 22, 2006 2:09 pm

DaveS wrote:And/or be able to define the size of the userlist and smiley boxes.... On my forum (www.btw-trikers.org) most of the people don't go for the fancy smileys... just :) and :( type ones... so a minimal list would be prefered.

you can customize the Web page display of the chat, by writing a CSS stylesheet.

For example to resize yout online and smiley box do a sstyle.css.tpl.php with it:
Code: Select all
div#<?php echo $prefix; ?>smileys {
 width:10%;
}

div#<?php echo $prefix; ?>online {
 width:10%;
}

div#<?php echo $prefix; ?>chat {
  width:89%;
}

If you don't want to see online and smiley box, just do it:
Code: Select all
div#<?php echo $prefix; ?>smileys {
 display:none
}

div#<?php echo $prefix; ?>online {
 display:none
}

div#<?php echo $prefix; ?>chat {
  width:100%;
}

DaveS wrote:Also how about a "Speak" button instead of just pressing carriage return? This way if you just want to send a smiley its two mouse clicks.

True, it could be fine :)

Nemako
Nemako
Nemako
Member
 
Posts: 44
Joined: Fri Feb 10, 2006 1:52 pm
  • Website
Top

Postby Nemako » Fri Feb 24, 2006 10:38 am

This will be available in pfc 0.8 :)
Nemako
Nemako
Member
 
Posts: 44
Joined: Fri Feb 10, 2006 1:52 pm
  • Website
Top


Topic locked
6 posts • Page 1 of 1

Return to Feature Requests (v1.x)

Who is online

Users browsing this forum: No registered users and 3 guests

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