vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Shoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=38698)

hexonxonx 06-16-2003 11:50 PM

I went back a few pages and didn't see this asked yet. I am wondering if anyone knows the modifications needed to get this running on vB 3.0?

If not, does anyone have plans to do so soon?

-Sidekick- 06-18-2003 11:58 AM

Someone on at vb.com was talking about almost having this done.

hexonxonx 06-18-2003 05:48 PM

Quote:

Today at 01:58 PM -Sidekick- said this in Post #402
Someone on at vb.com was talking about almost having this done.
Yeah I saw that same post over there.

fury 06-22-2003 07:20 PM

That would be me :) Unfortunately, vB.org does not allow the release of vB3 hacks. Stay tuned for more info, I am in the process of asking TWT for permission to rerelease the hack. I would guess that the hack itself is about 90% complete now.

gmarik 06-22-2003 07:22 PM

The last shout in the place of Announcement :cool:

monstergamer 06-24-2003 02:26 AM

is there any way to ban and unban some one from the shoutbox.
but not ban the them from the forum

-Sidekick- 06-24-2003 04:29 AM

Yea monster, I added it to my board. I'll post it up in a sec.

-Sidekick- 06-24-2003 04:49 AM

Open Shoutbox.php

Find this:

PHP Code:

$templatesused 'shoutbox,shoutboxbit,shoutbox_adminoptions,shoutbox_error,shoutbox_leaderbit,shoutbox_leaders,shoutbox_notloggedin,shoutbox_pagenav,shoutbox_postshout'

Replace that with this:

PHP Code:

$templatesused 'shoutbox,shoutboxbit,shoutbox_adminoptions,shoutbox_error,shoutbox_leaderbit,shoutbox_leaders,shoutbox_notloggedin,shoutbox_banned,shoutbox_pagenav,shoutbox_postshout'


Then find this:

PHP Code:

eval("\$shoutbox_postshout = \"".gettemplate("shoutbox_notloggedin",1,0)."\";");


Below that, add this:

PHP Code:

// ###################### START OF BANNING OPTION ##########################

if ($bbuserinfo[userid] == X) {
    eval(
"\$shoutbox_postshout = \"".gettemplate("shoutbox_banned",1,0)."\";");
  }

// ###################### END OF BANNING OPTION ########################## 

Replace X in that code with the User ID of the person you are banning.

Then create a template named shoutbox_banned

Put this in that template:

PHP Code:

<br/><center><normalfont color="white"><b>You have been banned from the shoutbox and no longer have the ability to shout.</b></normalfont></center><br/> 

Upload your shoutbox.php and that should be it.

Don't forget to change the font color from white in the added template to whatever color that matches your style. That's the color the text will be from the ban message.

If you do that correctly, when someone that is banned goes to the shoutbox it will look like the attached screenshot. Sorry it's not a function that you can do from your AdminCP, I'm not that good. :ermm:

monstergamer 06-24-2003 05:09 AM

thanx
trying it now

gmarik 06-24-2003 11:00 AM

I created a folder "/chat" wich is on the same level as the folder "/forum". All is working well only one thing - smilies never show up, because the path to them has changed. Is there a way to add $bburl to every smilie path or a better method to solve this problem?

-Sidekick- 06-24-2003 06:27 PM

Quote:

Today at 01:09 AM monstergamer said this in Post #409
thanx
trying it now

That only works if you are trying to ban one user id ya know. If you are trying to ban multiple people it has to be written a little differently.

monstergamer 06-24-2003 07:17 PM

right now i only need this one. :rambo: thanx

-Sidekick- 06-25-2003 02:18 AM

no problem

-Sidekick- 07-01-2003 08:03 PM

Did anyone ever make a modification so wrap things like long links and long blocks of text like __________________________________________________

phill2003 07-03-2003 01:00 PM

i have been asked to put this up here by a few people so here goes.......

this is a modification o the shoutbox found shoutbox by TWTCommish here

it works on vb2.3.0 but there is no reason why it wont work on most if not all vb 2.x.x

to use this you need vbhomelight by teck available here vbhomelight by teck


and the shoutbox by TWTCommish (see above)

this puts the shoubox on the homepage of the vbhome light and makes it scroll.........


live demo here http://www.talkshopforums.co.uk

its not much but someone might like it eh :)

instalation instructions attached.....

any probs post them here i'll try to help....

thanks
phill

cirisme 07-03-2003 01:13 PM

You can't control the scrolling with a scroll bar?

phill2003 07-03-2003 01:20 PM

errr not sure i understand you m8 ????

cirisme 07-03-2003 05:11 PM

Quote:

06-24-03 at 06:00 AM gmarik said this in Post #410
I created a folder "/chat" wich is on the same level as the folder "/forum". All is working well only one thing - smilies never show up, because the path to them has changed. Is there a way to add $bburl to every smilie path or a better method to solve this problem?

You could use <base href="$bburl"> :)

cirisme 07-03-2003 05:12 PM

Quote:

Today at 08:20 AM phill2003 said this in Post #417
errr not sure i understand you m8 ????

Nevermind :ermm:

Limpkinw 07-07-2003 05:07 AM

Any chance the scrolling shotubox would work with phpportal? Thx

midnightz 07-12-2003 12:29 PM

Anyway to turn off the auto-refresh that happens with the shiutbox or set it at a much higher rate. it would be ideal to disable it.

Thanks,

midz

-Sidekick- 07-12-2003 04:47 PM

You can set it at a higher rate yourself in shoutbox.php

I don't see why people say this. The only reason for it needing to be increased is if people post huge messages there. I don't allow that on my forums cause huge messages on forumhome make your forums look retarded.

oh btw, anyone work a word wrap into this yet?

proxyMX 07-12-2003 10:32 PM

the shoutbox isnt displaying on my index, help

proxyMX 07-13-2003 07:02 AM

bump, the thing is simply slowing down my frontpage, and its not displaying the shoutbox there

proxyMX 07-15-2003 10:50 PM

helloooooooooooooo
No one giving support to any hacks now a days phhft

TWTCommish 07-15-2003 10:55 PM

99.9% of all problems (of which you shouldn't have any if you follow the instructions properly) which you might run into have already been explained and dealt with in this thread.

I guess writing a hack for public use and engaging in public troubleshooting for ONLY months on end isn't enough to merit your gratitude, though.

monstergamer 07-15-2003 11:25 PM

first make sure you did the query on your database

PHP Code:

CREATE TABLE `shoutbox` (
  `
shoutid`    int(11NOT NULL auto_increment,
  `
userid`     int(11NOT NULL default '0',
  `
shout_texttext NOT NULL,
  `
timestamp`  int(11NOT NULL default '0',
  
PRIMARY KEY  (`shoutid`)
TYPE=MyISAM

if you did that make sure you added
In the "forumhome" template, replace this code:

PHP Code:

$pminfo 

With this code:

PHP Code:

$pminfo
$the_shoutbox 


Xelation 07-17-2003 12:58 AM

-Sidekick-

would it be possible to add the option to ban someone from the shoutbox in the mod and admincps.. like a link called "Ban From Shout" and then it brings you to a page with a list of people that are banned and yuo can remove them from the ban list or add people to the ban list? that would be awesome!

Dean C 07-17-2003 10:26 AM

You can easily create an admin cp option where you can enter a list of userid's to be banned Matt :)

- miSt

hpisavagecom 07-17-2003 11:33 PM

Ok, i installed this hack, works great for registered members, but if a guest now attempts to view my forum/index.php they receive the following error:

There seems to have been a slight problem with the HPISAVAGEFORUM.COM database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

This is very annoying, as guests think the site is down and don't register.....

Is there a solution to this problem???

Thanks

-Sidekick- 07-18-2003 04:56 AM

What's the actual error?

Limpkinw 07-18-2003 07:28 AM

People are shutting down my site with html codes...is there a way around this?

Xelation 07-18-2003 07:29 AM

Quote:

Today at 04:28 AM Limpkinw said this in Post #432
People are shutting down my site with html codes...is there a way around this?

dont enable html

azork 07-18-2003 02:39 PM

Would somebody have an idea to limit the number of lines in a shout? example not of more than 5 lines?

thank you :) 4 This hack

Limpkinw 07-18-2003 02:49 PM

Quote:

Today at 03:29 AM Xelation said this in Post #433
dont enable html

Possible to explain how this is done? thank you

Limpkinw 07-23-2003 05:15 PM

I have disabled html in every possible area, please fill me in and lemme know what can be done my site gets shut down within 2 min of puttin up shoutbox :(

Xelation 07-23-2003 07:45 PM

Quote:

Today at 02:15 PM Limpkinw said this in Post #436
I have disabled html in every possible area, please fill me in and lemme know what can be done my site gets shut down within 2 min of puttin up shoutbox :(


just go into your admincp and go to vbulletin options.. scroll down and disable html.

Limpkinw 07-23-2003 08:00 PM

i Have done that to no avail.

Xelation 07-23-2003 08:06 PM

Quote:

Today at 05:00 PM Limpkinw said this in Post #438
i Have done that to no avail.

dunno then, that should work.. good luck

shadow99 07-24-2003 10:22 PM

If you go to http://boards.videogamezone.net/shoutbox.php you'll see that the leaderbit isn't showing up. Everything else is working great expect the leaderbit problem so if anyone knows how to fix it that would be great.

Thanks! :)


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