![]() |
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); |
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:
|
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. |
one more thing - the old ver wouldn't allow & character. The new one doesn't allow +
:) |
Post removed 2x.
Maybe this picture of a kitten will make you happy: http://img35.imageshack.us/img35/7925/kittenf.jpg |
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. |
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']; |
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:
|
Quote:
Do me a favor and just don't visit my threads anymore. I'd rather have appreciative people using my free mods and styles. |
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. |
All times are GMT. The time now is 01:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|