vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

VBDev 10-21-2008 08:31 PM

Quote:

Originally Posted by SnapOff Racing (Post 1649794)
OK I see that this is only happening for my custom style but not the default style. So what could be the difference between the two and where should I start looking?

Perhaps your style is not up-to-date with vB3.7 ? Was it an old 3.6 style ?

Quote:

Originally Posted by entertain (Post 1649873)
[Minor scrolling Bug]

=> Newest shouts at the bottom

1. When I switch from the "General Channel" to an other channel, the shoutbox does not scroll automatically to the bottom

Hum that's a possibility indeed ! I am going to add this to the bug list.

Quote:

Originally Posted by entertain (Post 1649873)
2. When I delete a shout, the shoutbox does not scroll automatically to the bottom

That's normal, as soon as the chatbox is scrolled it doesn't automatically scroll to the bottom anymore unless you go to the bottom again.

Quote:

Originally Posted by adnedarn (Post 1649882)
To go with the above scrolling problem... also with newest shouts at bottom, if you delete a shout... after confirmation you come back to the bar scrolled up and have to scroll down back to the bottom.

Same answer as above.

Quote:

Originally Posted by entertain (Post 1649873)
Also, it seems the inactivity is inconsistent... I've walked away a few times and come back to it still active (set at 15 mins) but I've set it to 1 min and you do go inactive. So I've not figured out what the missing variable is making it happen sometimes and not others.

?? You mean it was working set to 15 but does when set to 1 ?

Quote:

Originally Posted by entertain (Post 1649901)
[Minor scrolling Bug]

=> Newest shouts at the bottom

3. When you make a shout in a by an administrator created channel, you have to scroll down to see this shout.

Firefox 3.0.3


Greetings.

What do you mean by administrator create channel ?

adnedarn 10-21-2008 09:25 PM

Quote:

Originally Posted by VBDev (Post 1649951)
?? You mean it was working set to 15 but does when set to 1 ?


It did earlier... I just checked it at 15 (by 20 still no inactivity) and put it to 1 and after 5 still no... I asked everyone in the shout to hold on a few mins and see if it did to them, and no one got the message... After we came back... it was then going inactive at 1min- so I guess you have to type after changing the setting... but then it was doing it in 1 min intervals correctly.
Andrew

edit: and sometimes my shout goes up 5 times :erm:... But it seems the others can't see them. they only see it once.

NFLfbJunkie 10-21-2008 09:55 PM

I have this MOD installed on 3.8.0 Beta1 and everything seems to be working okay, but I can't figure out how to set up channels. I did set up a test channel, placing one of the channel images in the correct folder and naming it correctly (per instructions in AdMin CP). However, when I click the channel icon and enter some chat, nothing shows up. When I click on the main chat button, all of my chat on that channel doesn't show. I have to do a page refresh for it to reappear. I did search this MOD for help and read through several pages, but I couldn't find anything that specifically explains how to set up channels. Any help on doing this would be greatly appreciated.

jerx 10-21-2008 10:30 PM

Quote:

Originally Posted by VBDev (Post 1649678)
Quote:

Originally Posted by jerx
The save bbcode and smilies status problem might be an individual problem. It only acts this way on the pc I mainly use. Another pc does not have any problems with it on IE7.

Funny is that the behaviour now changed after I have deleted all temp data in my browser. It won' t expand those lines any more, but collapses them (save status turned on of course).

I don't understand the second part of your message. What do you mean exactly ?

First I told you that bbcode lines and smilies lines expand on page load, if you set "Save the collapsed stae of the BBCODE and smilies lines" to yes. Then I noticed that another pc does not have the same problem. Therefore I have deleted my browser cache and closed the browser. Now with the same setting, the bbcode and smilies lines collapse on page load. So, it now acts the other way around. :confused:

Quote:

Originally Posted by VBDev (Post 1649678)
I am going to create a new template for the next chatbox version, a small version which will fit in vbadvanced side columns.

That would be awesome and might even be less painful for you than helping me get it done. ;) I am afraid it won' t save you much time, but shall I sent you my templates? As I mentioned before, it has two problems:
1. horizontal scrollbar on IE7.
2. bbcode does not line break, so that it stretches the side column, if you uncollapse the bbcode line.

Quote:

Originally Posted by VBDev (Post 1649678)
Quote:

Originally Posted by jerx
I don' t think it is a good idea to create an external forum for the chatbox. You would need to keep an eye on both forums (this topic and the external forum) and you might have to deal with cross posting. If you leave the whole discussion here, there are better chances that frequently asked questions can be found in this topic and that users who have installed the chatbox assist in supporting the mod.

You are globally right. My idea was in order to build up a place where users could also shares buttons set and so on.

And also because this thread is starting to become massive and really hard to follow for other users that don't come everydays.

It is probably not such a bad idea than I first thought. It is really getting harder to find the answers in this thread and it would be nice to get add-ons, buttons, etc at a central place.

SnapOff Racing 10-21-2008 10:44 PM

Quote:

Originally Posted by VBDev (Post 1649951)
Perhaps your style is not up-to-date with vB3.7 ? Was it an old 3.6 style ?

OK I was using the 3.7.1 version of my style while my board was 3.7.3 PL1. Didn't realize it would make that big a difference...

In any case I am now updated to the 3.7.3 version of my style. I am not getting the security token error anymore but now when I type in a message in the chatbox and hit enter, nothing appears in the box. But when I click on the archives box the shouts are showing up. It's doing this in my default style as well. Any ideas? Thanks for the help thus far Andrew :up:

Alfa1 10-21-2008 11:22 PM

Thanks for the update!

Alfa1 10-21-2008 11:43 PM

Error:
Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM vb6_mgc_cb_evo_session AS cbs
LEFT JOIN vb6_user AS u ON (cbs.userid=u.userid)
LEFT JOIN vb6_session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1224633876' AND cbs.userid!=0;

MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305

pedroenf 10-22-2008 02:24 AM

See here: https://vborg.vbsupport.ru/showpost....postcount=2760

jediteknoman 10-22-2008 03:14 AM

For some reason I don't see the options to configure to see the Shoutbox under the AdminCP > Usergroup and what usergroup it is. I'm logged on with Administrator rights as it, but I don't know why its not working correctly.

The thing was, it was working fine a couple days back when I uploaded all the files needed and did follow the instructions. Any ideas?

gpc10347 10-22-2008 03:49 AM

Fantastic new release. I've managed to get almost everything perfect except the old issue with a style interfering with the opacity mode change and the arcade placements isn't working for me at all (No big deal)

Here's tonights oddity: If I slap someone in my second channel, it appears in the default channel instead. Does this indicate something I need to revert or reupload?


All times are GMT. The time now is 01:13 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
  • Page Generation 0.05767 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete