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)

Saint_ago 02-08-2008 12:21 PM

1 Attachment(s)
I'm still having problems with table on Opera. When an username contains "-" there is a line break, as we can see on attachment.

EDIT: in the Archives the column DATE is messed up with Opera also.

Ps.: i'm using a 1400 by 1050 screen resolution

VBDev 02-08-2008 02:01 PM

Damn opera lol :D

Ok I add that to the list !

VBDev 02-08-2008 03:10 PM

Quote:

Originally Posted by Trixi.com (Post 1438732)
Once again: Now the chat is installed, but it loads not well:

http://www.rickshawforum.com/forums ?

Can you please activate again the chatbox coz I don't see as not logged in user.

chrisdaman77 02-08-2008 10:29 PM

1 Attachment(s)
Am I missing something here I checked to see if there was a the image that should be there in the file i downloaded but it was not in the images folder

mljask 02-08-2008 10:49 PM

vbdev: very nice chatbox ... i hope my people will like it ... thank you

can you please tell me in which template i must remove code that will remove completly first column on archive page where is the picture menu_open.gif

if you use vbseo you can use those CRR`s:
Code:

'mgc_cb_evo\.php$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_chatbox$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_archives&page=(\d+)' => 'chatbox/archiv/page-$1.html'
'mgc_cb_evo\.php\?do=view_archives$' => 'chatbox/archiv/page-1/'


Trixi.com 02-09-2008 06:01 AM

http://www.rickshawforum.com/forums - chatbox is activated. I will be without internet connection for the next 36 hours....so any posting will be replayed monday morning. Have a nice weekend and thank you in advance to have a look at it.

Gerald

Quote:

Originally Posted by VBDev (Post 1438940)
Can you please activate again the chatbox coz I don't see as not logged in user.


Playa82 02-09-2008 06:46 AM

can somebody tell me how i can delete the chatbox announcements ???

please...

VBDev 02-09-2008 11:36 AM

Quote:

Originally Posted by chrisdaman77 (Post 1439113)
Am I missing something here I checked to see if there was a the image that should be there in the file i downloaded but it was not in the images folder

There shall be a menu_open.gif image.

Quote:

Originally Posted by mljask (Post 1439120)
vbdev: very nice chatbox ... i hope my people will like it ... thank you

can you please tell me in which template i must remove code that will remove completly first column on archive page where is the picture menu_open.gif

if you use vbseo you can use those CRR`s:
Code:

'mgc_cb_evo\.php$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_chatbox$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_archives&page=(\d+)' => 'chatbox/archiv/page-$1.html'
'mgc_cb_evo\.php\?do=view_archives$' => 'chatbox/archiv/page-1/'


Thanks for the CRR :) I'll had them into the first post and the readme file of the next release if you're ok ?

Quote:

Originally Posted by Playa82 (Post 1439290)
can somebody tell me how i can delete the chatbox announcements ???

please...

To change it you have to use the /announcement command. However, to remove it you have to clear its content in the admincp.

mljask 02-09-2008 12:04 PM

vbdev: use it:)

alessai 02-09-2008 03:57 PM

vbdev there is the problem with defult phrase in the textbox (the input field)... when someone click okey its posted as a chat......

RvG2 02-09-2008 06:27 PM

Finally, I used it in my live forums! Works great!!!!

mljask 02-09-2008 09:11 PM

vbdev: in file functions_mgc_cb_evo.php on line 980 fix this for next release

PHP Code:

$top_x .= '<tr><td class="alt2" withd="100%" align="left">'

to
PHP Code:

$top_x .= '<tr><td class="alt2" width="100%" align="left">'


lucky51 02-10-2008 02:14 AM

just installed on live forum and everything is fine except ban command /ban on uid userid banned users gets a PM saying you have been banned from chatbox but user can still see and use the chatbox , am i missing any setting ?

papill0n 02-10-2008 02:26 AM

Quote:

Originally Posted by lucky51 (Post 1439752)
just installed on live forum and everything is fine except ban command /ban on uid userid banned users gets a PM saying you have been banned from chatbox but user can still see and use the chatbox , am i missing any setting ?

I am having the same problem:confused:

bocek 02-10-2008 06:12 AM

VBdev,

when you wake up, (its sunday :) ) you may find Turkish translation files in you e-mail.

lonelime 02-10-2008 08:17 AM

hello,

how come i got blank page, right after i clicked on OK button ??

VBDev 02-10-2008 08:18 AM

Quote:

Originally Posted by lucky51 (Post 1439752)
just installed on live forum and everything is fine except ban command /ban on uid userid banned users gets a PM saying you have been banned from chatbox but user can still see and use the chatbox , am i missing any setting ?

Quote:

Originally Posted by papill0n (Post 1439757)
I am having the same problem:confused:

Have you updated the ban command available in the new 0.1.2 version ?

VBDev 02-10-2008 08:32 AM

Quote:

Originally Posted by lonelime (Post 1439892)
hello,

how come i got blank page, right after i clicked on OK button ??

Have you uploaded js files correctly ?

maidos 02-10-2008 09:49 AM

hey vbdev i hoped u read my msg older msg... the me command is working its just that i didnt activate the bbcode

pedroenf 02-10-2008 10:09 AM

Does anyone know how to get rid of the "enter your chat >>" phrase? Thanks.

papill0n 02-10-2008 10:18 AM

Quote:

Originally Posted by VBDev (Post 1439893)
Have you updated the ban command available in the new 0.1.2 version ?

First time installing your chatbox and I did use the 0.12 version

bollie 02-10-2008 12:14 PM

Quote:

Originally Posted by papill0n (Post 1439971)
First time installing your chatbox and I did use the 0.12 version

I am having the same problem

VBDev 02-10-2008 01:22 PM

Quote:

Originally Posted by maidos (Post 1439946)
hey vbdev i hoped u read my msg older msg... the me command is working its just that i didnt activate the bbcode

Yes :)

Quote:

Originally Posted by pedroenf (Post 1439962)
Does anyone know how to get rid of the "enter your chat >>" phrase? Thanks.


This is an option, you just have to deactivate it. It should be located in the Chats formatting options.

VBDev 02-10-2008 01:25 PM

Quote:

Originally Posted by papill0n (Post 1439971)
First time installing your chatbox and I did use the 0.12 version

Quote:

Originally Posted by bollie (Post 1440060)
I am having the same problem

Ok I'll have a look then.

papill0n 02-10-2008 01:32 PM

Quote:

Originally Posted by VBDev (Post 1440094)
Ok I'll have a look then.

Thanks I appreciate it:up:

Ramsesx 02-10-2008 02:32 PM

If I want to create a new channel I get:
Quote:

You can't add a channel, it might be due to one of the following reason :
There are no command in the database
The commands available in your database can't be attached to a channel
All the commands available in your database and that can be attached to a channel are already used in other channels.
Did a search but didn't find a solution.

VBDev 02-10-2008 03:16 PM

To create a channel, you have to add a command and attach it to the channel.

I am wondering if I am not going to add a new feature that allow creation of a channel which in the same time would create the new command.

Actually the only command that can be attached to a channel are the team and pm command.

lucky51 02-10-2008 04:16 PM

Quote:

Originally Posted by papill0n (Post 1439971)
First time installing your chatbox and I did use the 0.12 version

same here , fresh 0.1.2 installation

RvG2 02-10-2008 05:25 PM

This mod could belong to one of the hall of famer like IBProArcade. :)

Cl?ment - great person u r!

Straightupimp 02-10-2008 06:42 PM

Great work, i have a simple suggestion make it so that way there are channel permissions,

ex : have an admin channel...that only admin can view

VBDev 02-10-2008 06:54 PM

Quote:

Originally Posted by Straightupimp (Post 1440299)
Great work, i have a simple suggestion make it so that way there are channel permissions,

ex : have an admin channel...that only admin can view

As it will create a command, then permissions will be possible to change throught the command permissions :)

Quote:

Originally Posted by RvG2 (Post 1440243)
This mod could belong to one of the hall of famer like IBProArcade. :)

Cl?ment - great person u r!

Thanks :)

Sandy-XXX 02-10-2008 10:13 PM

Thanks, working perfect :)

lonelime 02-11-2008 01:30 AM

Quote:

Originally Posted by VBDev (Post 1439901)
Have you uploaded js files correctly ?

yeah .. i have double check so many times.... i uploaded everything correctly ...

but i dont know why i got that blank page, after i disable the chat box, then my forum back to normal ...this is weird ....

mljask 02-11-2008 02:12 AM

how i can show chatbox only on arcade.php and on arcade when you playing game arcade.php?do=play&gameid=73 but i dont need it on other pages from arcade like when you play torunaments / views leaderboard, ...

jdelasko 02-11-2008 05:09 AM

Do I remove the template edits from the previous version before I install this version? The upgrade instructions makes no mention of what to do with existing template edits.

The previous version required modification of these templates:

FORUMHOME
modifyoptions
navbar

Also, there was an Additional CSS change.

????

VBDev 02-11-2008 05:29 AM

Quote:

Originally Posted by lonelime (Post 1440497)
yeah .. i have double check so many times.... i uploaded everything correctly ...

but i dont know why i got that blank page, after i disable the chat box, then my forum back to normal ...this is weird ....

That's very strange. which version of vB do you use ?

Quote:

Originally Posted by mljask (Post 1440526)
how i can show chatbox only on arcade.php and on arcade when you playing game arcade.php?do=play&gameid=73 but i dont need it on other pages from arcade like when you play torunaments / views leaderboard, ...

For that you would have to tweak the global hook that do the display on all pages.

In that hook you should change content like that :

PHP Code:

if (THIS_SCRIPT != 'arcade' || (THIS_SCRIPT == 'arcade' && $_REQUEST['do'] != 'play'))
{
   
/* Actual content of the hook */


Hope this can help you working around it.

Quote:

Originally Posted by jdelasko (Post 1440589)
Do I remove the template edits from the previous version before I install this version? The upgrade instructions makes no mention of what to do with existing template edits.

The previous version required modification of these templates:


FORUMHOME
modifyoptions
navbar

Also, there was an Additional CSS change.


????

Yes remove everything from previous version including templates edit :)

hrk 02-11-2008 07:03 AM

Thank you. its nice:)

Trixi.com 02-11-2008 07:33 AM

VBDev - Done - it is visible to unregistered users. http://www.rickshawforum.com/forums

...but it's loading, and loading....

Saludos

Quote:

Originally Posted by VBDev (Post 1438940)
Can you please activate again the chatbox coz I don't see as not logged in user.


VBDev 02-11-2008 08:17 AM

Oh sorry I forgot ya :(

I'll try to have a look tonight.

mljask 02-11-2008 12:18 PM

i think i will need help from you

i find this hook
Chatbox display on all pages / global_start

and what i must to do to show chatbox only on
/arcade.php and /arcade.php?&act=Arcade&do=play&gameid=113

and block chatbox from those pages

/arcade.php?&do=viewtournaments
/arcade.php?&act=Arcade&module=settings
/arcade.php?&act=Arcade&module=favorites
/arcade.php?&act=Arcade&module=report
/arcade.php?&act=Arcade&module=league

thank you for help


All times are GMT. The time now is 02:44 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.09938 seconds
  • Memory Usage 1,842KB
  • 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
  • (3)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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