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)

Bicho?? 08-07-2008 07:59 PM

Quote:

Originally Posted by skywalker2208 (Post 1592314)
Under edit options of the chat box select chat display and then under that option there is an option "HTML Code for the usernames display". In that option you can remove teh brackets.

Quote:

Originally Posted by SnapOff Racing (Post 1592410)
Yeah just like skywalker said, just go into Chats Display, under the MGC Chatbox EVO options list.. Goto the section that says "HTML Code for the usernames display" and it should have this in the field...

FIND:
<{1}>

CHANGE TO:
{1}



Thank you both, kind regards!

VBDev 08-08-2008 06:07 AM

Quote:

Originally Posted by gpc10347 (Post 1593404)
Thanks for the quick response. I moved back to version 4 as my users (what few they are) consider this the number one feature ever in a Vb board!

I don't have firefox but would be more than happy to go get it if it would help fix me up..

Oddly enough, there's no error that I can detect: As an example, if I want to enter a url or image, I click the approriate icon, the screen dims (similar to log off), the foreground entry box pops up as expected and if I hit cancel (for instance) - the entry box goes away but the screen and cursor never return.. If I refresh the entire page, all is well again...

I know I'm grasping at staws here as it obvious the product is perfect in all the other styles. I can't locate anything in the two oddballs that would interfere but will keep looking.

Perhaps I should wait and see what happens with a newer version later?

Yes certainly coz currently I am a bit buzy. I'll leave for a two weeks holiday (from the 15 August to the 31 August) so I am not really available to help out :)

Anyway yes you should wait for the next version but I don't think this version will change the problem as this part of the chatbox wasn't changed.

The changes to it were introduced in the 5.0 version. The popup is based on a jquery plugin so I am not sure I'll be really able to fix that out but let's see once the new version of the chatbox is up :)

SnapOff Racing 08-08-2008 07:30 AM

Quote:

Originally Posted by VBDev (Post 1592427)

Yes it does make sense but there is no query for that. The only thing would be to make a change in the code to display the BBCODE bar collapsed by default.

I would actually like it to appear UNcollapsed by default. That way it's there all the time regardless of what the user chooses. What template would I need to modify to make it do this? Thanks!

VBDev 08-08-2008 09:59 AM

To make it uncollasped by default is not that simple as collapse state is stored in a php variable.

You should have a look at the build_mgc_cb_evo function in the functions/mgc_cb_evo.php modifying it could lead to what you want.

Unless you don't now anything about php :( In that case I'm sorry but I currently don't have the time to guide nor help you.

RedGTiVR6 08-08-2008 07:53 PM

1 Attachment(s)
Got it to work!

Only one problem....when I first visit the chat, the text that's in the entry field is still in french.

It states the following.

Where can I change this?

EDIT: Message to display in the input field on page load

under Chats Formatting and Sending.

Fixed!

RedGTiVR6 08-08-2008 08:13 PM

Quote:

Originally Posted by sweede (Post 1588064)
I think i figured it out.

the function mgc_cb_evo_autocomplete() is in a template that is only used when the chatbox is active.

However, the function is called on every page since msc_cb_evo_headerinclude is included every where.

I removed the following code

Code:

function mgc_cb_evo_autocomplete()
        {
          <if condition="!empty($autocompletion_js)">
                          $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
                <else />
                        ;
                </if>
        }

from the mgc_cb_evo template and put it in the headinclude template

my new mgc_cb_evo_headinclude template looks as such.
Code:

<!-- JS -->
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.autocomplete.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.blockUI.js"></script>

<!-- CSS -->
<link rel="stylesheet" href="clientscript/mgc_cb_evo_add/css/jquery.autocomplete.css" type="text/css" media="screen" />

       

<script>

function mgc_cb_evo_autocomplete()
        {
          <if condition="!empty($autocompletion_js)">
                          $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
                <else />
                        ;
                </if>
        }

$(document).ready(function(){
        mgc_cb_evo_autocomplete();
});
</script>


This fixed the issue for me as well!

Thanks!

We're in business again!

zelnik 08-09-2008 11:06 AM

Nice mod and I would love to use it but not comfortable with the fact it forces everyone to read it the content.

Is there or would it be possible to add a section in the users CP to totally disable it?

Thank You.

RedGTiVR6 08-09-2008 12:26 PM

if you put it on a different page, then users aren't forced to see it at all. They opt to go to it.

gpc10347 08-10-2008 02:11 AM

Quote:

Originally Posted by zelnik (Post 1594696)
Nice mod and I would love to use it but not comfortable with the fact it forces everyone to read it the content.

Is there or would it be possible to add a section in the users CP to totally disable it?

Thank You.

Not that it's perfect but I have a couple of styles that I left it out of (for mobile purposes). This allows the user to select a style w/chat or w/o chat...

Soup^Dragon 08-10-2008 06:24 PM

i have a problem with the archives and the full page link not working. When i try to see the archives or the full page mode the chatbox disapears and i get this error at the top of the page

Quote:

Warning: Invalid argument supplied for foreach() in [path]/modules/news.php(686) : eval()'d code on line 3

Warning: Invalid argument supplied for foreach() in [path]/modules/news.php(686) : eval()'d code on line 3
any ideas?

forums are here www.simiancage.org

Alfa1 08-10-2008 06:38 PM

Quote:

Originally Posted by Alfa1 (Post 1593031)
It would be great if it where possible to only show who's chatting to certain usergroups. So even though they cant see the chatbox, they can still see there's activity. Please add this function.

Quote:

Originally Posted by VBDev (Post 1593207)
I am sorry but I won't do that. I personnaly don't find that useful.

If you want certain usergroups to see who's online in the chatbox then give them the right to the chatbox. This is to specific sorry.

I ask for this function, for those boards that have their chatbox available for sponsors / VIPs only. Your chat box is ideal for drawing donations. More members would want to make use of the chat box if they see that there is activity in the chat box. If they can see activity, then more members would sponsor/donate.

Any other solution to show activity in the chat box would also be very welcome.

cindy helmond 08-10-2008 07:35 PM

thx but i get all options and chat in france language any help ?
thx

KevinL 08-10-2008 07:49 PM

Quote:

Originally Posted by Soup^Dragon (Post 1595662)
i have a problem with the archives and the full page link not working. When i try to see the archives or the full page mode the chatbox disapears and i get this error at the top of the page



any ideas?

forums are here www.simiancage.org

Looks like you have a problem with some news module...

Quote:

Originally Posted by cindy helmond (Post 1595721)
thx but i get all options and chat in france language any help ?
thx

upload the language file...

cindy helmond 08-10-2008 07:52 PM

Quote:

Originally Posted by KevinL (Post 1595731)
Looks like you have a problem with some news module...



upload the language file...

that i have doing i have the englishe language uploaded also in the readme from that chatbox

Greenskull 08-10-2008 11:53 PM

Ok I'm getting mad now. It does not show on the arcade. I did everything I was told and it's still not there. HELP!

skywalker2208 08-11-2008 01:49 AM

Quote:

Originally Posted by zelnik (Post 1594696)
Nice mod and I would love to use it but not comfortable with the fact it forces everyone to read it the content.

Is there or would it be possible to add a section in the users CP to totally disable it?

Thank You.

Under edit options there is an option to choose whether to show the chat box.

VBDev 08-11-2008 06:17 AM

Quote:

Originally Posted by Greenskull (Post 1595855)
Ok I'm getting mad now. It does not show on the arcade. I did everything I was told and it's still not there. HELP!

You mean that you have followed the instructions to show the chatbox in the arcade ?

Ranger187 08-11-2008 07:09 PM

Sheesh. I have like 100+ hours into helping people in this mod and it's not even mine. ;) Ya people need to breathe! I get just as fed up when something doesn't work, but finding the issue helps VBdev too..... If I didn't spend so much time on the loading issue, I'd never have known the mod_security was one of the reasons. ;)

PM me ur site info and a test admin account if you want me to look into it... .If you got it working, let us know too.

BigRedDK 08-12-2008 05:04 AM

I am sure it's something simple but I have the ChatBox up on my forum (v 3.7.2) and it looks great but when I type in the text box and hit enter or click go the text doesn't appear in the chatbox. Any clues?

RedGTiVR6 08-12-2008 12:29 PM

read back a few pages. quite a few of us experienced it.

A fresh install fixed it for me.

obmob 08-12-2008 02:04 PM

Oh, i fixed that by uploading root files from previous 0.3.0 files :p

Kaycee123 08-12-2008 07:29 PM

[QUOTE=VBDev;1592427]

Any differences between those users in term of rights in the chatbox and so on ? (Style, ...).
QUOTE]

Hi - sorry for not answering this sooner, I've been on holidays. No, there's no difference in terms of rights to use the chatbox. And it happens intermittently to the same user at different times - sometimes it works fine, sometimes it doesn't! In fact, I'm in an internet cafe right now, and it won't work for me, but it works fine all the rest of the time for me.

If you would like an administrator account to look at our site, please let me know and I'll pm you the info.

Thanks!!

Ranger187 08-13-2008 02:02 AM

If it works one place and not another, it's cookies, or the server.

Greenskull 08-13-2008 06:27 AM

Quote:

Originally Posted by VBDev (Post 1596008)
You mean that you have followed the instructions to show the chatbox in the arcade ?

yes. It doesn't show though!

skywalker2208 08-13-2008 08:10 PM

I have a suggestion for this mod which I love. I know you have a couple of add ons like the me and delete commands and others. Would it be possible to create an add on to this that would let users know in the shout box when they receive a new private message like if I was chatting in teh chat box and I receive a PM I see a message in the chatbox saying that I have received a PM. Just a suggestion.

VBDev 08-14-2008 10:18 AM

In the next version, PM will be shown in the channel they are sent in So I think it's ok no ?

skywalker2208 08-14-2008 01:17 PM

Quote:

Originally Posted by VBDev (Post 1598356)
In the next version, PM will be shown in the channel they are sent in So I think it's ok no ?

I am not talking about the private message chat. I am talking about when you receive a private message in your inbox. You know you receive a pop up saying you have receive a private message from..... I thought it would be a nice feature to add that a message would display that you have received a new private message in your inbox. Something like "skywalker2208 you have received a new private message from.....". The only reason I bring this up is because sometimes members don't know when they have received a new private message because the page doesn't refresh only the chat box does and members tend to say hey skywalker2208 I sent you a private message. Get it?

VBDev 08-14-2008 08:15 PM

Oh ! No sorry I won't do that it's fully outside of the chatbox scope honestly.

For me it's not a chatbox functionnality.

wmlvb 08-14-2008 10:00 PM

Not sure if I am missing it but would be nice to have a button for selecting all the chat boxes for quick erase

Ranger187 08-14-2008 10:30 PM

Quote:

Originally Posted by wmlvb (Post 1598795)
Not sure if I am missing it but would be nice to have a button for selecting all the chat boxes for quick erase

Click the search button in the thread ;) There is a command for that.

wmlvb 08-14-2008 10:57 PM

What exactly am I suppose to type in the search to find this command. Tried delete all shouts. delete all chat. Not sure what I should type. Thanks

Ranger187 08-14-2008 11:04 PM

So you typed random commands? LOL. That's not too smart buddy. Gimme a sec, I'll find it.

Ranger187 08-14-2008 11:09 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1474760&postcount=853" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=853</a>

wmlvb 08-14-2008 11:19 PM

well if I could read your mind and were as smart as you I would know what to type:)

How about sharing what you typed? to get that post instead of ridiculing my chices for word use which are legitmate search words for deleting the chats.

/del all did not work and in the help it does not list the commands like stated in that post!! can you just share the command and be done w/ it?

Ranger187 08-14-2008 11:36 PM

I typed "delete" ;) It was like 15 results in cupcake.

And it doesn't work because your smart self didn't add the command ;)

Open up the zip file, goto the commands folder and install the del command ;)

And just so you know, I'm a smart ass to begin with. Don't take me seriously....

g0dfather1984 08-15-2008 04:40 AM

I finally got this nifty feature to work. Would there be a way to add the chat stats to your post bit legacy?

Greenskull 08-15-2008 05:42 AM

Quote:

Originally Posted by Greenskull (Post 1595855)
Ok I'm getting mad now. It does not show on the arcade. I did everything I was told and it's still not there. HELP!

yes i did follow instructions. Any suggestions?

VBDev 08-15-2008 08:45 AM

Quote:

Originally Posted by g0dfather1984 (Post 1598953)
I finally got this nifty feature to work. Would there be a way to add the chat stats to your post bit legacy?

This could certainly be possible yes but not in the to be released version.

I will however add it to the todo list :)

Quote:

Originally Posted by Greenskull (Post 1598974)
yes i did follow instructions. Any suggestions?

I will check that out once back from holidays in 2 weeks. I first want to do that release :)

VBDev 08-15-2008 01:42 PM

Beta phasis launched :)

Ranger187 08-15-2008 09:27 PM

Testing now.


All times are GMT. The time now is 04:38 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.12702 seconds
  • Memory Usage 1,845KB
  • 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
  • (20)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