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)

whitey1974 02-24-2009 05:36 AM

Quote:

Originally Posted by VBDev (Post 1752760)
For those of you that are having problems making it work with IBProarcade, you have to add this lines in function_do_output :
PHP Code:

global $mgc_cb_evo_var,$mgc_cb_evo

instead of only :
PHP Code:

global $mgc_cb_evo_var



Sorry, this is what I have been doing as per the readme file in the download. I tried all sorts of variations, but with no joy.

For now I reverted back to version 0.5.0, but I'd love to get this version working. Good luck with it, you're doing a fine job....definately the best chatbox available ;)

cleverone 02-24-2009 06:21 AM

I have installed and most features work correctly.

There are a few option areas that come up blank when I try to manage them in the admincp. They are Manage commands, Manage channels, View logs, Import scripts, Counters update.

My main issue is the manage commands. I'm unable to use any commands (Ex. /me, /slap etc.). I have checked all permissions and options available and nothing works. Like I said the command manager is blank for me, so I imagine my problem revolves around that some how.

I installed files in main public ftp area, images to main style, and imported product and lang.

I'm using version 3.8.1 and I installed the newest version of the chatbox available.

I also have an image resizer mod installed, when the chatbox refreshes it tweaks out the resized image every refresh. How do I keep this from happening so its smooth and images are resized when to big? The resize program I'm using is nCode.

Thanks for the help!

deta 02-24-2009 07:14 AM

Quote:

Originally Posted by VBDev (Post 1753005)
I tested it with chatbox on every page under the navbar option and it works.

What's your configuration ?

Hello!

That is the same configuration. It is nothing to Display on IBProarcade.

cu Deta

VBDev 02-24-2009 10:13 AM

Quote:

Originally Posted by whitey1974 (Post 1753052)
Sorry, this is what I have been doing as per the readme file in the download. I tried all sorts of variations, but with no joy.

For now I reverted back to version 0.5.0, but I'd love to get this version working. Good luck with it, you're doing a fine job....definately the best chatbox available ;)

Quote:

Originally Posted by deta (Post 1753110)
Hello!

That is the same configuration. It is nothing to Display on IBProarcade.

cu Deta

Well that's strange because I tested it yesterday evening and it was working just fine.
Do you have anything specific in your arcade or chatbox configuration (both of you) ?

Quote:

Originally Posted by cleverone (Post 1753082)
I have installed and most features work correctly.

There are a few option areas that come up blank when I try to manage them in the admincp. They are Manage commands, Manage channels, View logs, Import scripts, Counters update.

My main issue is the manage commands. I'm unable to use any commands (Ex. /me, /slap etc.). I have checked all permissions and options available and nothing works. Like I said the command manager is blank for me, so I imagine my problem revolves around that some how.

I installed files in main public ftp area, images to main style, and imported product and lang.

I'm using version 3.8.1 and I installed the newest version of the chatbox available.

Well it's working fine for me. You have uploaded the mgc_cb_evo.php file contained in the admincp directory of the files to upload ?

Quote:

I also have an image resizer mod installed, when the chatbox refreshes it tweaks out the resized image every refresh. How do I keep this from happening so its smooth and images are resized when to big? The resize program I'm using is nCode.
Is it TTCATD image resizer ? If this is the case, don't use slimbox as image resizing if you have the chatbox installed.

deta 02-24-2009 10:32 AM

Quote:

Originally Posted by VBDev (Post 1753184)
Well that's strange because I tested it yesterday evening and it was working just fine.
Do you have anything specific in your arcade or chatbox configuration (both of you) ?

No, nothing specific in arcade or chatbox.

I change only the funktion.php from ibproarcade

PHP Code:

 function do_output($output_array)

    {

        global 
$DB$ibforums$arcade$header$vbphrase$vboptions$stylevar$headinclude$bbuserinfo$session$show$pmbox;

    global 
$forumjump$timezone$logincode$_USEROPTIONS$scriptpath$admincpdir$modcpdir$quickchooserbits;

    global 
$languagechooserbits$spacer_open$spacer_close$vbulletin$navbar$footer;

    global 
$template_hook$notifications_menubits$notifications_total$notices$ad_location;

    global 
$mgc_cb_evo_var;

    global 
$vba_options;

    
// add additional needed variables here 

cu deta

VBDev 02-24-2009 02:58 PM

Yes and you don't have the modification I stated, you have to add after
Code:

$mgc_cb_evo_var
that :
Code:

,$mgc_cb_evo
Line will then be :
Code:

        global $mgc_cb_evo_var,$mgc_cb_evo;


deta 02-24-2009 04:06 PM

Quote:

Originally Posted by VBDev (Post 1753378)
Yes and you don't have the modification I stated, you have to add after
Code:

$mgc_cb_evo_var
that :
Code:

,$mgc_cb_evo
Line will then be :
Code:

        global $mgc_cb_evo_var,$mgc_cb_evo;


Its the same, nothing in the Ibproarcade ..

PHP Code:

 function do_output($output_array)
    {
        global 
$DB$ibforums$arcade$header$vbphrase$vboptions$stylevar$headinclude$bbuserinfo$session$show$pmbox;
    global 
$forumjump$timezone$logincode$_USEROPTIONS$scriptpath$admincpdir$modcpdir$quickchooserbits;
    global 
$languagechooserbits$spacer_open$spacer_close$vbulletin$navbar$footer;
    global 
$template_hook$notifications_menubits$notifications_total$notices$ad_location;
    global 
$mgc_cb_evo_var$mgc_cb_evo;
    global 
$vba_options


VBDev 02-24-2009 05:35 PM

I tested it and it works so you must have something specific on your forum or you are mistaking.

Send my ftp access and admin access by PM.

Redzzand 02-24-2009 07:14 PM

awesome chat, but my users say they have to manually refresh chatbox because it lags... how can i adjust the auto refresh rate? i want to set it to every 5secs.

VBDev 02-24-2009 07:49 PM

In usergroup permissions :)

Redzzand 02-24-2009 08:55 PM

thanks found it after i made the post! but now i think there's is a problem with the AJAX refresh...

for some reason the actual chat stops refreshing... users have to manually hit F5 to refresh chat. You still see AJAX refreshing but the chat never actually scrolls until u collapse chatbox or refresh whole page

Can you check it out? Its really hard to explain what it does....

site: www.RGVimports.com
user: Tiburon
pass: test123

VBDev 02-24-2009 09:08 PM

Quote:

Originally Posted by Redzzand (Post 1753676)
thanks found it after i made the post! but now i think there's is a problem with the AJAX refresh...

for some reason the actual chat stops refreshing... users have to manually hit F5 to refresh chat. You still see AJAX refreshing but the chat never actually scrolls until u collapse chatbox or refresh whole page

Can you check it out? Its really hard to explain what it does....

site: www.RGVimports.com
user: Tiburon
pass: test123

Might be due to a current javascript known error.

This shall be fixed in the next version.

cleverone 02-25-2009 09:40 AM

I uninstalled the chat box... but the permission boxes are still in each of the usergroups... How do I remove them?

cleverone 02-25-2009 09:49 AM

n/m... there were a few items still lingering around with the files uploaded.. thanks anyways!

Ranger187 02-25-2009 11:43 AM

Quote:

Originally Posted by cleverone (Post 1754110)
n/m... there were a few items still lingering around with the files uploaded.. thanks anyways!

Because you didn't read the readme which tells you how to uninstall it avoiding this. ;)

ispots 02-25-2009 01:34 PM

Hey vbDev....I can reproduce this error on my site anytime you want:

Quote:

SQL error in thread/post notification when moving a thread (Can't be reproduced)
The only way I can copy a thread or move posts is to go into admin first and turn off the new thread notification in the chatbox.

Redzzand 02-25-2009 01:49 PM

Quote:

Originally Posted by VBDev (Post 1753683)
Might be due to a current javascript known error.

This shall be fixed in the next version.

Oh ok, well what i did was decrease the auto refresh rate to about 7seconds and now the chatbox works way better. I also disabled inactive mode. I believe most of the functions are now working properly!

thanks again for this mod.

Feature Request
* Disable sound button
* Add actual Channel name next to channel icon or Channel Drop down

OblivionMage 02-25-2009 06:51 PM

Ack, I still can't figure out how to get it to show up on my board

The only errors I get (tried different styles) in FF error console are:
Code:

-md5hash not defined
-Some sort of a Skype error (if (str.charAt(i).match(/[^;=!@#$%^&*()_+/\\ ,.~`\"|:-]/)) break;)

Which are present regardless of hooks

>.<

VBDev 02-25-2009 07:43 PM

Quote:

Originally Posted by ispots (Post 1754251)
Hey vbDev....I can reproduce this error on my site anytime you want:

The only way I can copy a thread or move posts is to go into admin first and turn off the new thread notification in the chatbox.

With 2.2.1 or 2.2.0 ?

Quote:

Originally Posted by Redzzand (Post 1754263)
Oh ok, well what i did was decrease the auto refresh rate to about 7seconds and now the chatbox works way better. I also disabled inactive mode. I believe most of the functions are now working properly!

thanks again for this mod.

Feature Request
* Disable sound button
* Add actual Channel name next to channel icon or Channel Drop down

You mean a temporarly disable sound ? In addition to the one in the usercp ?

Channel name can be shown in the chatbox header, there is an option for that.

Quote:

Originally Posted by OblivionMage (Post 1754531)
Ack, I still can't figure out how to get it to show up on my board

The only errors I get (tried different styles) in FF error console are:
Code:

-md5hash not defined
-Some sort of a Skype error (if (str.charAt(i).match(/[^;=!@#$%^&*()_+/\\ ,.~`\"|:-]/)) break;)

Which are present regardless of hooks

>.<

These are not chatbox issues, the issue might come from your style not being uptodate ?

But you should rather ask that to vB support coz this ain't chatbox issue.

ispots 02-25-2009 08:33 PM

Quote:

Originally Posted by VBDev (Post 1754578)
With 2.2.1 or 2.2.0 ?

Damnit...didn't know there was a 2.2.1....I just updated like 3 days ago!

I'll let you know after I update again.

OblivionMage 02-25-2009 08:34 PM

I reinstalled the chatbox (I'll try doing that again) and its not a specific style (doesn't work on default with all other hooks disabled).

NEway, thanks for the fast help ^^

((Yeah I know the errors aren't chatbox issues, sorry if that was misleading. I just posted them b.c I think you asked if there were any console errors from FF earlier))

Celebutopia 02-25-2009 10:02 PM

I tried installing this and all I kept getting where db errors that stated the following:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

                SELECT
                        userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
                        language.phrasegroup_global AS phrasegroup_global,
                        language.phrasegroup_posting AS phrasegroup_posting,
                        language.phrasegroup_postbit AS phrasegroup_postbit,
                        language.phrasegroup_showthread AS phrasegroup_showthread,
                        language.phrasegroup_inlinemod AS phrasegroup_inlinemod,
                        language.phrasegroup_reputationlevel AS phrasegroup_reputationlevel,
                        language.options AS lang_options,
                        language.languagecode AS lang_code,
                        language.charset AS lang_charset,
                        language.locale AS lang_locale,
                        language.imagesoverride AS lang_imagesoverride,
                        language.dateoverride AS lang_dateoverride,
                        language.timeoverride AS lang_timeoverride,
                        language.registereddateoverride AS lang_registereddateoverride,
                        language.calformat1override AS lang_calformat1override,
                        language.calformat2override AS lang_calformat2override,
                        language.logdateoverride AS lang_logdateoverride,
                        language.decimalsep AS lang_decimalsep,
                        language.thousandsep AS lang_thousandsep
                        ,mgcugp.mgc_cb_evo_default_color,mgcugp.mgc_cb_evo_chanid
                FROM user AS user
                LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
                LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
                LEFT JOIN usergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid)
                WHERE user.userid = 13061;

MySQL Error  : Unknown column 'mgcugp.mgc_cb_evo_default_color' in 'field list'

Can someone please help. Thanks!

VBDev 02-25-2009 11:00 PM

Quote:

Originally Posted by ispots (Post 1754624)
Damnit...didn't know there was a 2.2.1....I just updated like 3 days ago!

I'll let you know after I update again.

Ah ah the 2.2.1 was released 1 day after the 2.2.0.

Quote:

Originally Posted by OblivionMage (Post 1754626)
I reinstalled the chatbox (I'll try doing that again) and its not a specific style (doesn't work on default with all other hooks disabled).

NEway, thanks for the fast help ^^


((Yeah I know the errors aren't chatbox issues, sorry if that was misleading. I just posted them b.c I think you asked if there were any console errors from FF earlier))

Oh yes my bad :) Anyway do you still get that error with default style ?

Quote:

Originally Posted by Celebutopia (Post 1754703)
I tried installing this and all I kept getting where db errors that stated the following:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        SELECT
            userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
            IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
            language.phrasegroup_global AS phrasegroup_global,
            language.phrasegroup_posting AS phrasegroup_posting,
            language.phrasegroup_postbit AS phrasegroup_postbit,
            language.phrasegroup_showthread AS phrasegroup_showthread,
            language.phrasegroup_inlinemod AS phrasegroup_inlinemod,
            language.phrasegroup_reputationlevel AS phrasegroup_reputationlevel,
            language.options AS lang_options,
            language.languagecode AS lang_code,
            language.charset AS lang_charset,
            language.locale AS lang_locale,
            language.imagesoverride AS lang_imagesoverride,
            language.dateoverride AS lang_dateoverride,
            language.timeoverride AS lang_timeoverride,
            language.registereddateoverride AS lang_registereddateoverride,
            language.calformat1override AS lang_calformat1override,
            language.calformat2override AS lang_calformat2override,
            language.logdateoverride AS lang_logdateoverride,
            language.decimalsep AS lang_decimalsep,
            language.thousandsep AS lang_thousandsep
            ,mgcugp.mgc_cb_evo_default_color,mgcugp.mgc_cb_evo_chanid
        FROM user AS user
        LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
        LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
        LEFT JOIN usergroup AS mgcugp ON (user.usergroupid=mgcugp.usergroupid)
        WHERE user.userid = 13061;

MySQL Error  : Unknown column 'mgcugp.mgc_cb_evo_default_color' in 'field list'

Can someone please help. Thanks!

Where you having a previous version of the chatbox ?

Mr. Baws 02-26-2009 03:47 PM

I get this error when i try to move threads/posts (2.2.1)

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

            INSERT INTO mgc_cb_evo_chat
                (dateline,fromuid,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid)
            VALUES
                (1235667822,,'11491,test',0,0,0,1,'thread',119);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''11491,test',0,0,0,1,'thread',119)' at line 4
Error Number  : 1064
Request Date  : Thursday, February 26th 2009 @ 05:03:42 PM
Error Date    : Thursday, February 26th 2009 @ 05:03:42 PM
Script        : http://www.myboard.com/inlinemod.php?do=domoveposts&t=2129&postids=202414
Referrer      : http://www.myboard.com/inlinemod.php?threadid=2129&p=
IP Address    : 78.2.XXX.XX
Username      : XXXXXXXX
Classname    : vB_Database
MySQL Version : 5.0.67-community


VBDev 02-26-2009 07:02 PM

How are you moving threads/post ?

Coz I tried and didn't experienced it.

desirulez 02-26-2009 08:48 PM

im getting a database error because of this hack whenever i try to save something in usergroup i get this error i been uninsalled MGC CHATBOX

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'dR Girls',
`description` = '',
`usertitle` = 'dR Girls',
`opentag` = '<span style=\"color:#FF00FF\" title=\"dR Girls\"><b><dark>',
`closetag` = '</span>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`hhroptions` = '0',
`trgpermissions` = '0',
`forumpermissions` = '12316919',
`genericpermissions` = '1544034179',
`attachlimit` = '1000000',
`pmquota` = '100',
`pmpermissions` = '1',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`calendarpermissions` = '17',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions2` = '1',
`genericoptions` = '41',
`profilepicmaxwidth` = '150',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '25000',
`avatarmaxwidth` = '50',
`avatarmaxheight` = '50',
`avatarmaxsize` = '20000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '0',
`sigpicmaxheight` = '0',
`sigpicmaxsize` = '0',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '5',
`albumpermissions` = '0',
`albumpicmaxwidth` = '0',
`albumpicmaxheight` = '0',
`albumpicmaxsize` = '0',
`albummaxpics` = '0',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '23',
`socialgrouppermissions` = '50903',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '25000',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = ''
WHERE usergroupid=14;

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054

VBDev 02-26-2009 09:09 PM

Well as I have said many times : read the uninstall instructions !!

RedGTiVR6 02-26-2009 11:24 PM

I'm sure this has been covered before, but with 293 pages, it's a little hard to keep up!

I've got this installed with no problems currently other than the fact that a number of the settings are still showing up in French. Any ideas how I can fix this?

I made sure to upload the English language.xml

Any help would be greatly appreciated!

Also, I've noticed that the time isn't showing up correctly.

For instance, right now it's 7:33 PM, but the time is showing up as 7:1 PM on the Chat box. One other minor bug, the version still states 2.2.0 in the bottom of the chat box, even though it's listed as 2.2.1 in the products in the AdminCP.

fukdawrld 02-27-2009 02:59 AM

I have 2 issues:

Ok i have a very strange problem. It seems whatever display order I have my chats on is opposite for registered users. If i have it set to "newest first" my admins, mods, supermod, all see it as newest first...but my registered users see it as oldest first???? Any Ideas?


The other has been asked in this thread a few times but with no clear answers:

Quote:

Originally Posted by Trek (Post 1709823)
UPDATE #2:
-----------

So the problem is actually that the variable $stylevar['imgdir_misc'] is getting URLencoded before vB does whatever replacements it needs to do. Or at least whatever string is including that variable for the image output is getting URLENCODED too soon. Again, I don't know where this is happening, but I'm trying to figure it out.

UPDATE
-------

Ok, I found the exact cause now, it's my custom theme. It has a custom variable called {IF} (Images Folder) which translates to "%7BIF%7D" when it's URLDECODED. So somewhere within this mod I'd guess that it needs to check/process the replacement variables when building the images folder variable ($stylevar['imgdir_misc']). I have no idea where that might be or how to do it though.

------------
Ok, I found what the problem is, just not a solution yet.

I searched this thread and found one other person with the problem, although no solution was posted.

The problem is, somewhere the text "%7BIF%7D" is getting inserted into the image URL paths. I've done some searches and cannot find this text anywhere.




I"m having this exact same issue..how would i go about fixing this.

Ranger187 02-27-2009 04:44 AM

Me of all people should know, but VBDev or whomever, is there a resizer so if images are posted, it restricts them to a certain size (settable by usergroup) or whatever?

VBDev 02-27-2009 05:40 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1755626)
I'm sure this has been covered before, but with 293 pages, it's a little hard to keep up!

Yeah I know, the bigger the thread become, the harder to follow it is.

Quote:

Originally Posted by RedGTiVR6 (Post 1755626)
I've got this installed with no problems currently other than the fact that a number of the settings are still showing up in French. Any ideas how I can fix this?

I made sure to upload the English language.xml

These are settings content not phrases so that's normal.

You have to put your own text in those boxes.

In the next release I'll attach the translation of the default values so that you users can work less haha.

Quote:

Originally Posted by RedGTiVR6 (Post 1755626)
Also, I've noticed that the time isn't showing up correctly.

For instance, right now it's 7:33 PM, but the time is showing up as 7:1 PM on the Chat box. One other minor bug, the version still states 2.2.0 in the bottom of the chat box, even though it's listed as 2.2.1 in the products in the AdminCP.

Time is showing correctly for me, have you changed the timeformat option of the chatbox ?

Yeah I know I forgot to change the version in the chatbox, but no biggie :)

Quote:

Originally Posted by fukdawrld (Post 1755728)
Ok i have a very strange problem. It seems whatever display order I have my chats on is opposite for registered users. If i have it set to "newest first" my admins, mods, supermod, all see it as newest first...but my registered users see it as oldest first???? Any Ideas?

You are using same browser as your users ? That's not really possible.

Quote:

Originally Posted by fukdawrld (Post 1755728)
The other has been asked in this thread a few times but with no clear answers:

I"m having this exact same issue..how would i go about fixing this.

The problem with that is that I don't know how that {IF} thing is parsed.
Is it a custom variable or something coming along with a plugin ?

Quote:

Originally Posted by Ranger187 (Post 1755756)
Me of all people should know, but VBDev or whomever, is there a resizer so if images are posted, it restricts them to a certain size (settable by usergroup) or whatever?

For the chatbox ? No there aren't any.
It's based on bbcodes vB parsing method so if you have one for your posts and so on, I suppose it should be active for chatbox too.

ispots 02-27-2009 03:11 PM

Quote:

Originally Posted by VBDev (Post 1754741)
Ah ah the 2.2.1 was released 1 day after the 2.2.0.

Did you forget to update the copyright information at the bottom for 2.2.1? I have updated to 2.2.1 twice now and the tag at the bottom still says that it's 2.2.0.

My product version in the admin says 2.2.1, just not the front page.

VBDev 02-27-2009 03:18 PM

YEs I did :D

Switch02 02-27-2009 03:20 PM

Hi, thanks for this mod maybe i'll try it because inferno doesn't support the 3.8

fukdawrld 02-27-2009 04:07 PM

Quote:

Originally Posted by VBDev (Post 1755772)
Yeah I know, the bigger the thread become, the harder to follow it is.



These are settings content not phrases so that's normal.

You have to put your own text in those boxes.

In the next release I'll attach the translation of the default values so that you users can work less haha.



Time is showing correctly for me, have you changed the timeformat option of the chatbox ?

Yeah I know I forgot to change the version in the chatbox, but no biggie :)



You are using same browser as your users ? That's not really possible.



The problem with that is that I don't know how that {IF} thing is parsed.
Is it a custom variable or something coming along with a plugin ?



For the chatbox ? No there aren't any.
It's based on bbcodes vB parsing method so if you have one for your posts and so on, I suppose it should be active for chatbox too.





When i test my board I test it in several browsers and they all come up the same...registered user see whatever is opposite to the settings. [I.E., firefox, chrome, and opera]

How do I check on the if thing {IF}

Instead of seeing the images i see submit query and the image url is forum/{IF}/misc/menu_open.gif

gmerin 02-27-2009 08:07 PM

would it be possible to add replacement variables within the chatbox?

citizenkane 02-27-2009 10:46 PM

thanks men

beatthecasino 02-28-2009 01:05 AM

I Installled the latest version on VB 3.8.0 It looks ok except it endlessly says loading...and shows the progress.gif

If i try to enter a chat it says in an error box

Error : A chat is already being processed, please wait.

Any Ideas?

Thanks
KS

desirulez 02-28-2009 04:04 AM

Quote:

Originally Posted by VBDev (Post 1755526)
Well as I have said many times : read the uninstall instructions !!

looks like you are not going to help

punk23 02-28-2009 09:14 AM

Excellent Mod :)

I will purchase the branding free option if someone can tell me how I achieve the following....

I need it so that just the chatbox gets launched in its own window (without anything else - no forum header, logo, navbar or other VB stuff), say 640x300px in size, via a single link to launch it.


All times are GMT. The time now is 09:11 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.08516 seconds
  • Memory Usage 1,931KB
  • 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
  • (11)bbcode_code_printable
  • (4)bbcode_php_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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