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)

Ranger187 12-28-2008 03:54 AM

Quote:

Originally Posted by Harley D (Post 1695284)
You mean it worked for you?
Double checking now..

I'd have to sign up to see, I'm saying check the usergroup permissions... It's probably that.

KevinL 12-28-2008 03:54 AM

I really don't understand what the big deal is with the copyright? :confused:

Harley D 12-28-2008 04:03 AM

Quote:

Originally Posted by Ranger187 (Post 1695288)
I'd have to sign up to see, I'm saying check the usergroup permissions... It's probably that.

I have gone to the ADMINCP, Usergroups, Usergroup Manager, Administrators, MGC Chatbox Evo : Custom permissions, and have all but one checked YES.

But still no joy.

Ranger187 12-28-2008 04:04 AM

Then enable it in the chatbox options.

Harley D 12-28-2008 04:13 AM

Quote:

Originally Posted by Ranger187 (Post 1695297)
Then enable it in the chatbox options.

You mean this:
Quote:

Activate the who is in the chatbox display
Warning : This functionnality add server load (Add of 1 sql query on the chatbox load and chats sending).

Yes
I wish the resolution was that easy.

Any other thoughts? File to check?

Ranger187 12-28-2008 04:14 AM

Gimme sec. I'll check mine.

Ranger187 12-28-2008 04:17 AM

MGC > Advanced Options (I'm using 2.0.2)

Quote:

Activate the who is in the chatbox display
Warning : This functionnality add server load (Add of 1 sql query on the chatbox load and chats sending).
Yes

Show online users list in a tab
Rather tan displaying the list continuously under the chatbox, users would have access to it by a simple click on a button.
No
That's the settings I use.

Harley D 12-28-2008 04:31 AM

Quote:

Originally Posted by Ranger187 (Post 1695301)
MGC > Advanced Options (I'm using 2.0.2)



That's the settings I use.

Thanks, That is an option, but not a permanent fix.
It use to work when I had the older version installed.

Let me do some more checking...

SnapOff Racing 12-28-2008 04:35 AM

I just checked to see if my "Who is in the chatbox display" was working and mine is working fine as well. Might wanna just make sure you uploaded everything. The who is in the chatbox display will show up under the chatbox just so you know.

VBDev 12-28-2008 06:57 AM

Quote:

Originally Posted by bodaudinh (Post 1694933)
Go to Admin CP ==> Style & Templates ==> Search in Templates.
Search: chats_remove (in mgc_cb_evo_archives)
==// Cut the found code below ====================
Code:

<if condition="$show['delete_column']">
<form name="chats_remove" method="post" action="mgc_cb_evo.php">
<input type="hidden" name="do" value="inline_remove_chats" />
<input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" />
</if>

===========================================

Just in there:
Code:

  <!-- / Javascript popups -->
===> paste in there!
  <!-- Chats -->

The result:
Code:

<!-- / Javascript popups -->
<if condition="$show['delete_column']">
<form name="chats_remove" method="post" action="mgc_cb_evo.php">
<input type="hidden" name="do" value="inline_remove_chats" />
<input type="hidden" name="securitytoken" value="{$vbulletin->userinfo[securitytoken]}" />
</if>
<!-- Chats -->


Quote:

Originally Posted by bodaudinh (Post 1694941)
Just add <input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label> in mgc_cb_evo_archives



Code:

<!-- Chats -->
  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
      <tr>
        <td class="thead" width="0" align="center" valign="middle">&nbsp;</td>
        <if condition="$vbulletin->options['mgc_cb_evo_avatar_on']">
            <td class="thead" width="0" align="center" valign="middle">&nbsp;</td>
        </if>
        <td class="thead" width="0" nowrap="nowrap" align="center" valign="middle">$vbphrase[date]</td>
        <td class="thead" width="0" nowrap="nowrap" align="$stylevar[left]" valign="middle">$vbphrase[username]</td>
        <td class="thead" valign="middle" width="100%" nowrap="nowrap" align="$stylevar[left]">$vbphrase[mgc_cb_evo_chat]</td>
        <if condition="$show['delete_column']">
            <td class="thead" valign="middle" width="0" nowrap="nowrap" align="center">
<input type="checkbox" name="allbox" id="allbox" title="Check All" onclick="js_check_all(this.form);" /><label for="allbox"></label>
</td>
        </if>
      </tr>


Thanks for the fix :)

VBDev 12-28-2008 07:03 AM

Quote:

Originally Posted by ispots (Post 1695113)
In which case, I have found a bug. When you select "the beginning" in the drop down, it still only shows today. When I select 120 days, I do indeed get all my history.

Why are the counts wrong also? I have users that have posted hundreds of times and only show about 75 or 80 posts.

PS...like the new version, great job.

IT's a known bug I'll have to fix.

Quote:

Originally Posted by Cybershaolin (Post 1695207)
Also, was this already corrected in the branding free version on your forum?

All answers in the email I sent you after I received yours.
But yes it is.

Quote:

Originally Posted by KevinL (Post 1695289)
I really don't understand what the big deal is with the copyright? :confused:

You know people likes to get things for free and if no copyright was there they would just love that ...

What they don't see is the time you spent on developping the software ... And that somehow you could ask for a little recognition by accepting the copyright...

Quote:

Originally Posted by SnapOff Racing (Post 1695310)
I just checked to see if my "Who is in the chatbox display" was working and mine is working fine as well. Might wanna just make sure you uploaded everything. The who is in the chatbox display will show up under the chatbox just so you know.

It could also be in tab in the case that you selected it to be in a tab either than below the chatbox (it's an option).

Ranger187 12-28-2008 07:22 AM

Is this a universal fix???? If so, lets repackage and push it back up.

CvP 12-28-2008 07:26 AM

hi VBDev.

this chatbox is awesome. i have it running (http://banglagamer.com/forums)

however, many users are reporting AJAX errors on Opera and Chrome.
is there any fix?

Ranger187 12-28-2008 07:36 AM

CvP

Can you get me a test acount? I'll try all the browsers and see what errors I can find.

SnapOff Racing 12-28-2008 10:00 AM

Quote:

Originally Posted by VBDev (Post 1695353)
It could also be in tab in the case that you selected it to be in a tab either than below the chatbox (it's an option).

Oh alright cool, I actually don't use that option I was just checking to see if it was working or not since Harley D was saying that it wasn't working on his end. :)

CvP 12-28-2008 01:47 PM

Quote:

Originally Posted by Ranger187 (Post 1695373)
CvP

Can you get me a test acount? I'll try all the browsers and see what errors I can find.

you can register here for free: http://banglagamer.com/forums/register.php

mc0676 12-28-2008 02:36 PM

But the copyright code there is no way to not display it ?

Ranger187 12-28-2008 04:30 PM

Quote:

Originally Posted by CvP (Post 1695526)
you can register here for free: http://banglagamer.com/forums/register.php

No thanks. I'm not registering. I'm too lazy today. ;)

Ranger187 12-28-2008 04:32 PM

Quote:

Originally Posted by mc0676 (Post 1695547)
But the copyright code there is no way to not display it ?

Yeah, read the first post. ;) $20 gets you branding free...

Quote:

Branding free version

A branding free version is purchasable here at the price of 20$.

The package contains the BF version of the chatbox as well as buttons packs.

It will updated regularly with plugins for the chatbox as well as other button packs.

mc0676 12-28-2008 05:03 PM

Quote:

Originally Posted by Ranger187 (Post 1695600)
Yeah, read the first post. ;) $20 gets you branding free...

OK but the licenze is una tantum or it's yearly ?

mc0676 12-28-2008 05:15 PM

Another question: licenze is now other in the 1.1.0 version now ?

IR15H 12-28-2008 05:22 PM

1 Attachment(s)
How do I change the colour of the background on the error/warning pop ups?

I've noticed the text for them changes according to the style, but the background is always white, so if you have white text on a white background you can't read what it says. Below is an example of what I mean;

https://vborg.vbsupport.ru/external/2008/12/14.jpg

Is there a way to make the background colour change according to style too?

VBDev 12-28-2008 05:23 PM

Quote:

Originally Posted by mc0676 (Post 1695633)
OK but the licenze is una tantum or it's yearly ?

It's yearly (renewal is 10$).

However it's not just a branding free version, it also brings access to buttons set as well as some other chatbox addons that will be available regularly.

VBDev 12-28-2008 05:27 PM

Quote:

Originally Posted by mc0676 (Post 1695645)
Another question: licenze is now other in the 1.1.0 version now ?

Branding Free licence is only since 2.0.2 version :)

Quote:

Originally Posted by IR15H (Post 1695650)
How do I change the colour of the background on the error/warning pop ups?

I've noticed the text for them changes according to the style, but the background is always white, so if you have white text on a white background you can't read what it says. Below is an example of what I mean;

https://vborg.vbsupport.ru/attachmen...1&d=1230492067

Is there a way to make the background colour change according to style too?

Currently it's directly based on yahoo's css but it seems like somehow one of the css is perhaps messing around with an existing vB css parameter.

IR15H 12-28-2008 05:32 PM

Quote:

Originally Posted by VBDev (Post 1695654)
Currently it's directly based on yahoo's css but it seems like somehow one of the css is perhaps messing around with an existing vB css parameter.

Hmm, okay. How would I go about making all text that appears in pop-ups black (or any one colour, as opposed to style-specific) then?

VBDev 12-28-2008 05:40 PM

Quote:

Originally Posted by IR15H (Post 1695658)
Hmm, okay. How would I go about making all text that appears in pop-ups black (or any one colour, as opposed to style-specific) then?

You can try to add in your style's css :

Code:

.yui-skin-sam .bd {
  color : #FFFFFF;
}

Replace FFFFFF by the color you want.

IR15H 12-28-2008 05:48 PM

Quote:

Originally Posted by VBDev (Post 1695665)
You can try to add in your style's css :

Code:

.yui-skin-sam .bd {
  color : #FFFFFF;
}

Replace FFFFFF by the color you want.

That worked, thank you.

HTMMinion 12-28-2008 09:51 PM

I have no issue paying for the 'branding free" option, however after registration at the "Forum Coding" site I've yet to receive a confirmation email and I'm unable to make the purchase. :(

BTW can someone explain how to use the "/slap" function? I can use the other functions but every time I try to "slap"another member it tells me "the user you are trying to slap does not exist"... Halp!

*EDIT* Disregard the confirmation email issue..it finally arrived. :)

Ranger187 12-28-2008 10:23 PM

Quote:

Originally Posted by HTMMinion (Post 1695854)
I have no issue paying for the 'branding free" option, however after registration at the "Forum Coding" site I've yet to receive a confirmation email and I'm unable to make the purchase. :(

BTW can someone explain how to use the "/slap" function? I can use the other functions but every time I try to "slap"another member it tells me "the user you are trying to slap does not exist"... Halp!

*EDIT* Disregard the confirmation email issue..it finally arrived. :)


Command /slapThis command lets you slap another user. To slap another user, you just have to use either the menu available on the left of the message or by using one of the following syntaxes:
  • /slap uid userid : Slap the user whom userid is passed as command parameter.
  • /slap uname username : Slap the user whom username is passed as command parameter.
Or just click the down arrow on their name, and select slap. See what that does. Make sure you enable it for the usergroups.

KevinL 12-28-2008 10:36 PM

Quote:

* Kevin gifle avec violence
--> Is that supposed to be translated? Because I don't know what gifle avec means haha

hamidof 12-28-2008 10:38 PM

Unfortunately we had to install this because we had the first version, the first version was great, but this one has so many issues, all sorts of errors, duplicate posts, scroller doesn't work every time, the chat doesn't load sometimes etc. etc.

This is not the right way of putting something out there for users to use, specially when they trust you...

Ranger187 12-28-2008 10:42 PM

Quote:

Originally Posted by KevinL (Post 1695879)
--> Is that supposed to be translated? Because I don't know what gifle avec means haha

You can change what it says. ;)

Command Options....

Ranger187 12-28-2008 10:43 PM

Quote:

Originally Posted by hamidof (Post 1695880)
Unfortunately we had to install this because we had the first version, the first version was great, but this one has so many issues, all sorts of errors, duplicate posts, scroller doesn't work every time, the chat doesn't load sometimes etc. etc.

This is not the right way of putting something out there for users to use, specially when they trust you...

Considering my one forum has about 200+ active users at all times and the chat is abused beyond belief, I disagree with your statements.

Maybe it's the person installing it. ;) Sounds like you never uninstalled a previous version correct.

HTMMinion 12-28-2008 10:45 PM

Quote:

Originally Posted by Ranger187 (Post 1695873)
Command /slapThis command lets you slap another user. To slap another user, you just have to use either the menu available on the left of the message or by using one of the following syntaxes:
  • /slap uid userid : Slap the user whom userid is passed as command parameter.
  • /slap uname username : Slap the user whom username is passed as command parameter.
Or just click the down arrow on their name, and select slap. See what that does. Make sure you enable it for the usergroups.

So I was using it properly, there must be an issue here. When I select the drop down arrow next to a member's name there is no listing of any of the commands there.

Ranger187 12-28-2008 10:54 PM

Quote:

Originally Posted by HTMMinion (Post 1695886)
So I was using it properly, there must be an issue here. When I select the drop down arrow next to a member's name there is no listing of any of the commands there.

Then it's not enabled for your usergroup ;)

KevinL 12-28-2008 11:26 PM

Quote:

Originally Posted by Ranger187 (Post 1695881)
You can change what it says. ;)

Command Options....

I know...but it's not supposed to be translated or it is?

It's just weird to me that some stuff is translated and some stuff isn't. It's not really a big deal just kinda interested really..

Ranger187 12-28-2008 11:31 PM

About 90000000 posts back I have a post about this. ;) It's one of the items that doesn't change regardless of the language file. It's irrevelant anyways as it's configurable. The ban command is like that too. I have the translations from it in a post here somewhere hehe.

KevinL 12-28-2008 11:33 PM

Quote:

Originally Posted by Ranger187 (Post 1695915)
About 90000000 posts back I have a post about this. ;) It's one of the items that doesn't change regardless of the language file. It's irrevelant anyways as it's configurable. The ban command is like that too. I have the translations from it in a post here somewhere hehe.

Ahhhh hahahah

Well I'll search your posts then! Thank you! It'll save me some time from translating them myself ;)

Ranger187 12-28-2008 11:40 PM

I'll find it...it will be quicker.......I'm tired. Been up for 5 days. Gotta love insomnia.

Gimme 20 secs.

Ranger187 12-28-2008 11:42 PM

/ban command : Content of the sent PM
You can use {1} to display the username in the message
Dear {1},You have been banned from the chatbox because you haven't followed the rules to use it.The forum staff


All times are GMT. The time now is 10:10 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.17205 seconds
  • Memory Usage 1,864KB
  • 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
  • (32)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
  • (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