The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||||
DEMO URL:
http://www.diondev.com/vb ------------------------- NEW FEATURES: - simplicity was kept in mind - new archive layout that uses a table with name, message, time, and ip & delete for admins/supermods - shoutbox files are all in one folder - new option to change the width and height of the shoutbox iframe - new option to allow supermods to delete shouts - new collapsable shoutbox template that flows better with forums - ip addresses are now stored along with shouts - B, I, U, and color buttons for shouts that are remembered for each shout until the member navigates away from the page - javascript bug fixes that caused messages with "&" and other symbols to cut off - name colors based on group open and close tags - new option to automatically parse urls - removed guest shouting all together (after being disgusted with some of the things written in the shoutbox on my site, i will never re-add this feature so don't bother asking) - new hide shoutbox from guests option - uses a little cache system so it only redraws shouts if a new shout has been made (saves bandwidth) - and some more features I may have forgot to mention You can see the old feature lists in the old shoutbox vb.org threads: Dion Dev Shoutbox v2.0 vBulletin 3.x Shoutbox 1.0 ------------------------- UPGRADE INSTRUCTIONS: 1. uninstall the old shoutbox product from your admin cp 2. delete all the shout*.php files from your web server 3. remove the old shoutbox code from whatever template you added it to 4. follow the "fresh installation instructions" below ------------------------- FRESH INSTALLATION INSTRUCTIONS: 1. extract the zip file onto your computer 2. log in to your admin cp 3. go to plugins & products -> manage products -> add/import product -> browse for "product-ddsb2.1.xml" -> click "import" 4. upload the entire "shoutbox" folder (DO NOT RENAME IT) to your main vbulletin directory 5. copy and paste the entire contents of "template.txt" into the template you want the shoutbox to show up in if you want the shoutbox to show at the top of your forum index, go to the FORUMHOME template and find: "<!-- / guest welcome message --> <br /> </if>" and copy and paste the contents of "template.txt" after that. 6. go to vbulletin options -> select "dion dev shoutbox v2.1 options" at the very bottom of the list 7. edit all the options as you please and then click on the "save" button ------------------------- ADDITIONAL OPTIONS: 1. if you want to change the amount of time it checks between shouts, open up "shoutshow.js" in notepad and change "2000" to whatever number, in milliseconds, you want it to wait between checking for new shouts ------------------------- DONATE ANYTHING YOU CAN SPARE TO DONATIONS@DIONDEV.COM BEFORE REMOVING THE "POWERED BY" MESSAGE Download Now
Screenshots
Show Your Support
|
Comments |
#92
|
|||
|
|||
![]()
for some reason the styles don't work right.
I had to add this to the output for them to appear: echo str_replace ("\"", "", $style); Otherwise the output would look: @import url(../"clientscript/vbulletin_css/style-b2d267a2-00005.css"); instead of: @import url(../clientscript/vbulletin_css/style-b2d267a2-00005.css); |
#93
|
|||
|
|||
![]()
Not sure I mentioned this in the previous version, but at the bottom of the output, I included a userlist. I just upgraded to the newest ver of dev shoutbox and no longer have this feature:
PHP Code:
|
#94
|
|||
|
|||
![]()
something I dislike is the cache table stores by IP address. If you're like me and have multiple computers online, the cache checking will assume I have seen text if one of my other computers loads first. Thus I end up missing posts all the time unless I hit reload on my browser.
It would be nice to make the key on userId+ip, that way it keeps track of unique users uniquely. edit: I put in bbsessionhash cookie value into the shoutbox_cache query so that everything looks like ip='$ip,$cookie', and that gives me a unique enough cache check so that multiple logged in users can auto reload as content comes in. |
#95
|
|||
|
|||
![]()
one more thing - the old ver wouldn't allow & character. The new one doesn't allow +
![]() |
#96
|
||||
|
||||
![]()
Post removed 2x.
Maybe this picture of a kitten will make you happy: ![]() |
#97
|
|||
|
|||
![]()
I like the look. I installed the newest version, but I get
The requested URL /VB/shoutbox/shoutdiv.php was not found on this server. I am a fairly new vB user, so this may be an obvious issue, but I cannot find a reference to this error. |
#98
|
|||
|
|||
![]()
Ok got a SQL problem...Can be seen here http://www.chattaboxforums.com
Does this seem ok? chdir('../'); require_once('global.php'); require_once('includes/class_bbcode.php'); require_once('includes/functions_newpost.php'); $parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); $sql = $db->query(" select s.*, g.opentag, g.closetag from " . TABLE_PREFIX . "shoutbox as s, " . TABLE_PREFIX . "user as u, " . TABLE_PREFIX . "usergroup as g where u.userid = s.user_id and g.usergroupid = u.usergroupid order by id desc limit " . $vbulletin->options['ddsb_show'] . " "); $alt_count = 1; while ($row = mysql_fetch_assoc($sql)) { $alt_class = ($alt_count % 2) ? 'alt1' : 'alt2'; $id = $row['id']; $user_id = $row['user_id']; $user_name = $row['user_name']; $opentag = $row['opentag']; $closetag = $row['closetag']; |
#99
|
|||
|
|||
![]() Quote:
If you don't like this shoutbox then DON'T INSTALL IT. If you REALLY need support, send me a PM, I won't bite. Coming here and bashing coders who volunteer their time writing free mods for people is pathetic and immature. People like you just piss me off. You have no consideration for the hours I spent working on this. If you don't like my coding or the way I try my best to support my scripts (while working a full time job of 60+ hours a week) then maybe next time you can keep it to yourself. Did you feel proud of yourself for posting this? Or is it just your instinct to try and demotivate other volunteer coders? Quote:
Quote:
|
#100
|
|||
|
|||
![]()
What you said wasn't even criticism. You said "this shoutbox is a buggy and has no updates, go use this other shoutbox".
Do me a favor and just don't visit my threads anymore. I'd rather have appreciative people using my free mods and styles. |
#101
|
|||
|
|||
![]()
I installed this about an hour ago. Nice and easy (under 10 minutes and it was up and running).
I have a couple of (non-urgent) questions: would there be a way in the future to have multiple chat rooms? How about a way to move the archives into regular forums? Just a couple of thoughts - no big deal to me if they can't be done. What would I have to do if I wanted the box to also appear in individual forums as well as on the main page? Can I just edit a template and add the stuff in the txt file? No rush on replying to these. Thanks. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|