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?


All times are GMT. The time now is 12:36 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.07539 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (5)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