![]() |
Firefox 2.0.
|
Woot man this is a fantastic shoutbox...i have a large forum with 300 people on and all other shotboxes lagged with such use...not this one and its fantastic on server load. Thanks
|
Quote:
Is this just when page loads and people enter chat during the page load that the problem occurs ? What if they wait for the loading end ? |
You will be typing, and when the shout box loads the text will freeze up for a second till it's done loading. Sometimes, it works fine without hanging, but sometimes it will. It's not terrible, but it is a bit annoying.
|
You mean when the shouts have not been retrieved ? During the chatbox first refresh ?
|
No the shouts retrieve fine. Some of our users will be typing in the box replying in the shout box. While they are in the text box, and I have it set to refresh every 15 seconds, so when it refreshes and they are typing at the same time it will freeze up. Like you will be typing, but no letters are being typed even though I am still typing. This isn't just in the text box, it's also in the quick reply box it slows down when it loads. Also seems to slow down some users cursor in the browser. It's not so bad on mine, but some of my users make it seem like it's pretty bad for them, and it almost sounds intermittently.
|
If this is the same problem in the quick reply, then it is maybe of problem with your user's computer that may not support ajax or something like that I think.
You have tested it with Firefox 2.0 do you get the same problem ? |
Anyways, I am going to give it a try, and see what my users say about it.
I'll give it a try. It was my other admin that was complaining as I enabled it for the admins only, and he was on his old laptop, so that might have had something to do with it. It was happening to me, but I opened my task manager and am seeing something majorly wrong with Firefox as it was using 450MB of RAM. So, I closed and reopened, so we will see what the other users say. This is a really great product as it stands, and seems to be working flawlessly on others boards. I do have some suggestions though. ;)
Thanks and nominated for Mod Of The Month. :up: |
Maybe make it where the color you choose will become default untill you switch? that would be killer.
Thanks and nominated for Mod Of The Month. |
Quote:
|
Is there anyway to allow this to show in the ibp arcade? Thanks!
|
Can you add the ability to set your default text with underline, bold, and italic. Thank you
|
well it worked for me and its a great add but .... still have issues .. like
1) when sum one selects a costum font, color etc it stays like that 2) random smillies 3) been able to select the biggest size users can post 4) a refresh like shoutbox its like a live refresh... 5)still thinking i will wait for the next update ! if u get this fixed it should b nominated for MOTM |
I have this problem... I've doubled checked all the edits and everything and still i have this problem... The chatbox is being displayed but inside the chatbox it shows my website again, instead of the actual shouts...
what am i doing wrong here? https://vborg.vbsupport.ru/ |
Quote:
For your request, here are my answers:
Quote:
Quote:
Quote:
Quote:
What version of vbulletin do you use ? Are you the only one to experiencethat problem on your forum ? |
VBDev excellent mod Nominated for MOTM also. is there anyway to have this show up on a vbadvanced page and if not do you plan on releasing something to make it work?
Quote:
|
I have planned to do something to show it up on vbadvanced.
Anyway I can't tell you when It will be up as I do vbulletin as an afterwork thing you see ;) And I have lots of things to do with the support forum and the forum on which I sell some of my hacks with a friend. But I don't think It'll be too much to do so the only thing is to be patient :) |
Quote:
Do what you can, one of my favorite features about the Inferno Shout found here, and it's also in the IPB shout box is the Idle feature. The PM feature wasn't important, but always thought it was nice. Thanks for explaining. Neither is the ignore feature, but another user I was talking with told me to add it to my list. Thanks for the positive response, this looks to be the best one yet. Installed, 5 stars, and nominated. |
I will put the TODO list in my post later in the day so that you can see what's planned.
For the leak Yes it is a possibility, I have asked my members if they encountered such problem, waiting for their answers ;) For the idle I'll see I think It's possible so I'll tell you :) |
Now that sounds more realistic, will reinstall tonight, thanks... :)
Quote:
|
Ok installed again, looks like it aded 2 queries...not a problem...
When the smilies are clicked ti be inserted into the text it takes you to the top of the screen, is there a fix please? Also members cannot see the chatbox, permissions have been set for both of them Only admin and seniors and mods are able to see the box, surely theres sommat amiss somewhere? |
Quote:
For the smilies problem, there may be a fix but I didn't tested it yet, so maybe you could try:
For the mod and members, this is primary usergroup or additionnal ? In case of additionnal usergroup, only the permissions in the primary usergroup works. Anyway did you set both can use permission and number of post to use chatbox to correct values ? |
Smilies are perfect now thanks.....
Ah ok i have just set all secondary permissions and now it shows, so it looks like you have to set permissions for every group (primary and secondary) you have else some members might not see it Thanks again, looks to be sorted now... |
This is the problem with permissions, generally, the primary groups permissions are taken into account unfortunately.
I'll see if this is really normal or an error from my coding ! For all : TODO list added in the main post :) |
-The queries are still being executed for who doesn't have permission to view/use chatbox
-The query is still being executed for forumdisplay no matter if chatbox is disabled or enabled for forumdisplay I've more than 2000 online users and these extra queries are a major issue for me. I can wrap the plugins with some php to prevent the query execution for the usergroups who don't have permission to view the chatbox but this must be built in. Note: Ignore my post at the other website. |
Quote:
i was not trying to be impolite, i was just using the vbshout comparison as a reference so it could illustrate what i was talking about, and i forgot my please and thank yous. it's a nice mod, i'm just putting in request from my users. |
I Opera the chat text runs down into the forum.... like overflows :)
|
ok i have yet another question for you. is there away to put custom BBcode buttons in the BBcode option?
|
Quote:
Quote:
Quote:
Anyway I could tell you how to add custom bbcode so that they are parsed when they are present in the shouts |
that would be fantastic if you could!
|
To do so, open the includes/functions_mgc_cb.php, then find the construct_bbcode_tag_list function.
You'll see the supported bbcode, you juste have to add code like that : PHP Code:
But becareful when upgrading for the enxt version as the file will be updated. |
i try more then style put still i can't get the chat box
|
Quote:
|
Quote:
|
Quote:
Chatbox 'product' enabled = 12 (10+2) queries (forumhome - statistics disabled) Chatbox disabled for the guests = 8 (7+1) queries (forumhome) Chatbox enabled for the guests = 8 (7+1) queries (forumhome) Chatbox disabled @ forumdisplay = 15 (14+1) queries Chatbox enabled @ forumdisplay = 15 (14+1) queries |
I am really sorry you were right, I have just found what the problem was after a bit of search, I'll correct automatically in the next version but here is the fix :
Here is how you can fix this unuseful query problem: Go in your acp in the manager of plugins and edit the MGC chatbox plugin linked to the global_start hook. Then remove from it : Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
if ($chatbox_permission && $vbulletin->options['mgc_cb_forumhome']) { Code:
if ($chatbox_permission && $vbulletin->options['mgc_cb_forumdisplay']) { Code:
if ($chatbox_permission && $vbulletin->options['mgc_cb_showthread']) { |
Thank you :)
But it still executes 2 queries at forumhome... |
Here is the screen shot for the issues with opera.
|
Quote:
Here is the description of the problem: To parse chatbox announcment bbcode, I need to use the bbcode parsing php class to parse bbcode tags. The problem is that this class needs the bbcodecache datastore which contains the custom bbcode. And as plugins are part of the datastores, it is impossible to add a new datastore to be retrieved in a file which doesn't contain it actually. There is a possible fix with a file modification : Open the includes/global.php file and add just after : PHP Code:
PHP Code:
Quote:
Anyway you can fix this with the following modification : In the template mgc_chatbox, find Code:
overflow-y: auto; Code:
overflow: auto; This will fix the problem but you will have a horizontal scrollbar and a vertical one, even though the horizontal one is of no use ... In the next version, I'll put a detection mechanism which check the browser of the user and applies the compatible css so that user with browser supporting the overflow-y css property don't loose the beauty of having only the vertical scrollbar. |
What if i completely disable the announcement feature?
When i click on a smiley, it scrolls me to the top of the chatbox. |
All times are GMT. The time now is 10:02 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:
|