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 FULLL Details »»
BVShoutbox FULLL
Version: 1.00, by tpircsvb tpircsvb is offline
Developer Last Online: Sep 2004 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 04-06-2004 Last Update: Never Installs: 109
 
No support by the author.

Features:
  • Displays vBCodes and other post code allowances.
  • Admins can edit & 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.
  • Uses phrases for the Admin CP and shoutbox.
  • Users can edit and delete their own shouts.
  • Usergroup & Administrator permissions.
  • Find shouts by specific users (in the admin cp)
  • Seperate options for vBCodes allowances and what to display

If there's any features anyone wants added, I'll try and add them. I think I added everything people asked for in the previous version, apart from the upgrader, which will be added to the ZIP file when i've setup another test forum and added the previous version to it

There shouldn't be any problems, because I've tested the installer three times.
And I haven't had any problems with the actual shoutbox, or shout manager.

I'll attach some screenshots of all the custom scripts, if anyone asks for screenshots of the add ons for the permissions and stuff ill take them, dunno why anyone would want them tho...

This has only been tested on vB 3.0.0 GOLD

Show Your Support

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

Comments
  #292  
Old 05-01-2005, 05:57 PM
Kodiak Kodiak is offline
 
Join Date: Nov 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TTG
To install the shoutbox upload all the files included in the ZIP file to the
following directories:

shoutbox.php = forum root directory
shout.php = admincp directory
shout_install.php = admincp directory

then go to admincp/shout_install.php and follw the instructions from there.
UNinstall, not install.
Reply With Quote
  #293  
Old 05-01-2005, 06:05 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kodiak
UNinstall, not install.

er .. reading the thread sometimes provides little gems of help :squareeyed:

Try this one
Reply With Quote
  #294  
Old 05-01-2005, 06:54 PM
Space Duck Space Duck is offline
 
Join Date: Dec 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr TTG Sir... the smileys don't seem to be working...
Reply With Quote
  #295  
Old 05-01-2005, 08:07 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Space Duck
Mr TTG Sir... the smileys don't seem to be working...
You checked the box in admincp to turn smileys 'on' .. !?
Reply With Quote
  #296  
Old 05-01-2005, 10:22 PM
Space Duck Space Duck is offline
 
Join Date: Dec 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, even switched it from yes to no and back again
Reply With Quote
  #297  
Old 05-02-2005, 08:22 AM
Space Duck Space Duck is offline
 
Join Date: Dec 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr TTG, do you think you could help me install some hacks, I couldn't pay much but I'd be willin to Just can't get the Shoutbox to do smileys and I don't wanna feck things up by deleting things I shouldn't :lol:

PM me if ya can, I'm going out today so shall be back later
Reply With Quote
  #298  
Old 05-03-2005, 05:30 AM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TTG
Admincp >> usergroup permissions
Well, I just couldn't see any shout permisssions through the admincp.

Even though I've addded this code:

PHP Code:
print_table_header($vbphrase['shoutbox_permissions']);
    
print_yes_no_row($vbphrase['can_shout'], 'usergroup[canaddshout]'$ug_bitfield['canaddshout']);
    
print_yes_no_row($vbphrase['can_delete_shouts'], 'usergroup[candropshout]'$ug_bitfield['candropshout']);
    
print_yes_no_row($vbphrase['can_delete_others_shouts'], 'usergroup[candropothershout]'$ug_bitfield['candropothershout']);
    
print_yes_no_row($vbphrase['can_edit_shouts'], 'usergroup[caneditshout]'$ug_bitfield['caneditshout']);
    
print_yes_no_row($vbphrase['can_edit_others_shouts'], 'usergroup[caneditothershout]'$ug_bitfield['caneditothershout']);
    
print_yes_no_row($vbphrase['can_read_shouts'], 'usergroup[canreadshouts]'$ug_bitfield['canreadshouts']);
    
print_table_break(); 
anyone could provide me the qurey to enable the admin permission?

Many thanks in advance.
Reply With Quote
  #299  
Old 05-03-2005, 11:24 AM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr. Brian
Well, I just couldn't see any shout permisssions through the admincp.
If you are not the main admin, the Administrator permissions have to be updated to allow access.
Reply With Quote
  #300  
Old 05-03-2005, 11:34 AM
Space Duck Space Duck is offline
 
Join Date: Dec 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr TTG Sir, have you spotted the cause of my dilemma?! I've peeked through all of the permissions I know of and it just seems to be feckered... :lol:
Reply With Quote
  #301  
Old 05-03-2005, 11:50 AM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Space Duck
Mr TTG Sir, have you spotted the cause of my dilemma?! I've peeked through all of the permissions I know of and it just seems to be feckered... :lol:
Could find nothing obvious to stop the smileys working .. very strange. All the shoutboxes I've installed using this hack and never had a problem with smileys.
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 09:37 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.04607 seconds
  • Memory Usage 2,322KB
  • 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
  • (1)bbcode_php
  • (6)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