FreiChat related discussions
Can´t login as administrator after instalation

Hello,

I've tried this component and it's wonderful!!!
Tank's for this nice and useful work!
I've decided to upgrade from freichatpure.v.2.5.0 to FreiChatX.5.1.Alpha, and i've followed your instructions.
I've uploaded the zip file to my home directory, uncompressed, install and define a password for administrator access. I've installed the module.
It works fine in my site, in portuguese!
But i can't access to FreiChatX Login administrator with the password that i've defined...
What went wrong?

Please hel me.
Thank's

Hello, I've tried this component and it's wonderful!!! Tank's for this nice and useful work! I've decided to upgrade from freichatpure.v.2.5.0 to FreiChatX.5.1.Alpha, and i've followed your instructions. I've uploaded the zip file to my home directory, uncompressed, install and define a password for administrator access. I've installed the module. It works fine in my site, in portuguese! But i can't access to FreiChatX Login administrator with the password that i've defined... What went wrong? Please hel me. Thank's

Try adminpass as your password

May be the password didnt change when you installed ,
You can change the password in ~/freichat/arg.php

Try adminpass as your password May be the password didnt change when you installed , You can change the password in ~/freichat/arg.php
Necessity is the mother of all inventions!

i've already tried my pass and the default password adminpass, and i can't login.
no message appears, and i want to change some settings but can't login.

Please help me.
If you want i can tell you my site and give you all th details for you try to fix this problem.

Thank's

i've already tried my pass and the default password adminpass, and i can't login. no message appears, and i want to change some settings but can't login. Please help me. If you want i can tell you my site and give you all th details for you try to fix this problem. Thank's

The administrator password is defined in ~/freichat/arg.php

It will be this way

$admin_pswd='UR_PASS';


So this password is the correct password . try it.

The administrator password is defined in ~/freichat/arg.php It will be this way <code> $admin_pswd='UR_PASS'; </code> So this password is the correct password . try it.
Necessity is the mother of all inventions!

now i can login but only if i copy paste the password in the arg.php file to the password field, if i type the password directly in the password field i can't login.... no problem with that for me...
I need to change from username to nickname and that value doesn't save. All the others that i change stays after i press submit.

Sorry for this new problem, but this is what i need to change.

now i can login but only if i copy paste the password in the arg.php file to the password field, if i type the password directly in the password field i can't login.... no problem with that for me... I need to change from username to nickname and that value doesn't save. All the others that i change stays after i press submit. Sorry for this new problem, but this is what i need to change.

I will look onto this problem today ,

i hadn't tested the nickname thing from quite a weeks because it was working perfectly,
in the earlier versions .



I will look onto this problem today , i hadn't tested the nickname thing from quite a weeks because it was working perfectly, in the earlier versions .
Necessity is the mother of all inventions!

Sorry to bother you again.
But i really need to use name instead of username.
I'm using FreiChatX.5.1.Alpha, and in the backend the only variable that i whant to change is the name/username and it cannot be saved.
I really need to change it.

Thank's

Sorry to bother you again. But i really need to use name instead of username. I'm using FreiChatX.5.1.Alpha, and in the backend the only variable that i whant to change is the name/username and it cannot be saved. I really need to change it. Thank's

You can do that manually too ,

Go to ~/freichat/arg.php

There will be a line

$show_name = 'SOMETHING';


Change it to

$show_name = 'name';

You can do that manually too , Go to ~/freichat/arg.php There will be a line <code> $show_name = 'SOMETHING'; </code> Change it to <code> $show_name = 'name'; </code>
Necessity is the mother of all inventions!

Thank's for your answer.
But there is no result for me...
i've:
This: $displayname=$parameters['displayname']; //you can have username / name(nickname)
Change 1: $displayname=$username['displayname']; //you can have username / name(nickname)
Change 2: $displayname=$name['displayname']; //you can have username / name(nickname)
Change 3: $displayname=$parameters['name']; //you can have username / name(nickname)
Change 4: $displayname=$parameters['username']; //you can have username / name(nickname)
Change 5: $displayname=$nickname['displayname']; //you can have username / name(nickname)
Change 4: $displayname=$parameters['nickname']; //you can have username / name(nickname)

Nothing happends...
I allways get the username of my members...

Thank's for your answer. But there is no result for me... i've: This: $displayname=$parameters['displayname']; //you can have username / name(nickname) Change 1: $displayname=$username['displayname']; //you can have username / name(nickname) Change 2: $displayname=$name['displayname']; //you can have username / name(nickname) Change 3: $displayname=$parameters['name']; //you can have username / name(nickname) Change 4: $displayname=$parameters['username']; //you can have username / name(nickname) Change 5: $displayname=$nickname['displayname']; //you can have username / name(nickname) Change 4: $displayname=$parameters['nickname']; //you can have username / name(nickname) Nothing happends... I allways get the username of my members...

replace

$displayname=$parameters['displayname'];


in arg.php with
$displayname='name';

replace <code>$displayname=$parameters['displayname']; </code> in arg.php with <code> $displayname='name'; </code>
Necessity is the mother of all inventions!

Thanks! it worked! it's almoust perfect.... (sorry)
Some names doesn't fit, how can i change window width?

Thaks for your time, and sorry for my questions, and douts.

Thanks! it worked! it's almoust perfect.... (sorry) Some names doesn't fit, how can i change window width? Thaks for your time, and sorry for my questions, and douts.

You can change the chatbox width by editing the CSS in the theme maker
provided in the FreiChatX backend

You can change the chatbox width by editing the CSS in the theme maker provided in the FreiChatX backend
Necessity is the mother of all inventions!

I've already done that, but the number of letters of the name still the same..

Thanks again for your patience and time.

I've already done that, but the number of letters of the name still the same.. Thanks again for your patience and time.

In the previous post i had told you to increase the width of the chatbox by editing CSS .

So doint that wont change the number of letters in the name .

Hence , a question , Do you want to change the number of letters in the name ?
OR
Do you want to change the width of the chatbox so that the name fits in it ?

In the previous post i had told you to increase the width of the chatbox by editing CSS . So doint that wont change the number of letters in the name . Hence , a question , Do you want to change the number of letters in the name ? OR Do you want to change the width of the chatbox so that the name fits in it ?
Necessity is the mother of all inventions!

I want to increase the number of letters shown in the chatbox, so the all name of my users fits on it.

Thanks.

I want to increase the number of letters shown in the chatbox, so the all name of my users fits on it. Thanks.
857
15
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft