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 ! :)

Piccante 07-26-2007 11:19 AM

Same warning message, but with 0 idle at end:

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
0 idle

Piccante 07-26-2007 11:38 AM

I've also noticed that on my browser it is reporting this error:

Quote:

Line: 1099
Char:1
Error: Object Expected
Code: 0
This error disappears if I disable the chatbox.

VBDev 07-26-2007 01:19 PM

Object expected ? Hum... Are you sure of your install ? I mean, the only way this problem could appear is in the case of not updated js file or not updated templates.

badboyz 07-26-2007 01:37 PM

hmm i luv it but one thing the font color u have to adjust it eery shout.
How do i fix this?

badboyz 07-26-2007 02:11 PM

Quote:

Originally Posted by Magnumutz (Post 1301880)
See the usergroups permissions for this.

i already set them up.its all fine there

but still itsn ot showing for registered members

VBDev 07-26-2007 02:13 PM

Quote:

Originally Posted by badboyz (Post 1302192)
hmm i luv it but one thing the font color u have to adjust it eery shout.
How do i fix this?

If you have done the modification in the modifyoptions template (which is highly mandatory !) and selected the options your users can select then they'll be able to choose their own default color.

Quote:

Originally Posted by badboyz (Post 1302217)
i already set them up.its all fine there

but still itsn ot showing for registered members

Did you pay careful attention to the number of posts to see the chatbox option ? This is usually the reason for that kind of problem ;)

Otherwise, show me a screenshot of your permissions settings if you're sure of them :)

badboyz 07-26-2007 02:17 PM

Quote:

Originally Posted by VBDev (Post 1302220)
If you have done the modification in the modifyoptions template (which is highly mandatory !) and selected the options your users can select then they'll be able to choose their own default color.



Did you pay careful attention to the number of posts to see the chatbox option ? This is usually the reason for that kind of problem ;)

Otherwise, show me a screenshot of your permissions settings if you're sure of them :)


I dont know where to find this option " number of posts to see the chatbox "i guess this wud the problem.
I did edit the modifyoptions template and other templates as well which u mantioned on readme.
modifyoptions template
Quote:

$mgc_cb_ucp
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a>
$vbphrase[miscellaneous_options]
</td>

VBDev 07-26-2007 03:02 PM

This is in the usergroup permissions :)

For the selection, then your users shall be able to select their default chat color in theiir control panel.

Piccante 07-26-2007 03:12 PM

Quote:

Originally Posted by VBDev (Post 1302177)
Object expected ? Hum... Are you sure of your install ? I mean, the only way this problem could appear is in the case of not updated js file or not updated templates.

Yes, I'm sure. I'll have to go back to version 1.3 as this worked fine :erm:
Thanks anyway.

alseef 07-26-2007 03:16 PM

Hi,

Any news about the Translation?

W. Thanks

badboyz 07-26-2007 03:34 PM

Quote:

Originally Posted by VBDev (Post 1302257)
This is in the usergroup permissions :)

For the selection, then your users shall be able to select their default chat color in theiir control panel.

Perfect!!

Thanks

Fraxter 07-26-2007 04:17 PM

Nice shoutbox!

But where i can deactivate the randome smilies???

best regards

Pander23

Piccante 07-26-2007 05:27 PM

Something weird is happening... I haven't changed anything... Came home from work ready to uninstall v1.4 and put v1.3 back, and version 1.4 has suddenly started working again...... all on its own! I suspect it will bugger up again later :rolleyes:

Piccante 07-26-2007 05:30 PM

On a side note, there are not alt tags for the images along the top, except the 'full page' image, and that is in French! Where do I need to edit to add the alt tags?

VBDev 07-26-2007 06:41 PM

Quote:

Originally Posted by alseef (Post 1302273)
Hi,

Any news about the Translation?

W. Thanks

The arabic one is near from end and the frontend part of the turkish one is done.

No new from the other translator for the moment.

Quote:

Originally Posted by Pander23 (Post 1302327)
Nice shoutbox!

But where i can deactivate the randome smilies???

best regards

Pander23

Hum no you can't , I'll add an option in the next version then :)

Quote:

Originally Posted by Piccante (Post 1302372)
Something weird is happening... I haven't changed anything... Came home from work ready to uninstall v1.4 and put v1.3 back, and version 1.4 has suddenly started working again...... all on its own! I suspect it will bugger up again later :rolleyes:


Hum yes really weird, I suspect it could be more than a chatbox problem ;)

Let's see what it will do in the upcoming days he he

Quote:

Originally Posted by Piccante (Post 1302374)
On a side note, there are not alt tags for the images along the top, except the 'full page' image, and that is in French! Where do I need to edit to add the alt tags?


In the mgc_chatbox_editor template, I'll modify that in the next version ;)

Mastar 07-26-2007 07:00 PM

I've added the var in the ipbarcade template and all it show is the Loading image below.

VBDev 07-26-2007 07:34 PM

Yup that has been reported, I have to check that out ;)

Ryloth 07-26-2007 09:30 PM

This may have already been asked, but can this Mod work as a chat room and not a box?

ammoskumar 07-27-2007 01:45 AM

Thanks a lot for great hack Awsome!!:)

VTXCafe.com 07-27-2007 01:48 AM

I have installed this but cannot read any of the options in the admin cp> vbulletin options...none are in English. Any suggestions?

alessai 07-27-2007 01:53 AM

Quote:

Originally Posted by VTXCafe.com (Post 1302776)
I have installed this but cannot read any of the options in the admin cp> vbulletin options...none are in English. Any suggestions?

overwrite the language by the file in folder (L)

VTXCafe.com 07-27-2007 02:31 AM

Ok, cool that worked (thought I had done that..lol)

Ok, my next problem....

1) I have a custom navbar and the 2 items it tells me to place the text below are not in my navbar...is there a suggestion where I could put the code?

2) I cannot find anywhere to set usergroup permissions...I've looked in the usergroup section and everywhere I know to look.

elmati 07-27-2007 02:40 AM

yeah!

INSTALLED!

i did it a template modification to display the chatbox in pop-up...

thx a lot VBDev for this!

elmati 07-27-2007 02:41 AM

Quote:

Originally Posted by VTXCafe.com (Post 1302794)
Ok, cool that worked (thought I had done that..lol)

Ok, my next problem....

1) I have a custom navbar and the 2 items it tells me to place the text below are not in my navbar...is there a suggestion where I could put the code?

2) I cannot find anywhere to set usergroup permissions...I've looked in the usergroup section and everywhere I know to look.

do you upload the content of ClientScripts?

VTXCafe.com 07-27-2007 02:45 AM

Yes, both are there.

Ok, I found I missed downloading the XML files, that worked once I fixed that.

VBDev 07-27-2007 07:13 AM

Quote:

Originally Posted by Ryloth (Post 1302577)
This may have already been asked, but can this Mod work as a chat room and not a box?

What do you mean exactly ?

Piccante 07-27-2007 08:23 AM

:confused:
Exactly the same problem has occured today.... just the "idle" message showing. It seemed to happen at the same time as it did yesterday..... (yesterday it self-righted itself later that evening!)

Does anyone have any suggestions? Please!?

stangger5 07-27-2007 08:31 AM

I`ve got the chatbox integrated into ibproArcade 2.6.2+...Still needs some work tho..

Have a look,,
www.thefulcrumpoint.org/arcade

and you dont have to register to look...;)

VBDev 07-27-2007 09:48 AM

Quote:

Originally Posted by Piccante (Post 1302902)
:confused:
Exactly the same problem has occured today.... just the "idle" message showing. It seemed to happen at the same time as it did yesterday..... (yesterday it self-righted itself later that evening!)

Does anyone have any suggestions? Please!?

Send by pm everything acces to admincp and ftp of your site so that i could have a look and try to debug

Quote:

Originally Posted by stangger5 (Post 1302903)
I`ve got the chatbox integrated into ibproArcade 2.6.2+...Still needs some work tho..

Have a look,,
www.thefulcrumpoint.org/arcade

and you dont have to register to look...;)

`

Lol I did too as stated in the update I sent right now (have managed that earlier this morning)

wizardan 07-27-2007 11:19 AM

Yay! Displays in arcade now!
Thanks again Clement:)


All times are GMT. The time now is 07:24 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.03031 seconds
  • Memory Usage 1,856KB
  • 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
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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