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)

SnapOff Racing 10-16-2008 06:41 AM

Quote:

Originally Posted by Netunt (Post 1645722)
For example, if you were banning me, you would type:

/ban on uname Netunt

ok that worked perfect. now how do I UNBAN you? lol :D

VBDev 10-16-2008 07:19 AM

/ban off uname Netunt :)

Skyrider 10-16-2008 07:20 AM

Is there any specific command to time ban someone and an easier way to ban people as well? With a s/h/d/m in the end that stands for seconds, hours, day(s) or month(s)

/ban username 5d <-- bans for 5 days.
/ban username 0 <-- bans perm

If not possible, maybe then just this:
/ban username 60 <-- in minutes, so 60min = 1 hour.

and possible the unban command as well to make things easier:
/unban username

VBDev 10-16-2008 10:09 AM

No there is no time banning. Currently it's Banned or Not that's all.

I can introduce a time period ban with 3 possibilities : hours, days or month. Which would lead to the following new commands :
/ban h 2 uname username
/ban h 2 uid userid
/ban d 5 uname username
/ban d 5 uid userid
/ban m 1 uname username
/ban m 1 uid userid

Would that fit to everyone ?

I won't change the syntax of the unbanning to unban instead of ban off, for three reasons :
- There is an help in the chatbox that states how to use the command with their syntax.
- If you activate the autocompletion feature, you are helped to enter the command.
- These commands are not much used and if used by only few users.

man1ak 10-16-2008 10:14 AM

Quote:

Originally Posted by VBDev (Post 1645717)
I have tested on your forum. The problem comes from the language (spanish one).

Seems like it is bugged, you shouldn't have use it by the way, it's an old one...

Your chatbox works in english language. You should remove the chatbox and install it again then translate the chatbox from scratch.



/ban on uname the_username

Check the help in the chatbox (? icon).

Ok, solved that problem :)
Now the ChatBox can be viewed and i can chat if i am anonymous, but if i logged to any user i only see empty content (in Archives i can see chats).
Anonymous, Members and Administrators groups have the same permissions on the chatbox (view, use) but i can only use the chatbox anonymously.

You can test with a Members group user

http://www.gameland.com.ar/foro123
User: TestUser
Pass: abc12345

Thank you again :)

VBDev 10-16-2008 12:00 PM

There are javascripts problem on your forum (if you look at the error consol).

These errors doesn't appear in anonymous mode.

You should first try to fix those errors which are messing up all javascript.

hitmann 10-17-2008 12:57 AM

Foesn't seem to work on FORUMHOME with custom templates. I've tried enabling it forum forumhome, giving usergroup permissions and the "Display problem in some styles" fix, but que dalle!

Any help would be much appreciated

Brood 10-17-2008 04:12 AM

minor bug i think, opera users cant use an exclamation point. nothing will happen when trying to type ! in the chatbox

VBDev 10-17-2008 04:52 AM

Quote:

Originally Posted by hitmann (Post 1646779)
Foesn't seem to work on FORUMHOME with custom templates. I've tried enabling it forum forumhome, giving usergroup permissions and the "Display problem in some styles" fix,

Any help would be much appreciated

Hum and does it work on other pages ?

Quote:

Originally Posted by hitmann (Post 1646779)
but que dalle!

That's a bit frenchy ;)

Quote:

Originally Posted by Brood (Post 1646852)
minor bug i think, opera users cant use an exclamation point. nothing will happen when trying to type ! in the chatbox

Oh really ? I put it in the bug list then.

ReCom 10-17-2008 07:48 AM

Upgrading from 0.4 (working) to 1.0.0, I got the infamous eternal "Loading ..." issue for the chatbox that appears on vBadvanced page. After tinkering with codes here and there, I successfully fixed the issue. What I did was, in plugin "Global variables of the chatbox", add line
Code:

$forumpath = $vbulletin->options['bburl'];
After line
Code:

mgc_cb_evo_unserialize_user_params();
Can the mod coder add this fix into next version?

Angel-Wings 10-17-2008 10:31 AM

Hmmm - may be a weird question but I would like to have the inner table where the shouts are display - the one with:

menu image arrow : date : time : username : chat

would like to make it transparent. I just can guess there's some global VB style used for table / tr / td / tbody or something else - would just like to overwrite it local by appending something like:

... style="background: none;" ...

Just - may someone point me please to the right line where I could add this ?

Thank you in advance

man1ak 10-17-2008 11:28 AM

Quote:

Originally Posted by VBDev (Post 1646288)
There are javascripts problem on your forum (if you look at the error consol).

These errors doesn't appear in anonymous mode.

You should first try to fix those errors which are messing up all javascript.

I've resolved my problem and now it works :)

Thank you

hitmann 10-17-2008 12:34 PM

Quote:

Originally Posted by VBDev (Post 1646860)
Hum and does it work on other pages ?

Yesh, it works on forumdisplay and showthread. It's only forumhome. Roxie had a similar problem in previous posts, but I haven't seen a solution to it posted.

Quote:

Originally Posted by VBDev (Post 1646860)
That's a bit frenchy ;)

You know it!

pedroenf 10-17-2008 02:38 PM

1 Attachment(s)
Well i have another bug that i think it is not identified. After i delete one or more chats, after refresh (auto) chatbox shows a previous chat. Here two examples of what i'm talking about:

Normal image before delete
https://vborg.vbsupport.ru/external/2008/10/31.jpg

After delete
https://vborg.vbsupport.ru/external/2008/10/31.jpg

This after just one delete. If more chats are deleted more previous chats appear. Things go normal only after a entire page refresh.

VBDev 10-17-2008 04:34 PM

Quote:

Originally Posted by ReCom (Post 1646896)
Upgrading from 0.4 (working) to 1.0.0, I got the infamous eternal "Loading ..." issue for the chatbox that appears on vBadvanced page. After tinkering with codes here and there, I successfully fixed the issue. What I did was, in plugin "Global variables of the chatbox", add line
Code:

$forumpath = $vbulletin->options['bburl'];
After line
Code:

mgc_cb_evo_unserialize_user_params();
Can the mod coder add this fix into next version?

I am sorry but that bit of code works for some but won't work for others.

I am saying that because this variable is used in the chatbox code to get the path to javascript files. And using the bburl option variable would lead to a path to javascript files using http//... which is recognize by some browsers as a security concern and stop the chatbox.

Quote:

Originally Posted by Angel-Wings (Post 1646947)
Hmmm - may be a weird question but I would like to have the inner table where the shouts are display - the one with:

menu image arrow : date : time : username : chat

would like to make it transparent. I just can guess there's some global VB style used for table / tr / td / tbody or something else - would just like to overwrite it local by appending something like:

... style="background: none;" ...

Just - may someone point me please to the right line where I could add this ?

Thank you in advance

You have to edit the mgc_cb_evo table, chats are in the div with id chats.

Quote:

Originally Posted by pedroenf (Post 1647053)
Well i have another bug that i think it is not identified. After i delete one or more chats, after refresh (auto) chatbox shows a previous chat. Here two examples of what i'm talking about:

Normal image before delete
https://vborg.vbsupport.ru/attachmen...1&d=1224257779

After delete
https://vborg.vbsupport.ru/attachmen...1&d=1224257779

This after just one delete. If more chats are deleted more previous chats appear. Things go normal only after a entire page refresh.

Thanks for reporting that issue. I have fixed it in the upcoming release.

VBDev 10-18-2008 07:55 AM

Just to let you know, I have found the reason of the pm popup bug.

It's now fixed and will be included in the upcoming release.

For the beta testers : it's not corrected in your version so don't worry ;)

Ranger187 10-18-2008 08:17 AM

Thanks cupcake. ;)

Netunt 10-18-2008 08:22 AM

Quote:

Originally Posted by VBDev (Post 1647526)
Just to let you know, I have found the reason of the pm popup bug.

It's now fixed and will be included in the upcoming release.

For the beta testers : it's not corrected in your version so don't worry ;)

You still need beta testers or are you OK now? I offered last time but then way away when I was needed :(

VBDev 10-18-2008 08:24 AM

No no that's ok thanks I think I have enough guys.

Bitwise mostly everything should be ok so I don't expect that much bugs ;) Perhaps one or two of course coz noone is perfect :D

Netunt 10-18-2008 08:26 AM

Quote:

Originally Posted by VBDev (Post 1647543)
No no that's ok thanks I think I have enough guys.

Bitwise mostly everything should be ok so I don't expect that much bugs ;) Perhaps one or two of course coz noone is perfect :D

Of coarse you are perfect :D You made the ultimate chatbox. ;)

pedroenf 10-18-2008 10:52 AM

Quote:

Originally Posted by VBDev (Post 1647526)
Just to let you know, I have found the reason of the pm popup bug.

It's now fixed and will be included in the upcoming release.

For the beta testers : it's not corrected in your version so don't worry ;)

Awesome!! Can you tell what it was? I'm curious.

chillx 10-18-2008 12:34 PM

After uninstalling, i found out it does not delete the part of itself in the usergroup permissions, meaning after uninstalling people wont be able to add or modify usergroups.

VBDev 10-18-2008 03:33 PM

Quote:

Originally Posted by pedroenf (Post 1647609)
Awesome!! Can you tell what it was? I'm curious.

During the development of the 1.0.0, I have tested different ways to change the popups. One of them leaded to an override of the confirm function which should have been done... So now I have removed it :)

Quote:

Originally Posted by chillx (Post 1647633)
After uninstalling, i found out it does not delete the part of itself in the usergroup permissions, meaning after uninstalling people wont be able to add or modify usergroups.

It does delete things correctly if you follow uninstall instructions correctly.

To fix that, remove the chatbox files (especially in the includes/xml directory), then everything should be good :)

SnapOff Racing 10-18-2008 11:45 PM

Quote:

Originally Posted by Netunt (Post 1647546)
Of coarse you are perfect :D You made the ultimate chatbox. ;)

What he said :)

hitmann 10-19-2008 01:39 AM

Quote:

Originally Posted by hitmann (Post 1646779)
Foesn't seem to work on FORUMHOME with custom templates. I've tried enabling it forum forumhome, giving usergroup permissions and the "Display problem in some styles" fix, but que dalle!

Any help would be much appreciated

Any luck with this one VBDev?

Angel-Wings 10-19-2008 06:02 AM

Quote:

Originally Posted by VBDev (Post 1647125)
You have to edit the mgc_cb_evo table, chats are in the div with id chats.

Late thanks - did what I wanted to do :)

VBDev 10-19-2008 08:46 AM

Quote:

Originally Posted by hitmann (Post 1648029)
Any luck with this one VBDev?

Forgot you sorry :/

Can you send me admin account info + ftp by pm so that I can check it out.

furst 10-19-2008 01:58 PM

Any ETA on when the next version's out?

VBDev 10-19-2008 03:57 PM

I am waiting for the german translation so I'll release it in the beginning of the week

SnapOff Racing 10-19-2008 08:33 PM

Quote:

Originally Posted by VBDev (Post 1648334)
I am waiting for the german translation so I'll release it in the beginning of the week

Feels like Christmas now :D

ReCom 10-20-2008 02:22 AM

Quote:

Originally Posted by VBDev (Post 1647125)
I am sorry but that bit of code works for some but won't work for others.

I am saying that because this variable is used in the chatbox code to get the path to javascript files. And using the bburl option variable would lead to a path to javascript files using http//... which is recognize by some browsers as a security concern and stop the chatbox.

Hmmm ... but pls take a look of the said plugin:
Code:

require_once(DIR . '/includes/functions_mgc_cb_evo.php');

mgc_cb_evo_unserialize_user_params();

if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
        $mgc_cb_evo_floc = $forumpath . '/';
}
else
{
        $mgc_cb_evo_floc = '';
}

Question: where does $forumpath value come from? I peeked into the vBadvanced's main PHP (adv_index.php or something, since I have renamed mine to portal.php)
Code:

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '/home/' . $acctname . '/public_html/forum';

And if $mgc_cb_evo_floc is going to be used in <script> tag in HTML output, I don't expect the browser can resolve the server full path either ...

VBDev 10-20-2008 05:22 AM

Quote:

Originally Posted by SnapOff Racing (Post 1648537)
Feels like Christmas now :D

lol :D

Quote:

Originally Posted by ReCom (Post 1648686)
Hmmm ... but pls take a look of the said plugin:
Code:

require_once(DIR . '/includes/functions_mgc_cb_evo.php');

mgc_cb_evo_unserialize_user_params();

if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
    $mgc_cb_evo_floc = $forumpath . '/';
}
else
{
    $mgc_cb_evo_floc = '';
}

Question: where does $forumpath value come from? I peeked into the vBadvanced's main PHP (adv_index.php or something, since I have renamed mine to portal.php)
Code:

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '/home/' . $acctname . '/public_html/forum';

And if $mgc_cb_evo_floc is going to be used in <script> tag in HTML output, I don't expect the browser can resolve the server full path either ...

It is supposed to be retrieved from the vbadvanced file yeah.

I think it does resolve in the script call no ? Perhaps I am wrong, I don't have all the knowledge :)

jerx 10-20-2008 12:21 PM

I am trying to adjust the chatbox to the side columns of vbadvanced portal. On IE7 I cannot get rid of the horizontal scrollbar on the chatbits. Is it possible to solve this?

VBDev 10-20-2008 04:06 PM

Not that easy no.

I know someone did achieved it but hasn't posted it yet here :)

VBDev 10-20-2008 04:59 PM

New version is out : 1.1.0 :)

rizelim 10-20-2008 05:11 PM

Quote:

Originally Posted by VBDev (Post 1649034)
New version is out : 1.1.0 :)

New version 1.1.0 firefox bugs ie no problem!

Markos 10-20-2008 05:13 PM

hi dev did u sort the £ sign out ?? and any more that i didnt find lol

cheat-master30 10-20-2008 05:27 PM

Do you have to keep replacing the language file with every single update?

Markos 10-20-2008 05:36 PM

can someone else try do a £ in there chatbox see if it works cos it still dont work for me

Markos 10-20-2008 05:41 PM

oo and one othere thing i slaped my self LOL on the chatbox that is lol and its not in english and i changed the lang
20/10/2008 19:40 * Markos gifle avec violence Markos


All times are GMT. The time now is 10:59 AM.

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.08565 seconds
  • Memory Usage 1,854KB
  • 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
  • (8)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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