• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Announcements
  • Change font size
  • FAQ
  • Register
  • Login

1.0 preview : multi-channel and private message

Check here for the latest news of phpfreechat.

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

Post a reply
29 posts • Page 2 of 2 • 1, 2

Postby John » Fri May 19, 2006 9:01 am

It will be better if I could see privmsg I sent
karambarambum :)
John
New member
 
Posts: 3
Joined: Tue May 02, 2006 12:47 pm
Top

Postby DJ_XaKeP » Mon May 22, 2006 5:11 pm

imho, it's bad idea to realize "private" as rooms.
it's good, if chat message list split into two areas. One is for public messages and other for private messages.


Code: Select all
---------------------[public area]---------------------------
22/05/2006 17:46:05 ‹test2› fdsf
22/05/2006 17:46:08 ‹test2› fdsf
22/05/2006 17:46:10 ‹test2› fds
22/05/2006 17:46:14 ‹test2› f
--------------------[private area]---------------------------
22/05/2006 17:51:43 ‹test1› <test2> hi
22/05/2006 17:52:25 ‹test2› <test1> hello
22/05/2006 17:54:29 ‹test1› <test2> what are u doing here?
22/05/2006 17:52:35 ‹test2› <test1> nothing :)

To: [test2   ] Input string: [ why?                         ] <--- will shown in private frame

if field "to" left blank, message will send to public frame..

----------
In any case I look forward for 1.0 release :)
Good luck!
Last edited by DJ_XaKeP on Mon May 22, 2006 5:57 pm, edited 1 time in total.
DJ_XaKeP
New member
 
Posts: 7
Joined: Mon May 22, 2006 5:00 pm
Top

Postby phpfreechat » Mon May 22, 2006 5:19 pm

Why is it a bad idea ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby DJ_XaKeP » Mon May 22, 2006 6:06 pm

kerphi wrote:Why is it a bad idea ?

Because... I ask people about usability...
Uncomfortable, if I don't see public and private area at the same time. And I must switch between that "rooms" again and again...

Better, if I will can minimize each frame (public or private), but if I want (I want), I can see both frames simultaneously.
DJ_XaKeP
New member
 
Posts: 7
Joined: Mon May 22, 2006 5:00 pm
Top

Postby phpfreechat » Mon May 22, 2006 11:07 pm

So I guest your request could be satisfied with the "detachable tab" feature.
However, I will not work on this feature as a priority but the idea is not bad.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby DJ_XaKeP » Tue May 23, 2006 1:10 pm

kerphi wrote:So I guest your request could be satisfied with the "detachable tab" feature.
However, I will not work on this feature as a priority but the idea is not bad.

It's better, than nothing :) Thanks!

Nevertheless, "detachable tab" is not a solution... If I will chatting with many people simultaneously, I will has many frames at the screen :)
Maybe 2 options:
1. Private sessions As Is - in tabs.
2. Private sessions in small-height frame under public frame (all in one frame).

Maybe I can help? (I am programmer in php).
DJ_XaKeP
New member
 
Posts: 7
Joined: Mon May 22, 2006 5:00 pm
Top

Postby phpfreechat » Tue May 23, 2006 1:22 pm

Yes this is a good idea.
So we need a "window split" feature and a toogle button used to split/unsplit the main window. Then we need to find a way the select what to show in the up and the down frame. Maybe using tabs to select the discussion for the two frames is enougth.

To help I think you need good javascript/dom skills because tabs and tabs content are managed by javascript routines. Anyway have a look to the subversion repository to checkout the code.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby BIGjuevos » Tue May 23, 2006 2:27 pm

Very Nice, I love this software, keep up the good work.
umm... yeah.
BIGjuevos
New member
 
Posts: 4
Joined: Mon May 22, 2006 12:20 am
Location: Virginia
  • Website
Top

Postby DJ_XaKeP » Tue May 23, 2006 6:55 pm

kerphi wrote:Yes this is a good idea.
So we need a "window split" feature and a toogle button used to split/unsplit the main window. Then we need to find a way the select what to show in the up and the down frame. Maybe using tabs to select the discussion for the two frames is enougth.

To help I think you need good javascript/dom skills because tabs and tabs content are managed by javascript routines. Anyway have a look to the subversion repository to checkout the code.

JavaScript is my weak Point :-/
I want to write my own chat for a long time, but JS is more then half of code in good chats.. Server side is easy..

Anyway I will view your cvs-repository when get a free time :)
I rummage Internet in search of good ajax-chat, but your is the best from all that I saw.. Maybe I search bad ( ;) ), but I think it's really good.

By the way, this 2 options is possible to carry out to config file :)
Why allow user to select it independently? ;)
DJ_XaKeP
New member
 
Posts: 7
Joined: Mon May 22, 2006 5:00 pm
Top

Postby durkino » Mon May 29, 2006 11:09 pm

Stephane, how is the planning for version 1.0? I'm looking forward to implementing it on my server.
durkino
New member
 
Posts: 8
Joined: Tue Apr 18, 2006 2:04 pm
Top

Postby phpfreechat » Tue May 30, 2006 9:07 am

Before the 10 of june a first 1.0 beta will be published.
Private messages and a basic moderation system will be implemented :)
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby DJ_XaKeP » Wed May 31, 2006 3:43 pm

kerphi wrote:Before the 10 of june a first 1.0 beta will be published.
Private messages and a basic moderation system will be implemented :)

Nice news!! :)
DJ_XaKeP
New member
 
Posts: 7
Joined: Mon May 22, 2006 5:00 pm
Top

Postby durkino » Fri Jun 02, 2006 2:35 pm

Excellent news. My utopia team is looking forward to this new version. :)
durkino
New member
 
Posts: 8
Joined: Tue Apr 18, 2006 2:04 pm
Top

Postby BenJMann » Sat Jun 10, 2006 3:21 pm

No pressure . . . just thought I would follow up to see if the realese date for 1.0 is still June 10, 2006 . . .

phpFreeChat is top of the line!
BenJMann
Member
 
Posts: 18
Joined: Mon Apr 24, 2006 2:12 pm
Top

Previous

Post a reply
29 posts • Page 2 of 2 • 1, 2

Return to Announcements

Who is online

Users browsing this forum: No registered users and 1 guest

  • 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