Show Categories
188
4
marboo posted Nov 5 '14 at 8:08 pm

Hello,
I run 2 installations of SMF, a 2.0.7, and a 2.0.9. With the 1st one I have no problem with FreiChat. With the 2nd I get "Getting list of users online..." all the time, nothing changes for hours. Could it be that the latest version of SMF causes the problem? Both FreiChat installations are 9.3.
Thank you in advance!

recent by marboo  ·  Nov 8 '14 at 12:49 pm
108
2
i.creative posted Nov 7 '14 at 10:40 am

Hi, i have one problem, please help me!

545ca0984c822.png

Getting list of online users .....

In firebug:
NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIDOMStorage.setItem]

localStorage.setItem(index, value);

in: http://433.com.ua/freichat/client/main.php?id=151g6vun93s51ehdfpvj3s2dv5&xhash=22f4acb2909355ef61b1accaef8d6f37 (line 476)

This line 476:
set: function(index, value) {

        if (typeof Storage !== "undefined") {
            localStorage.setItem(index, value);
        } else {
            Set_Cookie(index, value);
        }

Server 433.com.ua

Joomla 3 latest

Forum Kunena 3.0.6 latest

recent by i.creative  ·  Nov 8 '14 at 9:03 am
282
7

Hi there,

I hid the user list box, where all the online users are shown. I did this by adding 'visibility: hidden;', to #freichat and .freichat in styles.css.

I am able to minimize a chat window, however, when I click on the maximize icon, nothing happens, and the following error appears in the console:

'Uncaught Error: cannot call methods on draggable prior to initialization; attempted to call method 'enable' "

I noticed in freichat.js, FreiChat.toggleChatBox = function(id, box_count), the line:

if ($jn("#" + id).is(":visible"))

But I am not sure if that is the cause.

If I 'unhide' the user list, so that it shows again, the maximize button works fine.

Greets.

271
1
hsaniva posted Oct 26 '14 at 5:59 am

Hello Team,

I would first like to thank you for developing such a wonderful extension. I am using this with my Joomla site http://mycitymychoice.com.

I have two little concerns though..

  1. When user access my site on mobile freichat is blocking toomuch space and its not responsive. How can we fix this. When we click on chat forum it goes beyond the screen and you cant see anything. you can try accessing it on mobile. My website is http://mycitymychoice.com

  2. It seems to slowdownn the page load of my website. Is there any way i can make it load after my page is loaded. Or any other workaround.

Thanks,
Avinash

recent by adesh  ·  Oct 26 '14 at 4:03 pm
203
8
Jay posted Oct 19 '14 at 5:11 pm

Hi all, I have have been trying your private message system but it doesn´t work. I tried to send a message but the sending is frozen.
And a question: Is it possible to search user to send message? It would be good to have a member list or something. Thank you very much for the extension and your support.
Jay5443e2982698f.jpg

recent by adesh  ·  Oct 25 '14 at 6:35 pm
114
2

Dear Codologic,

when I send a chat message, the other person receives it as a new message, and 'recd' is set to '1' in the frei_chat table. However, if I send a videochat request, the other person receives it as a new message, but also keeps receiving it as a new message, each time they start Freichat. I noticed that the frei_video_session does not have a 'recd' column.

How would I be able to fix this?

Greets,

Jeroen

1.3k
3
mohawkguy360 posted Oct 19 '14 at 8:25 pm

When attempting to set up codoforum on my local wamp server, I ran into an issue right away. I extracted and uploaded the codoforum folder to the web(www) folder in wamp. I then attempted to access this folder online. The issue below was what was displayed when I attempted this:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80

As I am new to Codoforum, I have no clue what the issue is. I have the latest version of wamp, which means I also have the latest PHP, Apache, and MySQL versions I think. I'd love some assistance on this.

recent by adesh  ·  Oct 24 '14 at 7:55 am
206
15
raihan posted Apr 2 '13 at 12:02 pm

Hi,

I managed to add your freichat component into my Joomla 3.0 site. But it's not working any of the Internet Explorer versions (I am using 8 and 9, in Win XP and win 7). I checked my browsers and they are not in compatibility mode. Also I have cleared-up my cache. I have disabled Gzip as well.

Though it's working for Mozilla or Chrome (including my Linux or Windows machines). You may have look pls, into my site raihans.co.uk, with the user name 'chatuser' and password as 'passwd'. What may I need to do, please help?

Thanking you in advance.

Raihan

recent by adesh  ·  Oct 20 '14 at 3:14 pm
149
1

Hmm for role based security I only have two ideas, one for back end and one for front end:

Back end:
While making a category or editing a category there must be a check box as to which user role can post in that category.
Front end:
While making a post there should be a check box at the bottom of the text editor to make it sticky or not, only for Admins n moderators.

Also there should be a small content box which can occupy the position below the category navigation in the home page, to display the rules of the community. Because all traditional forums have a separate category called "rules n regulations". But that is old fashioned.

Another thing is, try to remove "/forum" from URL structure, because it will not make sense for people who installs the software in a sub domain called forum, then URL will kook weird eg. forum.domain.com/forum/topic
So if u can remove that forum tag from URL, it will clean up the URL.

I have some big suggestions which I feel are the most significant for 2.5. Hope you do not mind me sharing them.

  1. Inclusion of gallery upload option in the "upload popup box". Because what if a member wants to share, say 7 screenshots or pics from some movie or so he/she watched. Without a gallery all the images will get displayed in a list order, which will lengthen a post, so if u can provide a gallery option, it would make the posts look more elegant. BUT gallery means you SHOULD NOT include Jquery lightbox to display gallery images on-click, instead try utilising CSS3 lightbox. I once helped a person set up CSS3 lightbox for Wordpress see -> https://wordpress.org/plugins/css3lightbox/ . The logic is simple and avoids the use of all jquery and other bloat. This gallery will pose another problem, so for admins there should be an option for bandwidth management, like controlling the amount of mb an user can upload in one gallery. You do not have to integrate this option in the backend (because backends are always tougher than core modifications, so we can do it another time) , but make it available in the constants.php file under /sites/default/

  2. In mobile view the post editor screen, when u click on "reply button" comes under the "notifications control panel - the panel where u can adjust the level of notifications" This is a bug since the post editor should always come immediately under the comment to which we are making the reply, This happens in Tabs and mobile, u can try resizing your browser window and u will see this bug in action.

  3. Sitemaps and RSS should be enabled. If RSS is enabled then people can display their forum posts in other CMS using the RSS widget. RSS should contain a thumbnail of the post also, if the starting post in a topic has atleast one image.

  4. Most importantly, when people are posting in a topic, if the new posts gets loaded in real time (eg. If u have used Disqus comment system, you can see when some one replies in a conversation, those new comments will get loaded automatically) That will give the users a sensation of being engaged in a real conversation. I know live notifications are already there. But trust me, sometimes, as you can see in FB groups and all, when more than 10-20 users are engaged in conversation, we loose track of notifications. BUT the question comes, "how much impact will it have on the host server" In the case of Disqus, they have dedciated servers to handle multiple requests. So it is better if this real time conversations feature is optional. Means if a person has VPS with more than 2GB ram and all he can enable it if his/her forum has large conversations taking place. This option can also be integrated in the constants.php file rather than in the backend GUI.

  5. There are some other heavy concepts missing in other departments like personal message, friend requests and blocking friends etc. But if you ask me logically it is better not to make personal messages real time, because then as u already see in Facebook, people will prefer to chat with their friends rather than making posts in a group. So if at all you are considering personal messaging, it is better to make it not in real time, or else it will defeat the purpose of a "forum".

  6. I know the script is already fast, but if it can make use of X-cache or other php opcode cacheer (I said X-cache, because it is easiest to install in VPS as compared to APC) , I donno may be it will accelerate codoforum a little bit more? O.o I don't know. Just my feeling


Hope this is not a pain to read such long suggestions. I know it will be impossible for you to implement all these features in next version it self (infact, no developer can do these much changes in one iteration of a script) so choose the most important from the above, preferably real time post replying and loading of other replies in a topic and gallery uploads and role based security.

@adesh @avinash

recent by avinash  ·  Oct 16 '14 at 9:30 am
153
1
Rahul posted Oct 15 '14 at 1:47 pm

This is not exactly a bug, but if a person accidentally enable email notifications, their inbox gets filled with posts from the forum after a couple of days, if the topic was a pretty active one.. So when a person enabled e-mail notifications, a heads up display reading "Email Notifications has been enabled." might help people understand that they will get a lot of emails, unless they are not careful.

This notification problem happened to me, I got like tons of messages from Codoforum, like I think more than 30 or so may be, since I was active here and accidentally enabled 4th level notifications.

On a wild note, other than email notifications, integrating the notifications with an FB app might be awesome, I guess. Nowadays everyone uses FB, atleast most people, and FB is the home page of most as well, so notifications in an FB app, might be more helpful, in addition to E-mail notification. But I think this idea is far-fetched since it involves a lot of API changes to have push notifications inside FB App area.

recent by adesh  ·  Oct 15 '14 at 2:22 pm
413
8
Rahul posted Oct 14 '14 at 9:24 am

When I enable the search engine friendly URLs the image links break, when I disable them the images start working again. I did follow your documentation on how to enable friendly links in Nginx. But images break when I try to enable them. Other than images all works fine.

My server configuration is Nginx running on Debian 7.
@avinash

recent by rahul36  ·  Oct 15 '14 at 10:37 am
202
11
Rahul posted Oct 14 '14 at 1:30 pm

I was thinking of using the Codoforum 2.4 version as the forum of a really popular website of a client. (http://worldanimeclub.com). The estimated activity will be a lot, because the client is planning to use the forum for sometime in place of the main wordpress site, so I would like to know whether the 2.4 version will address some major issues in the hybrid login, sef url breaking in the case of images and the open graph issues which was mentioned in the below posts:
http://codologic.com/forum/index.php?u=/forum/topic/1318/url-errors
http://codologic.com/forum/index.php?u=/forum/topic/1313/home-page-description
http://codologic.com/forum/index.php?u=/forum/topic/1310/login-issues-and-other-problems1.
Also the "change" button in the profile edit page is not working. it work when we click on the bottom part of the button.

PS: I really like this forum to be used in that live website smile

recent by rahul36  ·  Oct 14 '14 at 5:09 pm
173
3
rapt0r posted Oct 13 '14 at 7:52 pm

So ive just installed this forum on ubuntu i get this error after installing Parse error: syntax error, unexpected '[' in /var/www/forum/sys/vendor/illuminate/database/Illuminate/Database/Query/Builder.php on line 979

But i can still access the admin panel

I've installed 5.6 and still get the error i've also reinstalled the forum!!!
Server version: Apache/2.2.22 (Ubuntu)
Server built: Jul 22 2014 14:37:02

PHP 5.6.1 (cli) (built: Oct 13 2014 19:43:45)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies

recent by rapt0r  ·  Oct 14 '14 at 4:47 pm
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