• 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

Params issues

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

Post a reply
7 posts • Page 1 of 1

Postby DeniseDD » Tue Jul 11, 2006 1:49 pm

Params used:

===

<?php

require_once "src/phpfreechat.class.php"; // adjust to your own path
$params["serverid"] = md5(__FILE__); // used to identify the chat
$params["title"] = "KennersCafé";
$params["frozen_nick"] = "true";
$params["max_msg"] = "0";
$params["height"] = "244";
$params["width"] = "485";
$params["showsmileys"] = "false";
$params["btn_sh_whosonline"] = "false";
$chat = new phpFreeChat($params);

?>
===

Using Beta3, no params get executed except for title. Before making any contact through the browser I set them up, nada.

Using Beta2 (as suggested elsewhere) these params do not work:
$params["frozen_nick"] = "true";
$params["btn_sh_whosonline"] = "false";

What's the quickfix for this?
Last edited by DeniseDD on Tue Jul 11, 2006 1:50 pm, edited 1 time in total.
DeniseDD
Member
 
Posts: 14
Joined: Tue Jul 11, 2006 1:43 pm
Top

Postby mkoch » Wed Jul 12, 2006 3:53 am

Roll back to beta2.
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby DeniseDD » Wed Jul 12, 2006 8:16 am

Read my post :D
DeniseDD
Member
 
Posts: 14
Joined: Tue Jul 11, 2006 1:43 pm
Top

Postby phpfreechat » Wed Jul 12, 2006 12:20 pm

in fact "frozen_nick" cannot be used without the "nick" parameter.
I will add a test in the next release in order to avoid this problem.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby imp_d » Wed Jul 12, 2006 7:20 pm

I can't roll back, since I just have version beta3.
I don't see any of your errors though. Frozen_nick works for the first time I log on to the chat (with the nick I pass). If I close the broser window and reopen the chat in another window it seems like it ignores nick and frozen_nick completely... Until I clear the data/private folder...
imp_d
New member
 
Posts: 2
Joined: Mon Jul 10, 2006 6:52 pm
Top

Postby mkoch » Thu Jul 13, 2006 1:30 am

DeniseDD wrote:Read my post :D

Sorry I should have :)
mkoch
Member
 
Posts: 77
Joined: Tue Feb 21, 2006 5:08 pm
Location: Brussels/Denmark
  • Website
Top

Postby cyber_mm » Sun Jul 23, 2006 3:07 pm

all your bits with "false" or "true" change to false or true (Without the ""'s) as these are boolean terms not strings. :)
cyber_mm
New member
 
Posts: 1
Joined: Sun Jul 23, 2006 3:01 pm
Top


Post a reply
7 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

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