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

Reply
 
Thread Tools
BVShoutbox 1.0 Details »»
BVShoutbox 1.0
Version: 1.00, by Black Vivi Black Vivi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-02-2004 Last Update: Never Installs: 40
 
No support by the author.

Features:
  • Displays vBCodes and other post code allowances. (Depending on what the use is allowed in their signatures [for now])
  • Admins can edit or delete shouts from the Admin CP.
  • Built-in /me code.
  • Archive page and IFrame on forumhome for shouting and reading.
  • Archive page has multiple pages.
  • Stats on archive page.

I plan to have added the following by the time vB 3.0.0 is released:
  • Uses phrases for the Admin CP and shoutbox.
  • Users can edit and delete their own shouts.
  • User and usergroup permissions for the shoutbox. (canview, canshout etc)
  • Seperate options for vBCodes in the shoutbox, instead of the same ones as for signatures.
  • More options in the Admin CP. (mass delete, mass edit etc)

This has been tested on vB3 Gamma and RC 1

A demo can be seen here:
http://www.rubb3rducky.com/index.php?
http://www.rubb3rducky.com/shoutbox.php?

Show Your Support

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

Comments
  #132  
Old 03-23-2004, 02:03 PM
martinh4 martinh4 is offline
 
Join Date: Jan 2004
Location: Manchester, UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Brilliant work.
Reply With Quote
  #133  
Old 03-24-2004, 04:13 AM
SONOFSAM SONOFSAM is offline
 
Join Date: Feb 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A stupid question, and probably right in front of my face...but where in the coding can I change the backgorund behind the shouts? Im using an image for my background on my forums, and do not wish it to be in the shoutbox as well.

forums: www.ggkthnx.com/forums
Reply With Quote
  #134  
Old 03-24-2004, 05:46 PM
martinh4 martinh4 is offline
 
Join Date: Jan 2004
Location: Manchester, UK
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.
Reply With Quote
  #135  
Old 03-26-2004, 07:24 PM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me hit's install

Thanks
Reply With Quote
  #136  
Old 03-27-2004, 10:33 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My shoubox is all white and blank?

Any help?
Reply With Quote
  #137  
Old 03-28-2004, 05:15 PM
tpircsvb tpircsvb is offline
 
Join Date: Mar 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it
Reply With Quote
  #138  
Old 03-28-2004, 05:31 PM
msimplay's Avatar
msimplay msimplay is offline
 
Join Date: Aug 2002
Location: UK
Posts: 1,059
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tpircsvb
sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it
wow this has happened twice now innit crash before and motherboard fried now
your having a really ruff time :P
Reply With Quote
  #139  
Old 03-30-2004, 11:36 AM
ga.net ga.net is offline
 
Join Date: Jan 2003
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by martinh4
Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.
yeah is there a way?
Reply With Quote
  #140  
Old 03-30-2004, 05:14 PM
tpircsvb tpircsvb is offline
 
Join Date: Mar 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in shoutbox.php
replace this:
PHP Code:
    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 25
    "
); 
with this:
PHP Code:
    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 10
    "
); 
and change the 10 to the amount of shouts you want to show



the installer and upgrader aren't working properly at the moment, but theres only 1 problem with the scripts, so the new version should be released soon
Reply With Quote
  #141  
Old 03-31-2004, 07:36 PM
harbormaster harbormaster is offline
 
Join Date: Jan 2004
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installation I lost the NAV bar on my main page. When I go to the forums I can see it. Any ideas on what to check? I have enclosed a screenshot.

Also how is the best way to move the shout box to the bottom of the page?
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 12:57 PM.


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.05075 seconds
  • Memory Usage 2,314KB
  • 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
  • (2)bbcode_php
  • (2)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
  • (1)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