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)

ezekiel97 12-27-2006 01:30 AM

I cant find " <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>" in my template, is it supposed to be something else?

Ziki 12-27-2006 08:08 PM

Quote:

Originally Posted by Feckie (Roger) (Post 1133768)
I don't suppose there will be an ajax version..............

All The Same Installed and working great..

Many Thanks

This was made to replace the AJAX vBShout :)

dfb 01-03-2007 12:34 PM

I like this a lot as it is very simple.

How can I move the chat box? Where in the code would I place it to put it above my forums, just below the navbar.

Right now it seems lost in the Whats Going On section.

Many thanks in advance,

derek

labocha 01-05-2007 06:08 PM

What exactly does the "Refresh" button do ? On my site it does not seem to be doing anything ...

marcsmith73 01-07-2007 10:27 PM

Awesome...thanks!

ep13 01-07-2007 10:46 PM

it needs somthing showing whos in the chat room and autorefresh

lard007 01-10-2007 04:44 PM

Quote:

Originally Posted by Knightmane (Post 1132851)
Is it possible to run this at the same time as the usual vBShout... say... vBshout on forumhome and chatbox on another of the other forums? I ask because I know you can't have 2 instances of vBshout at the same time. Is this possible?

Just done this - vbshout on CMPS with this as another module above it from admins only - all working so far - great add-on, many thanks!

BarryoBrien 01-11-2007 09:04 PM

does this work with vb 3.6.4

Flow Fusion 01-11-2007 09:35 PM

Quote:

Originally Posted by BarryoBrien (Post 1156553)
does this work with vb 3.6.4

I am running it right now and so far so good!

sys4096 01-12-2007 02:57 PM

Great little chatbox, does the job perfectly for what I want, apart from 1 thing:

Is there any way to make this visible to only registered users, or members of a usergroup?

dfb 01-12-2007 03:03 PM

Is there a way for the box to automatically refresh itself every x seconds?

thanks

sys4096 01-12-2007 03:09 PM

Yes it does that - you can adjust the value by editing the php file

dfb 01-12-2007 04:20 PM

thanks for the help with the box automatically refreshing,

where in the php file can I find that. What do I look for?

thanks for your help in advance

Flow Fusion 01-12-2007 09:54 PM

Quote:

Originally Posted by dfb (Post 1157207)
thanks for the help with the box automatically refreshing,

where in the php file can I find that. What do I look for?

thanks for your help in advance

In the shoutbox.php look for the
################### CONFIG VARS ##################

under that heading there is a bunch of configurations you can make including the one you asked for.

Flow Fusion 01-12-2007 09:56 PM

Quote:

Originally Posted by sys4096 (Post 1157110)
Great little chatbox, does the job perfectly for what I want, apart from 1 thing:

Is there any way to make this visible to only registered users, or members of a usergroup?

Yes, in the chatbox.php under
################## CONFIG VARS ################

look for the heading $cantshout put in the usergroups you dont want ie 1 for unregistered and so forth.

Flow Fusion 01-12-2007 09:58 PM

Quote:

Originally Posted by dfb (Post 1149837)
I like this a lot as it is very simple.

How can I move the chat box? Where in the code would I place it to put it above my forums, just below the navbar.

Right now it seems lost in the Whats Going On section.

Many thanks in advance,

derek

Anybody solve this?

kewlfoogle 01-15-2007 02:01 AM

adding this line thats stated in your install.txt i get an error...

this line:

<!-- 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="#" onclick="return 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%" style="border: 0px" frameborder="0"></iframe></div></td>
</tr>
</tbody>
<!-- / Chatbox -->

gives me this error:

An appropriate representation of the requested resource /admincphide111k/template.php could not be found on this server.

admincphide111k/template.php is indeed there.

sys4096 01-15-2007 09:46 AM

Quote:

Originally Posted by Flow Fusion (Post 1157531)
Yes, in the chatbox.php under
################## CONFIG VARS ################

look for the heading $cantshout put in the usergroups you dont want ie 1 for unregistered and so forth.

That wasn't what I was asking m8, thanks for having a go but what I asked was if there is a way to make it VISIBLE to registered users ONLY

The above stops anyone but registered users from shouting, which is fine but I want to stop
non regged users even seeing the chatbox.

Cheers,
Paul.

darkilla2 01-15-2007 08:57 PM

i guess u can put it under the

<if condition member show> something like that forgot the exact words i knoe its right on top of the usercp links part

SidelineSports 01-16-2007 01:28 AM

Awesone! Installed! Love it!

N00BIE 01-25-2007 07:27 PM

Quote:

Originally Posted by Flow Fusion (Post 1157536)
Anybody solve this?

mine is under the nav bar..

in
FORUMHOME
find:
Code:

[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header

about 14 lines down from the top below that add the code..

Flow Fusion 01-26-2007 11:28 PM

Quote:

Originally Posted by N00BIE (Post 1167224)
mine is under the nav bar..

in
FORUMHOME
find:
Code:

[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header

about 14 lines down from the top below that add the code..

Thanx for the reply. I solved this about a week ago and should have posted it. Again, thank you for the assistance!

MistaMarkael 01-28-2007 03:59 AM

is there a way i could place this in users profiles so that each user had their own tagboard with their own posts n tags

TheFrienzNet 01-28-2007 04:10 PM

Thanks, this looks great. :)

*Edit*

Sorry, I don't really like it. Nice effort though!

Patria 02-03-2007 02:44 PM

- prune support for moderators added
- guests (people who are in the canshout array) couldnt see the content of the chatbox anymore

xoclanes 02-05-2007 06:00 PM

is there a way to make the chatbox appear on all the forums no just the index?

inspiration100 02-11-2007 11:06 PM

Quote:

Originally Posted by xoclanes (Post 1175358)
is there a way to make the chatbox appear on all the forums no just the index?

Would like to know also, plus is there a way to make th enames the same colours as the group legend...e.g admin group displays in red

Kadi 03-03-2007 02:24 PM

My members have been asking for this for a while. I've installed it on a test page and its working fine.

My forum is in Arabic, right to left, is it possible to have the text and time on the right?

Thanks

Dream 03-03-2007 07:21 PM

I wouldn't know how to change that Kadi, sorry :(

You can ask for help, for someone to try and change the script and release it again.

scan-pa 03-03-2007 09:00 PM

You should look for this code in chatbox.php:

echo '['.$time.'] <em>'.$shout['username'].$del.'</em>: '.$parsed.'<br />';
}
echo '</div>';

Re arange this to how you would like to display it.

be sure to save a backup before making changes. if I have time I will try it.

Kadi 03-04-2007 04:03 AM

Thanks but I know nothing of codes...I just follow directions. :o

Really good mod, though. I would have liked to add it. :up:

Zidane007nl 03-05-2007 08:13 PM

Thanks for releasing this mod. I had to remove vBShout because my host was complaining about a high load my website is causing.

It's a simple and effective shoutbox. :)

Zidane007nl 03-05-2007 10:41 PM

However, there's one problem. One member can't post in the shoutbox because there's a ' (apostrophe) in his name and that is causing a database error. The apostrophe in his name isn't converted to HTML code.

rnmcd 03-06-2007 05:38 PM

How does Chatbox differ from vbShout 2.0?

Can anyone tell me the differences? Is it that ChatBox doesn't use as much resources?

Thank you.

mcqwert 03-07-2007 02:02 PM

What code should I use to list this only on one specific forum, and for it to not be included in threads.

Example, I'd like it to appear in forum id: 2... but I don't want it to appear in the threads of that forum? Is this possible?

rnmcd 03-07-2007 03:27 PM

Quote:

Originally Posted by jyajay (Post 1136297)

With a simple wget cronjob set up that creates a static html file everything works fine now, I'd really recommend everybody doing that - especially on high loaded index pages.

Can you tell us newbies how to do that?

rnmcd 03-07-2007 03:36 PM

Quote:

Originally Posted by mcqwert (Post 1198003)
What code should I use to list this only on one specific forum, and for it to not be included in threads.

Example, I'd like it to appear in forum id: 2... but I don't want it to appear in the threads of that forum? Is this possible?

If I wanted a different chat box in each forum id, is that possible? Would I need to install multiple instances of Chatbox?

letsjoy 03-09-2007 08:27 PM

very nice

Dream 03-12-2007 09:34 AM

Quote:

Originally Posted by Zidane007nl (Post 1196688)
However, there's one problem. One member can't post in the shoutbox because there's a ' (apostrophe) in his name and that is causing a database error. The apostrophe in his name isn't converted to HTML code.

I think I fixed this, let me know if you still have problems.

Updated, added AdminCP options to prune messages.

rnmcd 03-12-2007 04:23 PM

For a fee, could this be made to have a different chat box in each forum?


All times are GMT. The time now is 01:27 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.01806 seconds
  • Memory Usage 1,819KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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