vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

VBDev 07-26-2007 04:42 AM

Quote:

Originally Posted by maidos (Post 1301600)
is it just me having the problem :/
i still get my page move to the top when i try to refresh the shoutbox... and i get mp command instead of pm command its still on french language

No no no ! I told you the command can be used in the two ways : /pm and /mp.

However, I didn't change the javascript that automatically adds the command with the username as files are the smae for both languages :)

Quote:

Originally Posted by RedGTiVR6 (Post 1301614)
EDIT: Completely uninstalling and reinstalling the mod fixed it.

I'm not able to use this version of the mod, same issues as with 1.3.

When I load it all up it just says Loading....

There's an error on the page as well:



also, when I type in text then hit Go to enter it, it collapses the chat box.

Also, none of the previous chats are displaying.

I've obviously done something wrong, but I'm not sure what?

I think this was because you had modified templates of the chatbox before or you had not uploaded again the new js files.

I would say it's the second one as this variable is defined in the js file (the one from the error).

Quote:

Originally Posted by Mastar (Post 1301677)
When trying to /mp I get a "command Syntax Error".

Are you sure of the syntax you've used ? the command syntax is the following :

Quote:

/mp "username" your_text
Quotes are mandatory for this command :) (to avoid problems with username containing spaces).


This is not the same as for /ban and /ignore but as there is no parameter after the username for those command, there is no problems with username having spaces.

Quote:

Originally Posted by artour (Post 1301758)
I set all permissions but it says:
you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Go to uninstall because just wate a time and that's it.

Are you sure that you set all permissions ?

I mean especially the number of posts to see the chatbox which is always forgotten by users.

Quote:

Originally Posted by obmob (Post 1301764)
Well, i have language issues too... somehow i lost my decimal point and the polls were showing 1000 instead of 100 O.o

Maybe it's a good idea to release beta scripts to test before calling it a safe to install mod.

In the end, we all appretiate the great effort! :D

With the new corrected 1.4 version ?? I have checked and I think not !

In the corrected language file there is now the following lines :

Code:

  <decimalsep><![CDATA[.]]></decimalsep>
  <thousandsep><![CDATA[,]]></thousandsep>

And I have tested it, the decimal separator is still there and it's the point.

Try downloading again the v1.4 and reimport the language file.

Anyway the previous versions were stable so there is no reason why it should be considered beta ;)

And once it's a total release, it can't become a beta at each version here he he

sickboy6ths 07-26-2007 07:44 AM

Heya, another small report; The Shoutbox seems to work on normal pages, but when displayed on Photopost Gallery, Zoints Profiles etc. etc. (all integrated into vBulletin) there's only "Loading...", seems to be a problem with just using "mgc_chatbox.php" in the html and not full urls, however, after replacing all to full urls through the bburl variable, it still does not work :)

Btw, just wanted to say that this chatbox kicks ass! My members are very very impressed and have a lot of fun using this!

ShawneyJ 07-26-2007 07:50 AM

how annoying when you click on the smilies and it moves you to the top of the forum lol.

VBDev 07-26-2007 08:01 AM

Quote:

Originally Posted by sickboy6ths (Post 1301980)
Heya, another small report; The Shoutbox seems to work on normal pages, but when displayed on Photopost Gallery, Zoints Profiles etc. etc. (all integrated into vBulletin) there's only "Loading...", seems to be a problem with just using "mgc_chatbox.php" in the html and not full urls, however, after replacing all to full urls through the bburl variable, it still does not work :)

Btw, just wanted to say that this chatbox kicks ass! My members are very very impressed and have a lot of fun using this!

Hum, yes I think I have to change the url in my ajax calls as they are not full urls.

If you have time maybe you can try modifying the url calls in the mgc_chatbox.js file by adding manually the urls before the php files name.

I am going to try that but not haven't had the time yet so if you have some this could help ;)

Quote:

Originally Posted by jaycob (Post 1301986)
how annoying when you click on the smilies and it moves you to the top of the forum lol.

This should not anymore. Have you updated to the 1.4 version ? (This was a 1.3 known bug)

Piccante 07-26-2007 08:10 AM

1.4 was working when I upgraded last night.

Now this morning everyone can only see an "idle" message. :confused:

VBDev 07-26-2007 08:34 AM

Quote:

Originally Posted by Piccante (Post 1302003)
1.4 was working when I upgraded last night.

Now this morning everyone can only see an "idle" message. :confused:

Just idle or the full idle message ?

Have you change anything to the options of the chatbox ?

When there is the idle message, what's going on if they click on the refresh button ?

Piccante 07-26-2007 09:16 AM

Quote:

Originally Posted by VBDev (Post 1302016)
Just idle or the full idle message ?

Have you change anything to the options of the chatbox ?

When there is the idle message, what's going on if they click on the refresh button ?

Just 'idle'. Not the full message.

Nothing happens when refresh is clicked. The 'reload' circle appears, but the 'idle' message remains.

The chatbox archive IS logging the messages though.

VBDev 07-26-2007 09:29 AM

Are your chatbox templates modified ? or are they the original ones ?

Have you uploaded the new js files ?

If first answer is no and second is yes, let's try out somtgh.

Open the mgc_chatbox.php file and search for :
Code:

echo "idle";
Replace it by:
Code:

echo $loading . "idle";
Then tell me if the msg in the chatbox is 0idle or 1idle. You must tell me that for the page load not if you click the refresh button of the chatbox.

Anyway, if only idle is shwon, this must be because the js files have not been updated IMO.

Piccante 07-26-2007 10:29 AM

Quote:

Originally Posted by VBDev (Post 1302048)
Are your chatbox templates modified ? or are they the original ones ?

Have you uploaded the new js files ?

If first answer is no and second is yes, let's try out somtgh.

Open the mgc_chatbox.php file and search for :
Code:

echo "idle";
Replace it by:
Code:

echo $loading . "idle";
Then tell me if the msg in the chatbox is 0idle or 1idle. You must tell me that for the page load not if you click the refresh button of the chatbox.

Anyway, if only idle is shwon, this must be because the js files have not been updated IMO.

Doing that produced this error in the chatbox:

Quote:

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/forums/mgc_chatbox.php:1) in /home/xxxxxx/public_html/forums/mgc_chatbox.php on line 6

:confused:

Thanks for your help.

VBDev 07-26-2007 10:44 AM

Then try with that :
Code:

echo "$loading idle";
Once you're done with the test don't forget to put back the old line ! :)


All times are GMT. The time now is 07:22 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.02833 seconds
  • Memory Usage 1,766KB
  • 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
  • (6)bbcode_code_printable
  • (12)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
  • (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