![]() |
Overall, are you guys that are using this happy with it? I'm a FlashChat user and the new version doesn't work on my VB4 forum, and with the lack of support from the author I'm going to make the switch.
I'm trying the free version, and my navbar tab doesn't update, it always stays at 1. Other than that, with how much my users love the chat room I'm about to plunk down the $80 for the standard version, but would like some feedback. I also don't have a Who's Chatting box at all - what hook location is it inserting at? (My skin is heavily modified) |
The name is highly misleading.
|
Quote:
so is their a default room or is this NOT a free product anymore! |
bumpity bump, any thoughts author?
:erm: |
Quote:
vBulletin User Authentication & Automatic Login should be something like: Enable vBulletin Authentication: No (useless you've bought PRO+ or Enterprise) Authentication URL: http://www.mydomain.com/addonchat_auth.php Allow Unregistered Guest Access: No Enable Automatic Login: Yes Click Update to authenticate. |
Quote:
|
Just upgrade to addonchat plugin v4.0.2
And upgraded to vB 4.1.5PL1 After the upgrade i've got a problem : https://vborg.vbsupport.ru/ the whois chatting has a little issue, the title appear twice. Code used in the template addonchat_who Code:
<vb:if condition="$addonchat['enabled'] == 1"> <vb:if condition="$addonchat['user_count'] > 0"> <div id="wgo_onlineusers" class="wgo_subblock section"> <h3 class="blocksubhead"><img src="images/addonchat/wgo.png" alt="{vb:rawphrase addonchat_whos_chatting}" />{vb:rawphrase addonchat_whos_chatting}</h3> <div> <p> {vb:rawphrase addonchat_users_online, {vb:raw addonchat.user_count}} </p> <ol class="commalist" id="wgo_addonchat_list"> {vb:raw addonchat_activeusers} </ol> </div> </div> </vb:if> </vb:if> |
Quote:
|
Quote:
the image was present, i upload it again and now this works. thanks you |
Hello,
+ i`ve installed the addonchat to my vbulletin board. All works fine but than the Who's Chatting Feature and Show User Chatting Count in Navigation Links doesnt work anymore. + How can i fix it ?! |
1 Attachment(s)
Please help...
I'm trying to install this chat, followed all the instructions, but I cant pass step 4: 1. Upload the files in your upload/ folder to their appropriate locations 2. Using the VB product manager, import the product-addonchat.xml product 3. Click over to AddonChat -> Account Settings in your vBulletin AdminCP 4. Enter your AddonChat account number and password and click 'Automatic Lookup' If required (allow_url_fopen is not set for example) please adjust your 'Account Details' and save. 5. Modify forum integration and authentication settings to suit your needs 6. If vBulletin authentication is enabled, you may modify chat room permissions from your Usergroup editor (Usergroups -> Usergroup Manager) The error I get is provided in the image below. Help? |
This addon is not reading my additional.css template. Any fix for this?
|
This is a great product and I am running this without any problems on my vBulletin 4.1.11 site.
I decided to fix a few problems with this addon. First, the product here is the old version. Go here to download the updated 4.0.2 version. http://www.addoninteractive.net/inde...4-integration/ FIX #1 The Who's Chatting in the WGO area on the forum home page is causing a XHTML validation error because it is using that same CSS ID wgo_onlineusers that was already defined earlier. To fix this, you need to call this something different and add it to your Additional.css template. So I added this to my Additional.css template: Code:
/* XHTML fix for addonchat using same css id as #wgo_onlineusers */ Now go to the addonchat_who template and change wgo_onlineusers to wgo_onlinechatusers, as shown in red below. This will fix the XHTML validation error. Code:
<vb:if condition="$addonchat['enabled'] == 1"> FIX #2 The comma is missing that separates the usernames who are chatting. I tried many ways to get it to display with no luck. {vb:raw row.comma} didn't work. I simply added an actually comma just before the closing </li> in the addonchat_loggedinuser template and it worked. LOL Code:
<li> {vb:stylevar dirmark}<a class="username" href="member.php?{vb:raw acloggedin.uid}">{vb:raw acloggedin.musername}</a>,</li> FIX #3 Note: If you are using the stock vbulletin style AND/OR have not added any custom css to your additional.css template, then you do not have to do this fix. The addonchat.php page where the chat room is embedded is not using my additional.css template, which caused my custom footer and other customization not to show correctly. To fix this, simply add what I have in red in the addonchat_embed template just above the closing head tag. Code:
{vb:stylevar htmldoctype} Hope this helps! Maybe i can get a free year from the developer, when my renewal comes up. ;) |
I hope I'm just overlooking a simple setting, I do not see the Who's Chatting in the WGO area at all on either my custom or default vb style. Is there a setting somewhere to show this?
|
Quote:
vB AdminCP --->AddonChat --->Account Settings --->Enable Who's Chatting Feature ----> Set to Yes (Professional, Professional PLUS, or Enterprise account required.) |
1 Attachment(s)
Hi, i've installed the module and purchased the Proffesional plus edition (with added mobile support and avatars) and i'm running into a problem when trying to integrate my forum with the chat module.
I'm running a hebrew speaking forum and for the users that have Hebrew characters in their nicknames the chat says that they have inputted a wrong username/password. This also happens when i disable the automatic login and they need to type it in themselves. For my users who have english characters the login goes normally. Can i fix this somehow? Additionally i'm having some problems with my avatars: When the avatar display is on for users, the whole line of the sentence moves to the left. If they are off it is on the right (as it should be for hebrew :) ), i'm pretty sure this could be fixed through the control panel and i think i found where but i'm not really knowledgable in how to define the values there and i'd like to get some help. The second problem is that the avatar link between the forum and the chat doesn't work, so when i have this on there is a blank instead of an avatar. I'll post some print screens to show my problems. Thanks for your help :) |
1 Attachment(s)
Regarding the hebrew character names, when i try to test the script (as explained here http://support.addoninteractive.com/...-comprehensive) this is what i get (printscreen).
|
Quote:
|
does it work on 4.1.12???
|
I'd be afraid to try or it could screw things up. Waiting for a compatible version with 4.1.2 or 4.2 vBulletin.
|
Yes, it works fine on vb 4.1.12.
|
Still don't see how the CMS widget works. I saw the instructions, but with no code in the static html portion the widget doesn't load. Anyone?
|
1 Attachment(s)
It was working on 4.1.12 PL1 yesterday but now, I am not seeing anything. I am using the Free version of this and it works in the control panel when testing though... Any ideas?
|
Stopped working after 4.2.0 upgrade
|
Because the navbar has changed. You can still direct link to it or add a sub-menu link for it.
|
Cant remember the link?
|
Could it be to the addonchat.php file, 'ya think?
|
addonchat.php in a tab opens chat in the page.
Before 4.2.0 blew away the tab I had it open in a floating box. It also showed a count of how many were in the chat on the tab. Anyone have the code from pre-4.2.0 to put in to do that? |
Quote:
I have solved at least getting the chat to work by using this vB addon: www.vbulletin.org/forum/showthread.php?t=233629 and entering just addonchat.php in the url field (with the target _blank option) |
Quote:
|
Quote:
Does not solve the tab having the number of chat participants in it, either. |
This mod needs updating badly. Chris said over a year ago he was going to do it but it looks like he abandoned it. A lot of promises made but little or no action. I didn't even bother to renew my chat subscription form them. If they aren't going to support it like they promised they would why should I support them it by paying for it?
|
Boofo who are you going with as a chat service?
|
Quote:
|
Quote:
Quote:
|
Quote:
My forum, the chatters are already upset about the inability to know how many people are "in the chat" - but they whine about just about CHANGE!! AHHHHHH!! Anyway... here's a link to my thread on the addonchat site if anyone else wants to post... http://www.addoninteractive.net/inde...-vbulletin-42/ |
Quote:
|
Needs updated..
|
Quote:
|
I updated the java on my personal computer last night and now addonchat no longer works. The latest java (7.5) was just released yesterday and is reported to have plugged 12 security vulnerabilities within java.
The error I get (from any browser) when I try to use addonchat now is: Unsigned Application requesting unrestricted access to system. Unsigned resource: http://client0.addonchat.com/current..._signed_en.jar Is there any workaround available so that we can get this working as more and more users update their computers to the newest java? |
All times are GMT. The time now is 07:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|