Show Categories
69
3
3rett posted Jun 18 '13 at 11:45 pm

Not sure what I am missing but I cannot find any straight forward/concise info on how to do this. I tried installing a few months ago and got nowhere. Now I see you have fixed the SugarCRM installation bug and I can get freichat to install using 'SugarCRM' in the installation drop down. I see the proper username and password in the hardcode.php, I see the tables in MySQL, I see the users etc. in the freichat backend, but when I log into SugarCRM I don't see freichat. When I ctrl+u I do see t freichat in the page code and the addressing looks correct. Any help is appreciated. By the way I am running 6.5.

Thanks,
Brett

94
4
franzfed9091 posted Jun 18 '13 at 7:44 pm

Hi, i installed freichat on my joomla 2.5 site with community builder.
I tried the direct chat on two computers at the same time.
On one computer (win xp, chrome) it worked nicely.
On the other one (mac, chrome) i went offline about every 5 seconds.
I set both busy and offline timeouts to a very high value.

Can someone point out how to solve it?

Thanks in advance.

79
5
admin posted Jun 18 '13 at 9:47 am

This version contains only bug fixes .

Changes:

1. xhash order bug
2. htaccess file removed
3. ie console problem
4. email issue solved

161
15
oss posted Jun 17 '13 at 8:03 pm

I do not understand how to run the mobile chat. you have to pay?

109
5

I just upgraded. Love the new features but there are a few snags. Two main problems:

1) there is an overlap of text. This only happens on one of my two workstations. It happened in Chrome and Opera browsers. I was going to upload an image from Chrome but I don't see the file attachment option here. It was here this morning. What happened?

2) I can't send email conversation. Admin configuration for mail is set to "Mail()" The sending conversation with worked perfectly with 8.0 but not with 8.7 where I now get this error:
"Invalid address: You must provide at least one recipient email address.
Message was not sent.

Mailer error: You must provide at least one recipient email address."

Whats to be done about the overlap?
Whats to be done about email?

The latest version is a great improvement. Love the beep for every message. Now I do not have to worry about missing anything.

133
16

Hello. I just updated my freichat from 8.6 to 8.7 and now all it says is "Getting list of online users ....." then when I refresh the browser the chat wont even load. I double checked the settings and everything seems fine.

I did a fresh install and same thing.

Can someone tell me what might be wrong?

191
10
Prototyp206 posted Jun 16 '13 at 6:31 pm

Hey, i've installed latest freichat for joomla 3.x
I also enabled the module for it, but it won't load.

Homepage: http://teeworlds.pf-control.de
User: test
PW: test

I hope someone could help.

46
3
rustyDusty posted Jun 15 '13 at 8:03 pm

Every other day or so the chat module on my site, which has a minimum of 10 members, will display a whopping 23-28 guests who appear out of nowhere and then vanish simultaneously 10 minutes later. I cannot 'see' these guests on my page counter. I cannot 'talk' to these guests. They never respond and almost always vanish one by one or simultaneously whenever I attempt to say "Hi...who the F$%K are you?"

So who or what are these ghosts guests, invisible to stat counters and completely non-interactive, haunting my site?

Is anyone else experiencing ghost guests?

60
1
Manoel Santos posted Jun 14 '13 at 9:37 pm

Hello friend!

Congratulations on this extension.
Very good. Simple, easy installation.

But I have some doubts.

1) The number of users logged in Freichat that appears is not equal to the number of site users loggeds. There is no way to send pictures here. But can be found by visiting my website (www.gentedecente.com.br).
Why?

2) Translated the frontside to the Portuguese, my language. Replace all the words pronounced by special html codes. But the window for logged in users, appears the word "available" is not rectified even after it was changed in language file. (Estou dispon

í
vel) is how it appears.
Why?

3) When I'm logged appears the word "me" and not my nick bd Joomla 2.5. Has as to appear to modify the name of who is logged in?

These are my main questions.

I congratulate you for Freichat. Free, but with many features.

Best Regards,

Manoel Santos
From Brasil
www.gentedecente.com.br
193
11
admin posted Jun 14 '13 at 8:34 pm

 


FreiChat 8.7 has been released . The initial focus for this version was the theme maker . So it has a lot of improvements alongwith a complete new theme .


Features


1. oxwall integration with freinds , avatar and real name support


2. option to rotate chatroom label


3. new theme -> silver [ Built using the theme maker ]


4. new stylish scrollbar for chatwindow and chatroom messages


5. ms sql server support [and ASP]


6. color picker and gradient selector added in theme maker


 


Bugs/ fixes


1. jquery noconflict bug fixed


2. icons not visible in IE bug fixed


3. removed bare table css styles in styles.css


4. unable to click on chatwindow  minimize fixed


<dont know="">5. solved IE doctype issues</dont>


6. cache problems fixed


7. moderation errors solved


8. zlib compression conflicts fixed


<dont know="">9. backend ACL options not saving problem fixed</dont>


<dont know="">10. smiley overflow issue on adding many smileys</dont>


<dont know="">11. many theme maker bugs fixed </dont>


<dont know="">12. backend smiley creation problems</dont>


 


<dont know="">Improvements</dont>


1. new ui for upload and email plugins 


2. many css improvements


 

<dont know="">Security</dont>


<dont know=""> 1. session not started in upload</dont>

118
13
nuno alpalhao posted Jun 14 '13 at 2:24 pm

i want to install the freichat in the memht portal but i cannot stablish the database conection in custom install...
I says...

:( Could not authenticate user . Please verify your edited copy-paste code and make any required changes

my login code is :

function login() {
global $dblink,$siteConfig,$visitorInfo,$userid,$page;

if (isUser($userid)) {
$row_info = $dblink->get_row("SELECT *,DATE_FORMAT(regdate, '".$siteConfig['timestamp']."') as regdate FROM memht_utenti WHERE id=$userid");
$user = outCode($row_info['user']);
$pass = $row_info['pass'];
$email = outCode($row_info['email']);
$regdate = $row_info['regdate'];
$sito = outCode($row_info['sito']);
$icq = outCode($row_info['icq']);
$msn = outCode($row_info['msn']);
$aol = outCode($row_info['aol']);
$yahoo = outCode($row_info['yahoo']);
$avatar = outCode($row_info['avatar']);
$post = intval($row_info['post']);
$gender = intval($row_info['gender']);
$title_enabled = intval($row_info['title_enabled']);
$title_text = outCode($row_info['title_text']);
$signature = censure(bb2html(outCode($row_info['signature'],0)));
$feedurl = outCode($row_info['feed']);
$contributes = intval($row_info['contributes']);


Any help???

85
2
mpa4hu posted Jun 14 '13 at 9:00 am

Hello,

It's more a question then problem.
I want to know, how private messaging mechanism works at freichat.

For example, I write a message for a user who is not online.
This user comes online after some time. will he get his massage?
And what column tells frei_chat table that this mail is unread?

Thanks in advance,
The best chat solution by the way + framework free : )

123
7
jarska posted Jun 12 '13 at 10:04 pm

Hi,

is there possible for users to turn freichat off somehow, if they want?

I install freichat to SMF 2.0.4 and everything works fine, but some users dont want to use it and thats why I asking:)


Edit: and is it possible to move chat box to right bottom in to the left bottom?

63
4
rustyDusty posted Jun 12 '13 at 1:28 pm

The chat rooms tab is black. The "Chat Room" title is black and cannot be seen on the tab. What file contains the code for changing the colour of the font or the colour of the tab?

Thanks

84
3
Vadokan posted Jun 11 '13 at 2:37 pm

Dear Sir or Madam,

firstly i want to thank you for that greate project and want to excuse my language. I'm not a native speaker.


I have a question realating the free and the comercial version of Freichat.

I have the free version on joomla 2.5.9 installed. Im looking forward to buy the comercial version.

But how will it work? Do i get a new Modul package that i have to add and "overwrite " the free version or do i have do delete the free verision before installing the new one?
Do i have to delete the folder in my server (via ftp),wich i inserted when i installed the free version?

Thank you

Sincerly

Vado

87
3

Dear Admin!
I like Freichat, I do installation Freichat into my Sugarcrm v6.5. Everything during installation is OK. But Freichat does not appear in my SugarCRM. I checked the network tab and recognize that all related files of Freichat exits. Can you please show me how to integrated it?
Best Regards

164
19
fanto posted Jun 3 '13 at 8:03 pm

hi,
I installed correctly freichat and display module for joomla, chat works well, but the first access to the site is not visible, then if user log in and log out in the site the chat turn visible until I restart the pc, when i restart the pc to review the chat I have to redo user log in and log out in the site.

what could be the problem?

56
3
DarKMaSk posted Jun 3 '13 at 6:56 am

I have installed friechat successfully and the back end also working but it is not showing on the site. I have placed it properly as per the instructions of the templates documentation but it is not showing. Please help. BTW this template is based on K2 framework and the template is from Omegatheme.com. Please help as my site is going to launch on 8th June, 2013.

279
23

When I first log into my site things look fine but if I changes pages to look at something else or refresh a page then things stop working---in the Freichat box it just says "Getting list of online users..." and if you go to the chatroom it shows you are the only one there and there are not rooms listed the rooms tab is just blank--if you type something it will show what you posted and then the rest of the conversation in the room shows up.

Additionally when this happens others can not see you as online in either the FreiChat or Chatroom but will show what you message in the chatroom with your username it just wont show that you are in the room or online.

If I close my browser window and then go back in again it will be working ok until I once again switch pages--this has been happening on both IE and Chrome and my other members have been experiencing the same problems on firefox and their tablets (don't know what they use for browers on the tablets)

I want to add that I am computer stupid and did not load FreiChat myself but had my server techs do it but they can not help me any further...I do follow specific instructions well though :-)

Thanks for any help you can give me I think this is going to be an awesome program for my site just need to get it working right LOL.

96
1
blueeyesmedia posted May 31 '13 at 5:13 pm

Hi there, Your chat component is AWESOME thank you. Few questions:

1. I can't send files. The window to send appears, I browse and select the file and click on send but the little window is blank and shows no confirmation that files has been sent. The user also does not receive file. On my ipad, it does very similar where it lets me browse and select file but when I send, it says I haven't selected a file.

2. I can't see any icon for video chat.

3. Where do I find the file to edit avatars? Can I just create a folder of mini icons that randomly get chosen for beside users names then direct Freichat to that folder or something?

thanks for your help :)

86
2
divinehan posted May 30 '13 at 3:18 pm

I got a menu page with a lot of icons render by using links and images. HTML code:

<a href="mypage.aspx">   
<img id="ctl00_ContentPlaceHolder1_DataList1_ctl02_detailImage" title="My Page" src="Images/Menu/image.png" style="border-style:None;height:64px;width:64px;"><br><span id="ctl00_ContentPlaceHolder1_DataList1_ctl02_lblDesc" style="font-weight:bold;">My Page</span>
</a>


After I open a chatbox, there is an invisible frame preventing me from clicking certain links behind.
It is like the chatbox frame is at top most and invisible.
Refer to image I attach.
60
2
divinehan posted May 30 '13 at 3:07 am

I believe this is only CSS issue. The icon to toggle Available, Refresh and Sound (on/off) is not showing in IE only (IE tested are IE 8,9,10). It's fine in FF and Chrome. Icons to send file, smileys are showing correctly.
Another thing to take note is style.css in basic theme folder, the css (line 11)
tbody {
border-collapse: collapse;
border: 0px;
padding: 0px;
}

Padding will overwrite my Gridview's style. I've disabled this and other controls with table attribute are showing correctly.

61
6
Renmar posted May 29 '13 at 6:36 am

How can i change the guest in custom.. i want on my site is the session i logged in...
But when every time i logged in i was logged in as a guest and not the username i entered .

54
2
adamza posted May 28 '13 at 9:30 am

Hey All,
i'm wondering can i disable the chatrooms floating messages?
I don't want to allow users to chat in chatrooms, only by private messages.
Thanx

Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft