The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Shoutbox 1.0 Details »» | |||||||||||||||||||||||||
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:
Enjoy. Here's a live demo: http://www.movieforums.net/shoutbox.php Show Your Support
|
Comments |
#292
|
|||
|
|||
I kepted getting an error. but I read the thread and sorted by my self.
great hack. |
#293
|
||||
|
||||
sorry i loaded the hack and this is the error i am getting
Warning: unexpected error in date() in C:\Program Files\Apache Group\Apache2\htdocs\forums\admin\functions.php on line 1599 Please Help |
#294
|
||||
|
||||
This is really cool.
|
#295
|
||||
|
||||
Hey all
I am not using vb portal or anything, but i was curious how exactly i can put the shoutbox down the right or left side of my forum as i have my forums Main Table Width @ 50% so i have room to do that.. all help is appreciated. |
#296
|
||||
|
||||
Just a quick question - is it possible to limit the number of characters per shout?
Some of my users have been posting shouts that are more like mini-novels, and its throwing my entire front page out of whack! |
#297
|
||||
|
||||
A quick improvement to the shoutbox_postshout template:
This allows you to limit the characters posted by checking the form onsubmit. Javascript taken from here because I'm lazy. Replace the shotubox_postshout template with: Code:
<script Language="JavaScript"> <!-- function Length_TextField_Validator() { if ((vbform.message.value.length < 3) || (vbform.message.value.length > 500)) { mesg = "You have entered " + vbform.message.value.length + " character" if (vbform.message.value.length != 1) { mesg = mesg + "s" } mesg = mesg + ".\nValid entries are between 3 and 500 characters.\n" alert(mesg); vbform.message.focus(); return (false); } return (true); } --> </script> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <form action="/edge/shoutbox.php" method="post" name="vbform" onsubmit="return Length_TextField_Validator()"> <input type="hidden" name="type" value="shout"> <tr> <td bgcolor="#006633" width="100%"><normalfont color="#FFCC00"><b>Send A Message</b></normalfont></td> </tr> </table> <table cellpadding="8" cellspacing="0" border="0" width="100%"> <tr bgcolor="#DFDFDF"> <td width="100%"><normalfont><b>Message:</b></normalfont> <smallfont><b>[ <a href="$bburl/misc.php?s=$session[sessionhash]&action=showsmilies" class="small" target="_blank">Smilies</a> - <a href="$bburl/misc.php?s=$session[sessionhash]&action=bbcode" class="small" target="_blank">vB Code</a> ]</b></smallfont> <br/><textarea name="message" rows="10" cols="60" class="bginput" wrap></textarea> <br/>$smiliebits</td> </tr> <tr bgcolor="#DFDFDF"> <td width="100%"><input type="submit" name="comment_submit" value="Shout Now!" class="bginput" accesskey="s"></td> </tr> </form> </table> |
#298
|
||||
|
||||
Thanks OG!
|
#299
|
|||
|
|||
This is working great on my site, but I was wondering if it would be possible to add a "Who is chatting" I want to use this as a chat for my site.
Thanks! Ian |
#300
|
||||
|
||||
Hey this is an awesome hack :smoke: Thanks for your hard work on this one my members love it.
I have one ???, is there a way that I can make the shoutbox invisible or disable it for a specified user group? Our 'trolls' like to use it to post garbage. thanks for your help |
#301
|
||||
|
||||
OOps aranoid: Guess I should have read a little further, I found it
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|