![]() |
Couple more suggestions, can't help myself :) I like this software alot.
In safari, the colors don't show in the dropdown, so you only see #xxxxx numbers, which are meaningless to my users. (Well, maybe just me, since there aren't that many safari users, but still). It would be better if you used the real name for the color (magenta, etc) or if that's not possible, check if it's safari and show only basic colors. Second suggestion, most of the time, when one chooses a color and font, it is meant to style the whole message, so displaying those BBCodes in the small chatbox just clutter that up and make it prone to user error. It would be better if you put that in some sort of javascript variable which you then pre and append when the user clicks submit so that the server does indeed receive the BBcode correctly. There could be a checkbox to show the bbcode for more advanced users. Third, sometimes a user selects one color but then changes his/her mind and chooses another. In your app, this results in two [color] bbcodes. Maybe clean that up if possible? Thanks again :) |
no i did'nt :rolleyes:
Quote:
|
Quote:
Quote:
Perhaps you are not using the right syntax. Quote:
I still don't see what is the issue. Quote:
Quote:
About icon images, you can do you own by changing the one in the misc/mgc_cb_evo directory located in the images directory of your style. Quote:
Perhaps they don't have the same rights for the commands used ? Quote:
However I plan on doing an autocompletion system so this will help. |
Quote:
Sorry but I won't put color names as adding colors would add a lot of translation issues... However perhaps I will implement a color picker in a next version. Quote:
Quote:
Quote:
|
Don't think the javascript would be intenstive at all, class selectors are used everywhere in most every ajax script. Just write something like $('#chatbox .user_25') to select all his/her messages (note jquery syntax, but can ofcourse be adapted to any framework..) point i'm trying to make is that if you use a #chatbox (<table id="chatbox">) it will only search there for specific classes so that will take much less resources. And most of the time there aren't going to be any chat messages anyway or messages won't be deleted so none of this will be executed anyway.
Much better to send an empty response versus the 55kb sent every 10 seconds (i checked). The issue is that there is no space between the date and "to/from" It is: 06:29To lala But should be 06:29 To lala I hope you will at least fix the dialog popups that don't display properly see my earlier attachment. And yeah doh i can just change the templates :) nix that suggestion about icons on/off :) About the colors, you could do default array: #00000 => #00000, then english: #00000 => Black etc, but I guess a color picker works equally fine :) When I talked about the initial state I meant the messages that were posted in the chatbox when you load the page. On one, it showed all, on the other, it showed nothing. Permissions are the same as far as i can see. |
Quote:
|
Quote:
Quote:
Quote:
Quote:
You can reproduce it recurently ? |
When I enter text into the chat box and hit ok as admin I see no verbiage in the open chat area? I selected in ACP for Admin to have all permissions and registered users have the ability to see and respond but I see nothing at all?
|
Quote:
Do you get any error in your browser (javascript error) ? |
You can see a screenshot of the dialog box here that is not displaying correctly in safari:
https://vborg.vbsupport.ru/attachmen...7&d=1210106416 |
Quote:
This is what it looks like after it hits inactive mode https://vborg.vbsupport.ru/external/2008/05/78.jpg |
Quote:
Quote:
Is it in inactive mode by default ? |
I check and edit with update in a sec
EDIT****Ok, checked everything. Inactive mode was on. I turn off but same problem still. I also turned off the default message in the text box. Nothing still show up when I enter message. |
Ok, change in plans.
I had to remove the mod because refreshing would blow out my templates or style. Don't know how to explain. Basically, if I hit refresh the whole screen turns white and my fonts change to Times new Roman and I have nothing but links and text everywhere. Now I can't get it back to normal. Any ideas? |
Wow there is no reason why it would act like that !
Can you give me a link to your forum please ? |
Thanks to Zafer BAHADIR for his kind donation
|
I created two additional channels and assigned the commands "/team" and "/pm" to them. However, when I use those commands in the chatroom (eg. /team Hello), nothing shows up. In the archives however, my chat message is there.
How do this channel thing work? Is there supposed to be a tab so users can switch between channels? |
Quote:
Then you need to edit your channels team and pm to use the mgc_cb_evo_team_sel.gif and the mgc_cb_evo_pm_sel.gif. I hope that I have this correct, I am having trouble getting the images to show on my Forum, I just see the text for the channel. I have everything downloaded correctly and have edited out the earlier post above directions. See here > https://vborg.vbsupport.ru/showpost....postcount=1134 Tom S. |
I've been running v0.2.1 for a while with no problems. I've recently upgraded to vBulletin 3.7.0 and now the time for each chat is showing the server time instead of the actual timezone time, if you know what I mean. The server is in the USA and I'm in the UK.
I've upgraded the shoutbox to the latest version but it's still showing the wrong time. Any help is appreciated. Thanks! :) |
Quote:
I do not see the additional channels at all. No images, no text, nothing. |
this has slowed down my forum i installed it on. so i am going back to Cyb Shoutbox.
great mod though, just not forum friendly when there is a lot of users online at the same time. |
my chatbox is in a constant loading....
|
Quote:
So unless your whole vBulletin show the wrong time, there is no point for the chatbox to do so, especially if it was working before. Do you have other time issues on your forum ? Quote:
See the first post for a link to the fix :) Quote:
The slow down can come from a too big number of shouts displayed in the chatbox, I will work on that issue in the next version thanks to a suggestion of XiZa. Quote:
Have you check in IE or in Firefox Error Consol if any error shows up ? |
Quote:
|
I think the chatbox is in constant loading when you don't have javascript enabled.
So maybe it would be better to do <table id="chatbox" style="display:none">..</table> and then <script type="text/javascript"> document.getElementById('chatbox').style.display = ''; </script> or something |
Quote:
Quote:
|
Quote:
Also, I see the text for the title of the chatroom, but I should be seeing the image. Ideas? |
Quote:
|
I am unable to have channels show as well. the graphic and channels are made however when I go to assign usergroups, it says it saved new settings but when i got back into confirm no usergroups are clicked and no channels show on our shoutbox.
I have made the fix above to show the channels by deleting the "if" statement and its closin </if> but I still can not get it to assign usergroups to a channel nor is it showing, likely because no user groups are asigned to it. |
Quote:
Quote:
|
I installed a new skin on my site and the chat box is stretching the skin too wide. How can i fix it so that the chat box will align with the current skin?
|
hmmm then perhaps our problem is just the channels not showing, but they are still now showing after the <if> statement was deleted.
|
Quote:
What image are you talking about ? Quote:
Quote:
Quote:
|
Quote:
On a side note when I as an admin type /team TESTTESTTEST it shows no where but if I look at the team archives then i can see the message. Seriously any help would be appreciated. |
Sorry but that is not helping... The input field is small but the chat box is still stretched
|
Ok I figured it out... I had to move the chat images to the new skin folder
|
The advantage is that users without javascript simply won't see the channel. The channel is hidden by default (style=display:none) and then shown via javascript.
Or does the channel work without javascript as well? I tested it and it just showed a "loading..." message but I forgot to check if I could post stuff on it. Maybe there should be a fallback with iframe that refreshes every x seconds instead of ajax. Ofcourse that won't be able to use the new functionality you are hopefully going to incorporate (json :)) but I think only a small part of the usrs will have javascript disabled. Maybe you should also do a check to see if ajax is enabled (and put that value in a cookie so as not to check on every page) and if not use the iframe fallback. Btw, this message: "Error : you can't send a private chat to this user as he doesn't have the necessary permissions to use this feature. " should be "he/she", not just "he" |
Btw are you supposed to get a notification when a message is posted in another channel?
I would love if this worked more like facebook; 1 public channel, then for each private chat another channel (or tab) which would be better at the bottom instead of the side. That way, users also won't make any mistakes by inadvertedly forgetting to type /pm first or mistyping it and thus releasing sensitive information on the public channel. Another benefit would be that you could possibly cache the user permissions and would not have to check the user table on every /pm command + if user is allowed to use the command, etc |
Quote:
|
Quote:
|
All times are GMT. The time now is 04:22 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:
|