• 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

is there anyway to take out the minimize and maxmize button?

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

Post a reply
13 posts • Page 1 of 1

Postby Mgccl » Sun Oct 08, 2006 10:35 pm

see... once your chat changed from the original HTML based to the JS based genoration... it is so hard to change the GUI.. like if I take out the lines that genorate minimize and maxmize button... the chat simply won't work...
if there is ANY way... I mean ANY that could take out that problem... I will be very very glad...
and... BTW...
I think HTML Template for the GUI structure is MUCH better than the JS one because THAT'S WHAT HTML DESIGNED FOR...

Also... I think I might have to make my own Ajax chat program with only the most basic chat feature enabled.. so could I name it something like... PHPFREELITECHAT?.. I think I got to get your aprroveal... and yeah.. with that name... I think I could use some of your fame to boost the project...
Last edited by Mgccl on Sun Oct 08, 2006 11:07 pm, edited 1 time in total.
Mgccl
Member
 
Posts: 35
Joined: Sun Apr 16, 2006 9:40 pm
Top

Postby phpfreechat » Mon Oct 09, 2006 10:50 am

To hide the min/max button, just add these lines in your style.css :
Code: Select all
#pfc_minmax {
  display: none;
}

Moreover, if you want to help the development of phpfreechat by doing a lite version this is welcomed.
Maybe it would be better to add a parameter : $params["litegui"] = true;
than recode a full chat ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby Mgccl » Tue Oct 10, 2006 12:31 am

recode will be cool for me because... I'm don't OO a lot....
Mgccl
Member
 
Posts: 35
Joined: Sun Apr 16, 2006 9:40 pm
Top

Postby phpfreechat » Tue Oct 10, 2006 7:47 am

If you plan to do a full recode, why do you want to call it phpfreechatlite ?
Why do you want to keep it linked with phpfreechat ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby madmumbler » Wed Oct 11, 2006 1:31 pm

Mgccl wrote:Also... I think I might have to make my own Ajax chat program with only the most basic chat feature enabled.. so could I name it something like... PHPFREELITECHAT?.. I think I got to get your aprroveal... and yeah.. with that name... I think I could use some of your fame to boost the project...

It's not use of a name that gives you the right to use code.

I would suggest working with Kerphi or writing your own code from scratch and calling it something different rather than trying to mislead people that it's a linked project.

I won't even get into copyright versus GNU discussions here. But I suggest you review international Berne convention rules and GNU specifics before doing anything with Kerphi's code without his permission. Improper use/attribution of code is a violation of international copyright laws.
Lesli in SWFL.
http://www.madmumbler.net/main/shop

Have YOU donated to the phpFreeChat project yet? Look for the PayPal button in the right column!
madmumbler
Member
 
Posts: 29
Joined: Sat Sep 30, 2006 9:57 pm
Location: SWFL
  • Website
Top

Postby wrybread » Mon Dec 04, 2006 8:07 am

Personally I think this is a fantastic suggestion:

$params["litegui"] = true;

I just hit a bunch of problems the original poster did, like removing some GUI elements from the JS file and having the whole app break. I bet lots of people want this for a small little chat in the margin of a page, so a lite version would be great.
Last edited by wrybread on Mon Dec 04, 2006 8:54 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 8:56 am

I whould prefere something like : $params['theme'] = 'lite';
Ideally all the modifications to have a lite chat should be done in the theme (css + js customization)
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby wrybread » Mon Dec 04, 2006 10:32 am

Good idea.
wrybread
New member
 
Posts: 6
Joined: Mon Dec 04, 2006 3:32 am
Top

Postby mikez » Tue Dec 26, 2006 4:50 pm

The phpfreechat is a very well-written package and took me a few days to understand how all the chunks of code worked together. I think that Kerphi struck a good compromise between making the application very user-friendly (to the non-programmer), and open to code hacking for the rest of us.

If you aren't much of a programmer, especially if you don't know OOP, you shouldn't tinker with the application and then complain why it doesn't work. If you are a programmer, you will be pleased with how well structured and modular the code is, and how easy it is to hack into it to make all kinds of cool modifications.

My .02
mikez
Member
 
Posts: 29
Joined: Wed Dec 13, 2006 1:24 am
Top

Postby kembel » Sun Dec 31, 2006 7:45 pm

The JS generated GUI is a real pain, I still don't understand why it's done, unless the intent was obfuscation. I'm a fan of needlessly complicating things, I do it all the time, so if I'm saying things are needlessly complicated then...
kembel
Member
 
Posts: 19
Joined: Fri Dec 22, 2006 8:04 pm
Top

Postby phpfreechat » Mon Jan 01, 2007 12:39 pm

Good news, in the next version most of the gui will be created by simple html/php templates.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby kembel » Sat Jan 13, 2007 7:31 am

Thanks!
kembel
Member
 
Posts: 19
Joined: Fri Dec 22, 2006 8:04 pm
Top

Postby EOAA » Tue Jun 19, 2007 5:01 pm

This works in FF but in IE6 it's still there?
EOAA
Member
 
Posts: 29
Joined: Wed Jun 13, 2007 2:47 am
Top


Post a reply
13 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 16 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