Show Categories
460
2
Swamp Monkey posted Jun 25 '14 at 8:27 pm

First, I have to say: this is an amazing forum implementation. I've been looking for something like this for a long time.

Nevertheless, I don't think it's quite ready for prime time. There are lots of little features that could be improved.

  1. During installation, everything seems to default to 777 permissions, prompting my host to give me a 500 error. I believe it should properly be set to 755, but I had to manually do it.
  2. If I want to embed an image in a post, I have to upload it from my computer - there is no option to link it from another site.
  3. The default theme is great, but how do I customize it?
  4. More plugins need to be developed - is there a plugin guide for developers? Will they be easy to install?
  5. How about more options in the editor?

Those are just some of the items off the top of my head. I'm sure that as I start using the forum more, I'll have some additional thoughts.

But all that said, this is a really novel and great-looking forum! I expect great things in the future!

303
19

I had uploaded the FreiChat.V.9.6.zip file to the Joomla base folder. Then I had visited the URL http://socialphobians.oo3.co/freichat but I'm getting the error message.

"The requested page cannot be found.
An error has occurred while processing your request.

You may not be able to visit this page because of:

an out-of-date bookmark/favourite
a mistyped address
a search engine that has an out-of-date listing for this site
you have no access to this page
Go to the Home Page

If difficulties persist, please contact the System Administrator of this site and report the error below.

404 Category not found"

I have also tried http://socialphobians.oo3.co/freichat/installation/index.php

What I have to do next?:-

  1. Is my .htaccess and .htaccess.preinstall files blocking anything? If "yes" then please give me a working .htaccess file. [Please note that I had not modify anything on the htaccess and .htaccess.preinstall files]

There is no restriction to access the freichat folder.

  1. Do I have to upload the "Freichat" in a different directory instead of the home (base) directory?

  2. Anything else?

recent by admin  ·  Jun 25 '14 at 8:08 pm
301
7
promosrimini posted May 26 '14 at 10:20 pm

Hi there,

I installed the Corporate version of FreiChat in my website and works very good but it would be nice to get some tips about some modifications I need to do.

I am using Wordpress for a dating website and I need to add buttons to open a private chat conversation with a single user. This is a screenshot with these buttons marked as red, each link should be able to open a new chatbox, obviously this change should be done from the plugin (if I'm not wrong) but I don't know where can I find the part of code to do this (I assume is almost the same used in the users window) and where should I positionate it if possible.

5383add07be4f.jpg

The last thing is the avatar, is not posible to use Wordpress Gravatars on it?
If is not posible where can i customize it to replace the default ones?

Thank you =)

recent by admin  ·  Jun 22 '14 at 2:58 pm
158
1
Etceterum posted Jun 16 '14 at 5:38 pm

We want to add chat in SugarCRM and we have somme questions.

Is freichat able to save a conversation to a SugarCRM note then linked to an object?
If not, would you do it as an extra dev and for how much?

After instaling in news version of SugarCRM 7.2 Professionnal, we have somes errors... We can see logging users on the chat...

We have errors in apache errors logs...

[Mon Jun 16 18:21:41 2014] [error] [client ::1] PHP Notice: Undefined index: 539ec07d9a175is_guest in /var/www/html/crm/freichat/server/drivers/base.php on line 106, referer: http://localhost/crm/
[Mon Jun 16 18:21:41 2014] [error] [client ::1] PHP Notice: Undefined index: 539ec07d9a175usr_ses_id in /var/www/html/crm/freichat/server/drivers/base.php on line 142, referer: http://localhost/crm/
[Mon Jun 16 18:21:41 2014] [error] [client ::1] PHP Fatal error: Call to a member function fetchAll() on a non-object in /var/www/html/crm/freichat/server/drivers/base.php on line 147, referer: http://localhost/crm/

Thanks

recent by admin  ·  Jun 18 '14 at 6:55 pm
268
0
admin posted Jan 9 '14 at 4:52 pm

 


FreiChat V9.6 is released with plenty of improvements


Improvements



  • Complete rewrite of video chat

  • css style improvements

  • provided many new translations 

  • oxwall integration plugin

  • mail improvements


Bugs



  • echo problem in video chat solved

  • searching username bug in moderate users

  • resolved .content class conflicts

  • custom guest name bug in chatroom fixed

  • smiley bug fixed

  • sugarcrm auto installation fixed

  • solved fast sending messages bug in chatroom

  • undefined while searching members bug fixed

  • htmlentities replaced by htmlspecialchars to allow cyrillic

75
3
swapasap posted May 27 '14 at 11:32 am

Hey so Basically when i'm online, i can see the others people online like this:
53846950c6d84.jpg

I would like to also be able to see my own informations. Because most of our users don't fill their chat user profile so they go on the chat without picture, Nickname, age ,profile link and flag ( everything is replaced by null null null null except nickname).

We are sure that if people see that their own informations are weird, they will fill their profiles !

recent by admin  ·  May 29 '14 at 5:54 pm
70
2
pctechnik.ch posted May 26 '14 at 2:41 pm

Hello

Two questions remain: If two users are on the site, free chat says 0 users online. The two users can chat, free chat says 0 User Online? This is in the small window at the bottom right. In the chat room window you can see all user.

Second question: I want to show only the small chat window at the bottom right. So not two. Can you hide the big chat window? I only have one chat room.

Thank you very much

Rene

56
0
janikaconcon posted May 27 '14 at 4:57 am

Nice job on this joomla extension! Very helpful compared to some extensions available in the market. I would like to suggest that you put filter on all the users online in case they all piled up in the list.

More power!

76
1

Installation went fine, Access to backend it's fine but it does not show up on the page. Module is installed and published on all pages. I'm triying the free edition to go ahead and buy the professional but it is not working. need help. Website is jomsocial based www.divinasonline.com

recent by admin  ·  May 25 '14 at 7:37 am
2.6k
10

Hello,

I have succesfully installed freichat in my opencart platform but i can't make out the part with logged in users to pass their id to freichat

This is how my db fields look like
customer_id store_id firstname lastname

hardcode.php

$usertable='oc_customer'; //specifies the name of the table in which your user information is stored.
$row_username='firstname'; //specifies the name of the field in which the user's name/display name is stored.
$row_userid='customer_id';

How should my code look like? Please help me! I'm a beginner in programming.

Also i get an error in acces control -> moderation : Fatal error: Call to a member function fetchAll() on a non-object in /freichat/administrator/admin_files/moderate_users/drivers/base.php on line 130

Lines 128 to 133 below:

$query = "SELECT COUNT( * ) FROM " . $this->db_prefix . $this->usertable . " AS u " . $search_str;
//echo $query;
$count = $this->db->query($query)->fetchAll();
//var_dump($count);
return $count[0][0];
}


Thanks!
George

recent by admin  ·  May 24 '14 at 3:10 pm
192
3
enzart posted May 20 '14 at 7:11 pm

Hi there smile
I tried to install freichat 9.6 free version on a joomla 2.5 local server installation based upon easyphp 5.2.10. The first page I got was the license acceptance one, then the integration type one, then the writable files one, and evertihing seemed to be ok so far, then the password one, but after written my pw and proceeded, I got the database connection page with an error message saying: error_ pdo mysql driver is not installed or enabled. Database configuration is: php 5.2.10, apache server 2.2.13, mysql version 5.1.49-community-log, MySQL client version 5.0.51a, phpmyadmin version 3.2.1. Could anyone help? Tanks.

recent by admin  ·  May 21 '14 at 6:30 pm
155
9

Hello!

Hello!
I installed correctly the module for Joomla free of errors, but the FreiChat not appear on any page of the site. Only the title is displayed. All settings are defaulted (for Guest, on the everyone online users list...)

To test the left modulo only one page (Sobre nós) where you can see the title "Chat" in the position "navigation-a".

The website address to check is: http://webtv.unindocoracoes.com.br/index.php/sobre-nos



Regards
J Augusto

recent by bucknla  ·  May 21 '14 at 9:07 am
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