dfa3272008
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] Create external LinkHi,
What’s the skysa bar? Got a link? I’ll try it and write the code for you. Just hook me up.
Thanks,
Dave:)The file is in buddypress-ajax-chat\trunk\bp-chat\chat\lib\config.php
Here’s a snippet of the variables:
// Defines if the socket server is enabled:
$config[‘socketServerEnabled’] = false;
// Defines the hostname of the socket server used to connect from client side (the server hostname is used if set to null):
$config[‘socketServerHost’] = null;
// Defines the IP of the socket server used to connect from server side to broadcast update messages:
$config[‘socketServerIP’] = ‘127.0.0.1’;
// Defines the port of the socket server:
$config[‘socketServerPort’] = 1935;
// This ID can be used to distinguish between different chat installations using the same socket server:
$config[‘socketServerChatID’] = 0;Forum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] install errorsHi,
You mentioned you change the ip of the db. Do you limit the access as well? Do you close ports? Have an access list?
The error in the log you see, does it have 127.0.0.1/port or does it have the ip you configured in wp-config.php as the ip/port? From my end I’ve looked at all the code and I do see that I percolated the ip/port info throughout.
Thanks,
DaveThere is a socket interface to speed things up. Are you using a shared hosting site? That’s my guess…
Check out the socket settings in bp-chat/chat/config.php. They are at the bottom.
If this works for you let me know. Perhaps I’ll expose that to the top to make life easier for you on upgrades.
Thanks,
DaveForum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] Parse error on line 785Please confirm that the plugin created a bp-chat/config/bp-chat-config.php file and a style file as well. Otherwise you need to chmod 777 the config direction and then press the Dashboard link as admin to allow those files to be created.
Hi,
You lost me. There are two different menu selections for chat as well as the shoutbox if configured to be displayed. Did you mean something else?
That I think is the key. I’ll look in to making sure groups larger than 10 do get processed fully.
Thanks,
DaveForum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] install errorsHi,
There is another port used as well, if you configured the socket server portion. But by default that’s not in use. Can you confirm you’re not using the socket server portion of the plugin? You can, but by default it is off and not documented.
Thanks,
DaveThe group admin, isn’t necessarily the site admin. That’s what it’s keying off of.
However there might be a bug if there are a large number of group members. I’m not sure yet.
Either of those conditions help you or describe your situation?
Admin is offline will be displayed only in the groups. It was requested by a user to know when a group admin is online so that they can chat with them if they are online. Do you not want this on your site? Do you think I should make it customizable to be enabled or disabled?
I have no idea what 0/1040 is. Run this in Firefox and check the error console to see if there is a javascript error. I’m using jQuery to update this and perhaps there’s a problem there?
As for the min. I know. I need to add a lot of functionality to make that work. I have an idea on how with ajax, but having fully baked it yet in my head.
Thanks,
DaveForum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] install errorsHi,
I’m keying off of the define in DB_HOST in your wp-config. If that’s different than what the db is you want to run with then edit your bp-chat/config/bp-chat-config.php file’s $bp_chat_config_db_host = “localhost”; to be $bp_chat_config_db_host = “127.0.0.1:5139”;
Again, the ip and port were changed to protect the identity of the innocent;)Please let me know how it goes.
Thanks,
DaveForum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] Parse error on line 785Hi,
Did you modify the plugin? Looks like there is a php error in it, but in my testing on wordpress single and wordpress mu I didn’t see that and I just reran a test from scratch where the plugin didn’t exist, then I installed via wordpress (on single) and activated the plugin. No issues.
Check the php error log or enable php errors on the display to see what might be happening in your case to find out.
Please let me know how you make out. Perhaps it is a strict php tags config difference in your php.ini? Anyway, please let me know.
Thanks,
DaveHi,
I bit the bullet and installed wp single and ran through ALL of the errors. Yuck! Big difference from wpmu. Anyway, in version 1.2.6 it now works in both wp single and wpmu installs.
As for the shoutbox not minimized throughout I’ll take a crack at that in a future release. I’ll have to maintain state, which I currently don’t. If I’m to do that, I guess location would be nice too, huh?
So I think this is the only issue to address. I think I covered your other issues.
Thanks,
DaveForum: Plugins
In reply to: [Plugin: Buddypress-Ajax-Chat] AjaxChat and Group Documents conflictHi,
I bit the bullet and installed wp single and ran through ALL of the errors. Yuck! Big difference from wpmu. Anyway, in version 1.2.6 it now works in both wp single and wpmu installs.
Thanks,
DaveIs this single or mu?