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 - Dream's Chatbox (https://vborg.vbsupport.ru/showthread.php?t=131002)

KHALIK 11-12-2007 02:45 AM

ok, will be testing version 2 now with ajax enabled :(

btw it works perfectly BUT on IE i get errors!

Guest191216 11-13-2007 07:05 PM

Hi,
Install worked well, but the chatbox never empties itself..
So since day 1 all messages are still there.

How can I set this to be cleaned / emptied daily or weekly ?

txs
khb

Dream 11-13-2007 11:21 PM

Read the instructions in the cron/ folder

Guest191216 11-14-2007 06:05 AM

Thank you !
I had missed this one :o
kh

thepub 11-15-2007 03:28 AM

what is the difference between the ajax verson and the other one? I don't know what ajax is *hides*. Also, how can I set this up to be on every page and not just the forum home?

Dream 11-15-2007 03:31 AM

Ajax means no page refreshes.

You can add it to every page if it's below the navbar.

thepub 11-15-2007 02:16 PM

I do have it below the navbar but how do I put it on every page?

Dream 11-16-2007 08:10 AM

Just put it on the bottom of the navbar template instead of in the forumhome template.

thepub 11-18-2007 05:16 PM

Quote:

Originally Posted by Dream (Post 1383619)
Just put it on the bottom of the navbar template instead of in the forumhome template.

just paste the code at the bottom?

thepub 11-18-2007 05:22 PM

Quote:

Originally Posted by thepub (Post 1385067)
just paste the code at the bottom?

woohoo it worked! Except it put the shoutbox on my homepage (cmps) twice and I didn't know how to remove the extra one and keep the module one (looked better as a module for homepage). How can I set it up back like it was for my homepage?

Dream 11-18-2007 07:17 PM

You can remove the code from your navbar template. To remove it only from the cmps page I wouldn't know how.

SNATCH3R 11-19-2007 11:09 AM

thanks for the mod Dreams....already downloaded..will install it after setting up my forum completely.....i just want to ask..will the chatbox appear in the vba CMPS home page or only on the Forumhome page.....

thanks once again.. :)

SNATCH3R 11-19-2007 03:10 PM

Installed.....thanks....but i find some issues with FF. its workin fine with IE...neways gr8 work....

Can anybody tell is it possible to see the online users in the Chatbox....thanks in advance

mortydot 11-20-2007 11:28 AM

Hmmm strange I think I'm the only one but when i want to import the cpnav_chatbox.xml as a new product for vbulletin trough the "browse" button or through the server i Get this error:

Invalid File Specified

Using Chatbox 2.0 and VB latest version.:eek:

mortydot 11-24-2007 06:31 PM

How stupid can i be...... wrong xml file.... needed the other one.... excuse me...

marko42m 12-04-2007 07:48 PM

I have this message:
Parse error: syntax error, unexpected '<' in D:\Inetpub\webs\myweb.com\rcforum\index.php(63) : eval()'d code on line 1

pls. help:confused:

tikichick 12-08-2007 10:35 PM

I love this mod!! Thank you thank you thank you!

Is there a way to play a sound to indicate new activity?

kronnos 12-10-2007 09:04 AM

Hi, I just downloaded the chatbox and really love it but cant get it to stay right were i want it.

Tried so many ways to make it fit right put just dont knwo enough code to do it.

I uploaded an image showing were i want it and how it turned out in the first line of forum details. I edited in photo editor How I would want the chat box to be places like in the last line of forum detailed. i tried to be as detailed as possible in the image:) Thank You!

Or Like in this image: https://vborg.vbsupport.ru/attachmen...0&d=1180656301

Dream 12-10-2007 10:11 PM

Quote:

Originally Posted by tikichick (Post 1397613)
I love this mod!! Thank you thank you thank you!

Is there a way to play a sound to indicate new activity?

Sorry I stopped adding new features to this mod.

Dream 12-10-2007 10:15 PM

Quote:

Originally Posted by kronnos (Post 1398443)
Hi, I just downloaded the chatbox and really love it but cant get it to stay right were i want it.

Tried so many ways to make it fit right put just dont knwo enough code to do it.

I uploaded an image showing were i want it and how it turned out in the first line of forum details. I edited in photo editor How I would want the chat box to be places like in the last line of forum detailed. i tried to be as detailed as possible in the image:) Thank You!

Or Like in this image: https://vborg.vbsupport.ru/attachmen...0&d=1180656301

Use the "chatbox in Whats Going On box.txt" instructions, but instead add the code before this

</table>
<br />
<!-- end what's going on box -->

I *think* that should do it.

jking222222 12-10-2007 11:39 PM

Thanks for the mod!

Is there a way to have it show up on the home page and one specific thread or board?

Dream 12-10-2007 11:42 PM

The instructions for it to show on the home page are included in the zip file.

For the chatbox to show on a thread or a particular forum, you would need template conditionals, but I'm not sure which ones you would need. You can try to ask for help on this forum.

kronnos 12-11-2007 10:23 AM

Thank you, didn't even see that text file in the folder before:)

Can I change the text "chatbox" where it says "http://forumname.com - chatbox - MozillaFirefox. Also is there a way to insert an Ad code and/or a header in the new chatbox window that opens with the javascript code?

Thank You

Dream 12-17-2007 11:12 PM

There should be a phrase that has "chatbox" in it so you can change it. If not (been almost 6 months I don't mess with this mod) there should be a <title>chatbox</title> in chatbox.php you can change.

There's no way to insert an ad to the chatbox page without adding it to the normal chatbox that appears on forumhome, because there's no way to know where the user is.

kronnos 12-18-2007 07:46 AM

Quote:

Originally Posted by Dream (Post 1403151)
There should be a phrase that has "chatbox" in it so you can change it. If not (been almost 6 months I don't mess with this mod) there should be a <title>chatbox</title> in chatbox.php you can change.

There's no way to insert an ad to the chatbox page without adding it to the normal chatbox that appears on forumhome, because there's no way to know where the user is.

Thanks, fixed it in chatbox.php. And yes, when i add the ad/header to chatbox in new windows, it also opens in the the normal chatbox aswell. I know little about codes but just got an idea to make 2 different javascript codes added to navbar.

This could be the code to add for the normal chatbox:
Code:

<!-- Chatbox -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatbox')"><img id="collapseimg_forumhome_chatbox" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatbox].gif" alt="" border="0" /></a>
                        <a href="javascript:openChatbox()">$vbphrase[chatbox_chatbox]</a>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_chatbox" style="$vbcollapse[collapseobj_forumhome_chatbox]">
        <tr>
                <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%"$chatboxheight style="border: 0px" frameborder="0"></iframe></div></td>
        </tr>
</tbody>
<!-- / Chatbox -->

Which would open the chatbox.php. and then make another chatbox2.php which would then be added to:
Code:

<script type="text/javascript">
<!--
function openChatbox () {
        chatbox = window.open('chatbox2.php','chatbox','height=330,width=650,directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=yes');
}
//-->
</script>

Will that work and if yes, would it use up too much resources running to chats?

PS: In firefox the window opens in the preset size but in internet explorer the window opens full size.

Dream 12-18-2007 07:49 AM

no it would be fine

AlexanderT 12-29-2007 03:27 PM

I think there is a small bug.

Function chatbox_construct_shouts refers to the global variable $tagarounduser but it's missing in the global statement. In effect, the "Tag Around Username" option does not work. To fix it, add $tagarounduser to the global statement of the function.

Sevo 12-29-2007 06:03 PM

I have VBA installed and I uploaded your chat to it.. but in the chat box field it say "no input data" how do I get it to work in the VBA page.

thank you for your help

TCE Killa 12-29-2007 06:10 PM

Great mod this, thanks.

Tikibird 12-31-2007 06:08 AM

How is this chatbox in regards to server load? I am currently running VBShout2.1 and it is killing my bandwidth. If anyone has used both products, I would be interested in a comparison.

I downloaded it and was going to give it a try but I am confused by the various text docs with template edits. Is it necessary to edit templates to make the chatbox work? Or are the template edits just if you want to change the position of it?

jediteknoman 01-02-2008 11:27 AM

Seems like a basic modification but I like it. However how do I make the Chatbox appear on the top in the main forum homepage?

At the moment its appearing on the bottom.

EUWI 01-07-2008 03:43 PM

I am not able to get the date to display when a msg is posted. The time shows up, but no date.

How can I correct this issue?

Thanks

ausjeepo 01-11-2008 07:22 AM

Is there anyway to stop chatbox from appearing in whoes online?

Thanks

dave9720 01-12-2008 11:34 AM

Where is (template edits) :confused: Is it in admincp? Thanks Dave

Lombardo 01-12-2008 12:13 PM

Is there a way to add an image like this on dreams chatbox https://vborg.vbsupport.ru/showthread.php?t=167396


would be greatly appreciated.

dave9720 01-12-2008 01:58 PM

Quote:

Originally Posted by dave9720 (Post 1420067)
Where is (template edits) :confused: Is it in admincp? Thanks Dave

I have the Chatbox in admincp with only 1 option (Delete Messages)
I have 3 Product Plugin ( Chatbox - WOL Support online_location_process,
Chatbox - WOL Support online_location_unknown and Create $chatboxheight forumhome_start )

Tomo123 01-12-2008 09:15 PM

being new to vb I thought I'd install this mod, and I got to say it's fantastic :), at first I thought I'd never be able to do but with the clear instructions given I had it set up in 20 mins :)

Thanks

dave9720 01-12-2008 09:24 PM

Quote:

Originally Posted by Tomo123 (Post 1420361)
being new to vb I thought I'd install this mod, and I got to say it's fantastic :), at first I thought I'd never be able to do but with the clear instructions given I had it set up in 20 mins :)

Thanks

Can you tell me where you edit your navbar template? :confused:

Lombardo 01-13-2008 03:33 PM

Quote:

Originally Posted by Lombardo (Post 1420088)
Is there a way to add an image like this on dreams chatbox https://vborg.vbsupport.ru/showthread.php?t=167396


would be greatly appreciated.

anyonepleased?

taxidriva 01-13-2008 04:03 PM

is it possible to forbid using only certain bb codes on chatbox? like size, quotes, perhaps certain colors etc.?


All times are GMT. The time now is 12:19 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.02374 seconds
  • Memory Usage 1,824KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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