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
  #332  
Old 06-16-2005, 02:54 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put my site in to debug mode and found that there are 16 queries executed for the shoutbox iframe page! yikes
Reply With Quote
  #333  
Old 06-21-2005, 11:58 PM
animehawk's Avatar
animehawk animehawk is offline
 
Join Date: Aug 2004
Location: Michigan
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After a few hours of scouring this thread, looking for other shoutboxes ect... I have finally got it working. The text is a little big, but there is no background anymore. If you go to the shoutbox_main template and remove
Code:
$headinclude
it should look like this

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>

<title></title>

</head>
<body class="alt2">

<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center">
$shoutbits</table>

</body>
</html>
The text gets bigger, but I'd rather that then a background making so no one can read the shouts.
Reply With Quote
  #334  
Old 06-24-2005, 06:40 PM
SlipNslide281 SlipNslide281 is offline
 
Join Date: May 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shoutbox installed fine and working but It didn't install the shoutbox, shout manager in my admincp. how can I install the manager? Anyone that visits my site and shout, edit, and delete shouts.
Reply With Quote
  #335  
Old 06-26-2005, 10:58 PM
loftyasianz loftyasianz is offline
 
Join Date: May 2004
Location: philadelphia, pa
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm new to vbulletin "hacking" so i'm having a few problems installing this shoutbox. i'm getting a sql error and i'm not too sure how to fix it. can someone help me?

thanks in advanced.
warren
Quote:
Database error in vBulletin 3.0.7:

Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'

mysql error number: 1060
Reply With Quote
  #336  
Old 06-26-2005, 11:36 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 SlipNslide281
shoutbox installed fine and working but It didn't install the shoutbox, shout manager in my admincp. how can I install the manager? Anyone that visits my site and shout, edit, and delete shouts.
In admincp, find :-

PHP Code:
construct_nav_group($vbphrase['subscriptions'], '<hr />');
    } 
Underneath add :-

PHP Code:
if (can_administer('canadminshouts'))
    {
        
$printhr true;
        
construct_nav_option($vbphrase['shout_manager'], 'shout.php?do=modify');
        
construct_nav_option($vbpharse['find_shouts'], 'shout.php?do=find');
        
construct_nav_group($vbphrase['shoutbox'], '<hr />');
    } 
Reply With Quote
  #337  
Old 06-27-2005, 11:15 AM
animehawk's Avatar
animehawk animehawk is offline
 
Join Date: Aug 2004
Location: Michigan
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by loftyasianz
i'm new to vbulletin "hacking" so i'm having a few problems installing this shoutbox. i'm getting a sql error and i'm not too sure how to fix it. can someone help me?

thanks in advanced.
warren
Did you already try to install this once? Or have any other shoutboxes installed?
Reply With Quote
  #338  
Old 06-27-2005, 09:07 PM
flex22's Avatar
flex22 flex22 is offline
 
Join Date: Dec 2004
Location: UK
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having the same problem as loftyasianz.

When I first installed this hack, everything went fine, no errors.The only problem was that shoutbox or shoutbox manager appeared nowhere!

Hmm, so I tried to install it again, and now I keep getting this error:
Quote:
Database error in vBulletin 3.0.7:

Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'

mysql error number: 1060
What do i need to do to start anew with this hack?

Cheers!
Reply With Quote
  #339  
Old 06-27-2005, 10:55 PM
loftyasianz loftyasianz is offline
 
Join Date: May 2004
Location: philadelphia, pa
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by animehawk
Did you already try to install this once? Or have any other shoutboxes installed?
yes i already do have it installed but like the post above mine, i dont not have any buttons or permission in the admincp so i tried to reinstall it.
Reply With Quote
  #340  
Old 06-28-2005, 01:04 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 flex22
I'm having the same problem as loftyasianz.

When I first installed this hack, everything went fine, no errors.The only problem was that shoutbox or shoutbox manager appeared nowhere!

Hmm, so I tried to install it again, and now I keep getting this error:

What do i need to do to start anew with this hack?

Cheers!
You can't run the installer twice 'cos the 1st step of the installer runs the SQL changes :-

1 => 'Running MySQL Queries',
2 => 'Importing Templates',
3 => 'File Edits',
4 => 'Template Edits',
5 => 'Creating Permissions',
6 => 'Inserting Phrases and Settings',
7 => 'Install Complete

You need to completely uninstall and then run the installer again .. make sure you run it until you see "The installation should now be complete. Please delete shout_install.php and shout_upgrade.php"
Reply With Quote
  #341  
Old 06-28-2005, 01:09 AM
loftyasianz loftyasianz is offline
 
Join Date: May 2004
Location: philadelphia, pa
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you guys so much it works perfectly now ^^
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 01:32 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.05562 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
  • (2)bbcode_code
  • (2)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
  • (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