Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
vBulletin 3.x Shoutbox 1.0 (AJAX) Details »»
vBulletin 3.x Shoutbox 1.0 (AJAX)
Version: 1.00, by DionDev DionDev is offline
Developer Last Online: Aug 2012 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.7.1 Rating:
Released: 06-18-2008 Last Update: 06-18-2008 Installs: 87
DB Changes Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

vBulletin 3.x Shoutbox 1.0 is a simple PHP and AJAX shoutbox script that is fully integrated with the vBulletin forum system. Once you have installed it you can place it in any of your vBulletin forum templates.

Features:

* Tested to work with vBulletin 3.x.
* It uses AJAX. This means that every time a new shout is posted by someone it will instantly display in the shoutbox without the page having to be refreshed.
* It is fully customizable. You can allow guests to post, select the number of shouts to display, and even change the name of the shoutbox.
* Only takes about 2 minutes to install. With very simple instructions in a small text file, you will have a unique shoutbox on your forum up and running in no time.
* It automatically inherits the style of the forum. If your forum has multiple style options, it uses the style the user has selected.

Demo: http://www.diondev.com/forums/

Support: http://www.diondev.com/forums/f7/

Show Your Support

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

Comments
  #52  
Old 07-21-2008, 07:07 PM
myrhoto myrhoto is offline
 
Join Date: Jun 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way this can remember what color, font a user has so it doesn't reset to default every time they come back to the homepage?
Reply With Quote
  #53  
Old 07-22-2008, 03:33 PM
R-D's Avatar
R-D R-D is offline
 
Join Date: Jan 2008
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by boandmichele View Post
if you type an ampersand, it cuts off any text after that symbol. so if you type "hello & goodbye",

the only thing that will display is "hello"
Here's a fix for that error.


Open shoutbox.js.

Find:
Code:
htmlRequest.send('message='+document.shoutform.message.value);
Replace with:
Code:
htmlRequest.send('message='+escape(document.shoutform.message.value));
Reply With Quote
  #54  
Old 07-31-2008, 09:51 AM
DionDev DionDev is offline
 
Join Date: Mar 2008
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by silens12 View Post
how can i add this into vbadvanded cmps as a module? if you dont mind, i cant figure it out
You'd stick it in a vbadvanced template rather than the forumhome template...if thats what you mean.

Quote:
Originally Posted by lostguy View Post
maybe next version allow add Smilies and choose color text and size .
Definitely smilies.

Quote:
Originally Posted by boandmichele View Post
if you type an ampersand, it cuts off any text after that symbol. so if you type "hello & goodbye",

the only thing that will display is "hello"
Quote:
Originally Posted by R-D View Post
Here's a fix for that error.

Open shoutbox.js.

Find:
Code:
htmlRequest.send('message='+document.shoutform.message.value);
Replace with:
Code:
htmlRequest.send('message='+escape(document.shoutform.message.value));
Ah yes, the ampersand is a special character and had to be escaped...great fix! Will be added to next version.
Reply With Quote
  #55  
Old 08-06-2008, 09:51 PM
ChrisAntix84 ChrisAntix84 is offline
 
Join Date: Dec 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes deffinetly smiles for v2, this the best looking shoutbox ive seen & would be perfect with a few of the things ppl have mentioned
Reply With Quote
  #56  
Old 08-07-2008, 11:05 AM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any module to add to cmps?
Reply With Quote
  #57  
Old 08-07-2008, 11:16 AM
jlew24asu jlew24asu is offline
 
Join Date: Nov 2006
Location: Chicago, IL USA
Posts: 702
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is v2 close? :up:
Reply With Quote
  #58  
Old 08-19-2008, 02:42 AM
d0nbiz d0nbiz is offline
 
Join Date: Jun 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello, what are the commands and I get stuck on step 3 in the instructions. where do I find the "FORUMHOME" in admin cp? i'm using 3.7.2
Reply With Quote
  #59  
Old 08-20-2008, 06:16 PM
mlthmp mlthmp is offline
 
Join Date: May 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello all! I am testing this out on my new VB 3.7.2 installation. So far its installed quite easily. However I have a question about customization.

Im trying to figure out how to have the display "stacked" I used the code listed above, and while it did stack it, I was wondering if it was possible to change the order.

I'd like to try and get the "Submit Shout" button and area below the shouts field. When I used the code listed previously it put the submit shouts on top of the shout area.

One more question. I'm having to limit the shoutbox's size some, and the copyright in the bottom looks bad. the last word "Dev" is shown on the next line instead of on one. Is it OK if I just remove one word from the copy right "This" and leave it just "Shoutbox is powered by © Dion Dev"

The last part isn't a big issue.. I can just up the size some if needed.. but I'd really like to stack the fields in the other order.

Thanks

*EDIT*

Nevermind.. I came up with another solution to keep the areas as-is.. Thank you for this excellent mod! It will come in quite handy. Also, for the record shouts can be deleted/edited from myphpadmin.. I believe someone asked about that earlier.
Reply With Quote
  #60  
Old 09-01-2008, 11:21 AM
Adam21 Adam21 is offline
 
Join Date: Apr 2005
Location: In The Network!
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any updates?
Reply With Quote
  #61  
Old 09-03-2008, 05:04 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not picking up my custom style (Element skin) which is located at images/element (not root folder).

I also cannot find any option to administer this (delete posts, etc).
Reply With Quote
Reply

Thread Tools

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 10:53 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.04846 seconds
  • Memory Usage 2,305KB
  • 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
  • (5)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
  • (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