Payden Sutherland
Forum Replies Created
-
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] Post time does not match local timeSorry it took me so long to see this. Made an assumption about time zone.. How silly of me. It should now rely on whatever you have for timezone in php.ini. PS, if you don’t know or don’t have access to php.ini, whatever host you use probably has their local timezone set.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] Work for Mobile?As of right now, I would say no. It’s on my list of things to do, but currently it probably looks pretty ugly.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] myName is not definedVery good catch! Thank you. When I wrapped this up in a JS object, I had to go through and replace references to the global variables with references to this.old_global_var. I must have missed this one. Thank you for bringing it to my attention. It is fixed as of 0.5.0. Thanks again.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] Does not work in IE9 for meHey TimeMe. Sorry it took a bit to respond. I’ll take a look into this when I get a chance. It seems to me you’re talking about two separate issues. If it’s having trouble by not reloading new data, that would be a caching thing. However, if you’re having issues with it affecting other JavaScripts on your page, I wouldn’t believe that’s a caching issue. I would have to know what other JavaScript/plugins are being loaded on your site that might conflict with mine. I’ve tried to reduce any global namespacing collisions by wrapping it in anonymous function and trying to make it more self-contained here recently. Anyway, let me know what other JavaScripts you have on your site and I’ll take a look.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] It does not workYou forgot two very important words. It does not work *for me*. If you could be more specific as to any error messages or the host at which you were trying to install it I may be able to help you get it to work. I do want to try and make it work for as many cases as possible. I would be interested in why it did not work for you so that I can fix it. Thanks.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] Feature request (Banned words)Hey,
I will take this in to consideration for next time I get around to an update. It shouldn’t be too hard to filter them out. I will post here again when this gets included. Take care.
Forum: Plugins
In reply to: [AjaxChat] [Plugin: AjaxChat] getting error in ajax chatHey there,
This should be fixed in 0.4.2. Some themes were trying to send headers before my script got a chance to, which I should have expected. Anyways, I just enabled output buffering so that the headers will all get sent at the same time. Let me know if your issue is not resolved in v0.4.2.
Forum: Plugins
In reply to: [Plugin: AjaxChat] Feature requestThanks for the request. I will look into BuddyPress integration and I definitely like the idea for embedding it into any page. I appreciate your feedback. Thanks