Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Shoutbox 1.0 Details »»
vB Shoutbox 1.0
Version: 1.00, by TWTCommish TWTCommish is offline
Developer Last Online: Dec 2022 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-15-2002 Last Update: Never Installs: 263
 
No support by the author.

Well, people wanted it, so here it is: a vB-integrated Shoutbox. It's a little different than the one they used to have on this site, however. The moderation functions are VERY basic...but they'll be improved for 2.0, most likely, if there's any interest.

A short breakdown:
  • It's a chatroom-esque page that everyone can use.
  • Shouts that day, shouts in last 24 hours, shouts by YOU, and total shouts, are all tracked.
  • Leaderboard (top shouters) is tracked.
  • Clickable smilies automatically added below the add shout box.
  • "delete" link shown on all shouts if you're an admin or a moderator (usergroupids 5, 6, and 7 by default).
  • bbCode parsing included.
Attached is an archive containing all the files you'll need for the basic installation, AND for the optional features. NOTE: the vBHacker compatible file included within does NOT constitute a full installation. You'll still need to upload the shoutbox.php file to your main forums directory.

Enjoy. Here's a live demo: http://www.movieforums.net/shoutbox.php

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 07-11-2002, 12:49 PM
pjgoncalves pjgoncalves is offline
 
Join Date: Dec 2001
Location: Portugal
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Schorsch
so please can you help mit with this forwarding, so that after pressing "shout now" I get forwardet to vB/index.php ?

the main issue is that no HTTP 404 error site appears...

THANKS in advance!!

regards,
Schorsch
I have the same problem.. when i click on 'shout now' it redirects to a 404 page
Reply With Quote
  #193  
Old 07-11-2002, 01:02 PM
pjgoncalves pjgoncalves is offline
 
Join Date: Dec 2001
Location: Portugal
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working now..

i changed form action="/shoutbox.php" to form action="$bbtile/shoutbox.php"

tks for the Shoutbox
Reply With Quote
  #194  
Old 07-11-2002, 01:19 PM
globalwin's Avatar
globalwin globalwin is offline
 
Join Date: Jun 2002
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know how I can add this to Who's Online so it shows that people are in the shoutbox when people look at whos online?
Reply With Quote
  #195  
Old 07-12-2002, 05:16 AM
FWC's Avatar
FWC FWC is offline
 
Join Date: Oct 2001
Location: Ontario, CA
Posts: 821
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by globalwin
anyone know how I can add this to Who's Online so it shows that people are in the shoutbox when people look at whos online?
Use Firefly's hack. It's excellent:

https://vborg.vbsupport.ru/showthrea...threadid=32849
Reply With Quote
  #196  
Old 07-15-2002, 10:00 PM
Heineken77 Heineken77 is offline
 
Join Date: Jul 2002
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Great hack, I love it!!!! Just a couple questions:
  • My shoutbox is located at the top of the forum http://nba2k3.net/forum/index.php. How would I go about changing: The Shoutbox - Latest Shout to match my other forum category colors? If you go look at it, you'll see that bar is Black with Lime color fonts. I would like to have that changed to Lime background color and Black colored fonts. Also, How could I change the color of the fonts in the actual shout alone if I wanted to?
  • I still can't seem to figure out how to have the Shout posted to the top of each sub-forum, rather than just the main forum page Can anyone help me with this?
  • Finally, what template is it that I change where the shout bar at the top of my forums are shown? Say for example I wanted to move it to the bottom.

Oh .. and by the way...what does the shoutbox_hack.php file do and where am I supposed to upload it?

Thanks very much!! I love this hack
Heineken
Reply With Quote
  #197  
Old 07-16-2002, 06:27 PM
TWTCommish's Avatar
TWTCommish TWTCommish is offline
 
Join Date: Oct 2001
Location: Pittsburgh, PA, USA
Posts: 783
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to respectfully ask the people reading this to PLEASE keep all requests for support within this thread...I cannot offer support via email, PM, or IM. If I did, it wouldn't be long at all before I found myself spending more time troubleshooting with people than I I'd spent on the hack itself, by far.

Read the instructions included with the hack, and read through the thread if need be.

Thank you.
Reply With Quote
  #198  
Old 07-18-2002, 02:34 AM
Schorsch's Avatar
Schorsch Schorsch is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I solved my problem (getting an "HTTP404 page not found" error site after pressing shout button)!!!!!!

in shoutbox.php I replaced

Code:
header("Location: $PHP_SELF?s=$sessionhash[sessionid]");
with:

Code:
header("Location: shoutbox.php?s=$sessionhash[sessionid]");
nevertheless I would like to know where the exact fault is located, why doesn't work this $PHP_SELF thing with the shoutbox on my board ??

thanks,
Schorsch
Reply With Quote
  #199  
Old 07-18-2002, 02:50 AM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works for my problem also thanks!

Quote:
Originally posted by Schorsch
I solved my problem (getting an "HTTP404 page not found" error site after pressing shout button)!!!!!!

in shoutbox.php I replaced

Code:
header("Location: $PHP_SELF?s=$sessionhash[sessionid]");
with:

Code:
header("Location: shoutbox.php?s=$sessionhash[sessionid]");
nevertheless I would like to know where the exact fault is located, why doesn't work this $PHP_SELF thing with the shoutbox on my board ??

thanks,
Schorsch
Reply With Quote
  #200  
Old 07-18-2002, 03:27 AM
musicfreak12399's Avatar
musicfreak12399 musicfreak12399 is offline
 
Join Date: Mar 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey TWT. I love this hack, and so dont my members. BUT, when ever you click shout, it refreshes Page cannot be found, and it does that for the whole site, not just the shout box. Has this happened to ne one? and how do i fix it? ive tried re-installing it, but i dont see how i coulda messed up seeing as i just copied and pasted.
Thanx
Reply With Quote
  #201  
Old 07-18-2002, 03:28 PM
Schorsch's Avatar
Schorsch Schorsch is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you mean that a "HTTP404 page not found" site appears after pressing Shout button ????

if yes watch my above post, I had the same problem, but fixed it.

regards,
Schorsch
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08474 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete