vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=213225)

drsli 07-03-2009 04:32 PM

The same with Cybernetec´s chatbox. This seems to be a browser-related issue with Safari.

ti07shadow 07-03-2009 06:53 PM

nice shoutbox but I prefer vbshout due to the ajax refresh

Reycer 07-04-2009 01:04 PM

Quote:

Originally Posted by macc (Post 1840161)
hello

can some help me to get this shoutbox like center module for VB cmps ... what must to do with code from text file? (will make like template module)

regards

macc

I had it on my CMPS homepage for a while. Just create a new "Template Module" and here's the code:

Code:

<!-- Dion Dev Shoutbox v2.1 -->
<if condition="!$show[guest] || $vboptions[ddsb_guest_show]">
<script type="text/javascript" src="shoutbox/shoutinsert.js"></script>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
  <td class="tcat">
 
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_sb')">
    <img id="collapseimg_forumbit_sb" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_sb}.gif" alt="" border="0" />
    </a>
   
    $vboptions[ddsb_title]
   
  </td>
</tr>
<tr id="collapseobj_forumbit_sb" style="{$collapseobj_sb}">
  <td style="padding: 0px;">
 
    <form method="post" onsubmit="insertshout(); return false;">

    <div class="panel" style="padding: 0px; margin-bottom: $stylevar[cellspacing]px;">

    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
    <tr>
    <td width="100%" style="padding-right: 0px;">

      <input type="text" id="body" class="bginput" size="$vboptions[ddsb_size]" maxlength="$vboptions[ddsb_length]"
      <if condition="$show[guest]"> value="$vboptions[ddsb_no]" disabled="true"</if>>

      <input type="submit" class="button" value="$vboptions[ddsb_button]"
      <if condition="$show[guest]"> disabled="true"</if>>

      &nbsp;

      <input type="button" class="button" value=" B " style="font-weight: bold;" onclick="shoutstyle('bodyb', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <input type="button" class="button" value=" I " style="font-style: italic;" onclick="shoutstyle('bodyi', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <input type="button" class="button" value=" U " style="text-decoration: underline;" onclick="shoutstyle('bodyu', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <select id="bodycolorsel" <if condition="$show[guest]"> disabled="true"</if> onchange="shoutstyle('bodycolor', this.value);">
      <option value="0" style="background: #ffffff; color: #000000;">$vboptions[ddsb_txtcolor]</option>
      <option value="#000000" style="background: #000000;">&nbsp;</option>
      <option value="#8b0000" style="background: #8b0000;">&nbsp;</option>
      <option value="#ff0000" style="background: #ff0000;">&nbsp;</option>
      <option value="#ff00ff" style="background: #ff00ff;">&nbsp;</option>
      <option value="#ffc0cb" style="background: #ffc0cb;">&nbsp;</option>
      <option value="#a0522d" style="background: #a0522d;">&nbsp;</option>
      <option value="#ff8c00" style="background: #ff8c00;">&nbsp;</option>
      <option value="#f4a460" style="background: #f4a460;">&nbsp;</option>
      <option value="#ffa500" style="background: #ffa500;">&nbsp;</option>
      <option value="#f5deb3" style="background: #f5deb3;">&nbsp;</option>
      <option value="#556b2f" style="background: #556b2f;">&nbsp;</option>
      <option value="#808000" style="background: #808000;">&nbsp;</option>
      <option value="#9acd32" style="background: #9acd32;">&nbsp;</option>
      <option value="#fffacd" style="background: #fffacd;">&nbsp;</option>
      <option value="#006400" style="background: #006400;">&nbsp;</option>
      <option value="#008000" style="background: #008000;">&nbsp;</option>
      <option value="#2e8b57" style="background: #2e8b57;">&nbsp;</option>
      <option value="#00ff00" style="background: #00ff00;">&nbsp;</option>
      <option value="#98fb98" style="background: #98fb98;">&nbsp;</option>
      <option value="#483d8b" style="background: #483d8b;">&nbsp;</option>
      <option value="#008080" style="background: #008080;">&nbsp;</option>
      <option value="#48d1cc" style="background: #48d1cc;">&nbsp;</option>
      <option value="#00ffff" style="background: #00ffff;">&nbsp;</option>
      <option value="#afeeee" style="background: #afeeee;">&nbsp;</option>
      <option value="#000080" style="background: #000080;">&nbsp;</option>
      <option value="#0000ff" style="background: #0000ff;">&nbsp;</option>
      <option value="#4169e1" style="background: #4169e1;">&nbsp;</option>
      <option value="#00bfff" style="background: #00bfff;">&nbsp;</option>
      <option value="#add8e6" style="background: #add8e6;">&nbsp;</option>
      <option value="#4b0082" style="background: #4b0082;">&nbsp;</option>
      <option value="#708090" style="background: #708090;">&nbsp;</option>
      <option value="#800080" style="background: #800080;">&nbsp;</option>
      <option value="#9932cc" style="background: #9932cc;">&nbsp;</option>
      <option value="#dda0dd" style="background: #dda0dd;">&nbsp;</option>
      <option value="#2f4f4f" style="background: #2f4f4f;">&nbsp;</option>
      <option value="#696969" style="background: #696969;">&nbsp;</option>
      <option value="#808080" style="background: #808080;">&nbsp;</option>
      <option value="#c0c0c0" style="background: #c0c0c0;">&nbsp;</option>
      <option value="#ffffff" style="background: #ffffff;">&nbsp;</option>
      </select>

    </td>
    <td nowrap="nowrap" class="smallfont">

      <a href="shoutbox/shoutarchive.php" target="_blank">$vboptions[ddsb_archive]</a>

    </td>
    </tr>
    </table>

    </div>

    <input type="hidden" id="bodyb" value="0">
    <input type="hidden" id="bodyi" value="0">
    <input type="hidden" id="bodyu" value="0">
    <input type="hidden" id="bodycolor" value="0">
    <input type="hidden" id="bodystyle" value="0">

    </form>

    <iframe src="shoutbox/shoutdiv.php" width="$vboptions[ddsb_iwidth]" height="$vboptions[ddsb_iheight]" scrolling="auto" frameborder="0">
    Browser does not support iframes
    </iframe>
   
  </td>
</tr>
</table>
<br />
</if>
<!-- end Dion Dev Shoutbox v2.1 -->


Reycer 07-04-2009 01:07 PM

Quote:

Originally Posted by FeatheredFriend (Post 1839178)
I have installed this. Just curious as to if there is a way to make it show up on every page? Thanks!

yes. I have it at the top of every page. Just open your Navbar Template and add the following code above it or below it.

Code:

<!-- Dion Dev Shoutbox v2.1 -->
<if condition="!$show[guest] || $vboptions[ddsb_guest_show]">
<script type="text/javascript" src="shoutbox/shoutinsert.js"></script>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
  <td class="tcat">
 
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_sb')">
    <img id="collapseimg_forumbit_sb" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_sb}.gif" alt="" border="0" />
    </a>
   
    $vboptions[ddsb_title]
   
  </td>
</tr>
<tr id="collapseobj_forumbit_sb" style="{$collapseobj_sb}">
  <td style="padding: 0px;">
 
    <form method="post" onsubmit="insertshout(); return false;">

    <div class="panel" style="padding: 0px; margin-bottom: $stylevar[cellspacing]px;">

    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
    <tr>
    <td width="100%" style="padding-right: 0px;">

      <input type="text" id="body" class="bginput" size="$vboptions[ddsb_size]" maxlength="$vboptions[ddsb_length]"
      <if condition="$show[guest]"> value="$vboptions[ddsb_no]" disabled="true"</if>>

      <input type="submit" class="button" value="$vboptions[ddsb_button]"
      <if condition="$show[guest]"> disabled="true"</if>>

      &nbsp;

      <input type="button" class="button" value=" B " style="font-weight: bold;" onclick="shoutstyle('bodyb', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <input type="button" class="button" value=" I " style="font-style: italic;" onclick="shoutstyle('bodyi', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <input type="button" class="button" value=" U " style="text-decoration: underline;" onclick="shoutstyle('bodyu', 0);"
      <if condition="$show[guest]"> disabled="true"</if>>

      <select id="bodycolorsel" <if condition="$show[guest]"> disabled="true"</if> onchange="shoutstyle('bodycolor', this.value);">
      <option value="0" style="background: #ffffff; color: #000000;">$vboptions[ddsb_txtcolor]</option>
      <option value="#000000" style="background: #000000;">&nbsp;</option>
      <option value="#8b0000" style="background: #8b0000;">&nbsp;</option>
      <option value="#ff0000" style="background: #ff0000;">&nbsp;</option>
      <option value="#ff00ff" style="background: #ff00ff;">&nbsp;</option>
      <option value="#ffc0cb" style="background: #ffc0cb;">&nbsp;</option>
      <option value="#a0522d" style="background: #a0522d;">&nbsp;</option>
      <option value="#ff8c00" style="background: #ff8c00;">&nbsp;</option>
      <option value="#f4a460" style="background: #f4a460;">&nbsp;</option>
      <option value="#ffa500" style="background: #ffa500;">&nbsp;</option>
      <option value="#f5deb3" style="background: #f5deb3;">&nbsp;</option>
      <option value="#556b2f" style="background: #556b2f;">&nbsp;</option>
      <option value="#808000" style="background: #808000;">&nbsp;</option>
      <option value="#9acd32" style="background: #9acd32;">&nbsp;</option>
      <option value="#fffacd" style="background: #fffacd;">&nbsp;</option>
      <option value="#006400" style="background: #006400;">&nbsp;</option>
      <option value="#008000" style="background: #008000;">&nbsp;</option>
      <option value="#2e8b57" style="background: #2e8b57;">&nbsp;</option>
      <option value="#00ff00" style="background: #00ff00;">&nbsp;</option>
      <option value="#98fb98" style="background: #98fb98;">&nbsp;</option>
      <option value="#483d8b" style="background: #483d8b;">&nbsp;</option>
      <option value="#008080" style="background: #008080;">&nbsp;</option>
      <option value="#48d1cc" style="background: #48d1cc;">&nbsp;</option>
      <option value="#00ffff" style="background: #00ffff;">&nbsp;</option>
      <option value="#afeeee" style="background: #afeeee;">&nbsp;</option>
      <option value="#000080" style="background: #000080;">&nbsp;</option>
      <option value="#0000ff" style="background: #0000ff;">&nbsp;</option>
      <option value="#4169e1" style="background: #4169e1;">&nbsp;</option>
      <option value="#00bfff" style="background: #00bfff;">&nbsp;</option>
      <option value="#add8e6" style="background: #add8e6;">&nbsp;</option>
      <option value="#4b0082" style="background: #4b0082;">&nbsp;</option>
      <option value="#708090" style="background: #708090;">&nbsp;</option>
      <option value="#800080" style="background: #800080;">&nbsp;</option>
      <option value="#9932cc" style="background: #9932cc;">&nbsp;</option>
      <option value="#dda0dd" style="background: #dda0dd;">&nbsp;</option>
      <option value="#2f4f4f" style="background: #2f4f4f;">&nbsp;</option>
      <option value="#696969" style="background: #696969;">&nbsp;</option>
      <option value="#808080" style="background: #808080;">&nbsp;</option>
      <option value="#c0c0c0" style="background: #c0c0c0;">&nbsp;</option>
      <option value="#ffffff" style="background: #ffffff;">&nbsp;</option>
      </select>

    </td>
    <td nowrap="nowrap" class="smallfont">

      <a href="shoutbox/shoutarchive.php" target="_blank">$vboptions[ddsb_archive]</a>

    </td>
    </tr>
    </table>

    </div>

    <input type="hidden" id="bodyb" value="0">
    <input type="hidden" id="bodyi" value="0">
    <input type="hidden" id="bodyu" value="0">
    <input type="hidden" id="bodycolor" value="0">
    <input type="hidden" id="bodystyle" value="0">

    </form>

    <iframe src="shoutbox/shoutdiv.php" width="$vboptions[ddsb_iwidth]" height="$vboptions[ddsb_iheight]" scrolling="auto" frameborder="0">
    Browser does not support iframes
    </iframe>
   
  </td>
</tr>
</table>
<br />
</if>
<!-- end Dion Dev Shoutbox v2.1 -->


Reycer 07-04-2009 01:13 PM

Quote:

Originally Posted by drsli (Post 1841631)
First of all, thank you very much for providing this neat shoutbox! :)
I discovered an issue within Safari4 on MacOSX - the colors in the dropdown-box are not shown, just white spaces.

be glad that your Safari users can even use it, my Safari users can't.

sunnylikbeckham 07-06-2009 08:24 PM

damn i did not saw latest version does not have feture to enable it for guests

any way to do it??

or have to downgrade again???

daveaite 07-07-2009 03:13 AM

Shotboxes always consume large server loads.

IngoT 07-08-2009 12:53 AM

Hello, i use vBulletin 3.6.11
Works your Shoutbox 2.1 also under this version, or only under 3.8 ?

Thanks!

Dark_Wizard 07-10-2009 12:55 AM

Shoutbox not working correctly with WOL? Getting unknown location -> /shoutbox/shoutshow.php

Big-Pete 07-11-2009 01:06 PM

Quote:

Originally Posted by mdelcour (Post 1807637)
ok, when trying to post a smilie code, I am getting a broken image picture. For some reason, it's repeating my home address.
Also does this in the image tag.

OK, scratch that, I fixed it, in shoutshow.php I had to remove ../ from line 32. Otherwise it did what I stated above.

Mine done exactly the same, thanks for the help with this!!

@DionDev, great mod, thanks!

mysql101 07-11-2009 04:21 PM

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);

mysql101 07-11-2009 05:16 PM

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:

        if ($user_id) {
                
$t time () - 300;
                
$q "select u.username, u.userid, h.ts from user u, shoutbox_hash h where h.userid = u.userid and h.ts > $t
                group by u.userid
                 order by u.username"
;
                
$res $db->query ($q);
                
$i 0;
                
$users = array ();
                while (
$row mysql_fetch_assoc ($res)) {
                        
$i++;
                        
$age time () - 30;
                        if (
$row['ts'] > $age) {
                                
$b1 "";
                                
$b2 "";
                        } else {
                                
$b1 "<s>";
                                
$b2 "</s>";
                        }
                        
$users[] = $b1."<a target='_user' $highlight 
href='/member.php?u="
.$row['userid']."'>".$row['username']."</a>".$b2;
                }
                if (
$i) {
                        echo 
"<p><b>".count ($users)." users in chat</b>:<br>".implode (", "$users)."<br>";
                }
        } 


mysql101 07-11-2009 05:33 PM

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.

mysql101 07-11-2009 05:34 PM

one more thing - the old ver wouldn't allow & character. The new one doesn't allow +

:)

|Jordan| 07-20-2009 03:37 AM

Post removed 2x.

Maybe this picture of a kitten will make you happy:

http://img35.imageshack.us/img35/7925/kittenf.jpg

RichDavid 07-24-2009 04:48 PM

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.

matthewhotdude 07-27-2009 05:14 PM

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'];

DionDev 07-31-2009 05:40 PM

Quote:

Originally Posted by |Jordan| (Post 1851988)
I finally gave up on this buggy shoutbox and replaced with Cyb - Chatbox. If you're tired of lack of support and updates, i suggest you switch too (Cyb has all the features of this and more).

I'm sorry for the lack of support, but like I said, I have a new version coming out soon that will address many issues, include a smilies box, and more.

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:

Originally Posted by RichDavid (Post 1854735)
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.

Make sure that you put the shoutbox folder in your MAIN vbulletin directory, that should fix it.

Quote:

Originally Posted by matthewhotdude (Post 1856652)
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'];

I visited the URL and see on SQL errors. Please copy and paste them so I can tell you whats going on.

DionDev 08-03-2009 01:17 AM

Quote:

Originally Posted by |Jordan| (Post 1851988)
Post removed because coder is sensitive to criticism.

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.

struff 08-03-2009 12:09 PM

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.

DionDev 08-03-2009 03:54 PM

Quote:

Originally Posted by struff (Post 1860669)
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.

Multiple chat rooms probably won't be added. Archiving the shoutbox messages to a forum is a very good idea though. I think I may implement that in the next version.

In order to put the shoutbox in individual forums you would need to put a conditional statement in your FORUM DISPLAY template.

I'm not exactly sure what the statement would be, something like "<if condition="$forumid == 6">". That probably won't work, but if you ask around here you may get the correct conditional statement for this (sorry I'm not sure of it).

faramir8360 08-03-2009 08:41 PM

Hi DionDev!

Congratulation for this Mod! Really cool!

I have a small bug report for you: on Safari 4 (OSX) no colours are displayed in the choosing list... everything ok with firefox 3.5.1 (OSX too).

And a small suggestion:
it could be nice receive a small sound feedback at new users' shouts.. this option should be activable/deactivable by the user.

Thanks for your work!

Bye! ^^

DionDev 08-06-2009 08:25 PM

Quote:

Originally Posted by faramir8360 (Post 1860868)
Hi DionDev!

Congratulation for this Mod! Really cool!

I have a small bug report for you: on Safari 4 (OSX) no colours are displayed in the choosing list... everything ok with firefox 3.5.1 (OSX too).

And a small suggestion:
it could be nice receive a small sound feedback at new users' shouts.. this option should be activable/deactivable by the user.

Thanks for your work!

Bye! ^^

Yes I am aware that the color picker is not functioning properly for a couple of browsers. The color picker is improved in the next version.

ChopBam 08-07-2009 08:19 PM

I just installed this chatbox on my forum and it seems to work like a charm!
Many thanks for your hard work.

One question right now: is there a quick way to apply usergroup markup to the usernames in the chatbox? Right now the only part of the markup that seems to be working is that my name, as an admin, is italicized. It should also be green, and bold. But I noticed that everybody's name is bold. Just wondering if there's an easy way to customize the names. I took a quick look in the template but didn't see it.

I even went into shoutinsert.php and changed $user_name = $vbulletin->userinfo['username']; to $user_name = $vbulletin->userinfo['musername'];
This only partially worked, as my name was green but didn't light up when I hovered the cursor over it.

DionDev 08-08-2009 02:33 PM

Quote:

Originally Posted by ChopBam (Post 1863275)
I just installed this chatbox on my forum and it seems to work like a charm!
Many thanks for your hard work.

One question right now: is there a quick way to apply usergroup markup to the usernames in the chatbox? Right now the only part of the markup that seems to be working is that my name, as an admin, is italicized. It should also be green, and bold. But I noticed that everybody's name is bold. Just wondering if there's an easy way to customize the names. I took a quick look in the template but didn't see it.

I even went into shoutinsert.php and changed $user_name = $vbulletin->userinfo['username']; to $user_name = $vbulletin->userinfo['musername'];
This only partially worked, as my name was green but didn't light up when I hovered the cursor over it.

In the shoutbox CSS it defines font sizes and whatnot - your best bet is to modify the shoutbox CSS.

ChopBam 08-09-2009 08:53 PM

Where is the shoutbox CSS?
I looked in the PHP files, the template, the style options, and even the shoubox options.

DionDev 08-09-2009 11:56 PM

Quote:

Originally Posted by ChopBam (Post 1864219)
Where is the shoutbox CSS?
I looked in the PHP files, the template, the style options, and even the shoubox options.

Take a look at the shoutshow.php file. You can apply your own CSS there.

Hope this helps.

BEB 08-23-2009 11:16 AM

Hi,

I tried installing this and it didn't work for me. The shout box is inserted where I put it in the templalate, but nothing is entered when I type something and click "shout it". All I get in the main body of the shoutbox is the text "Powered by Dion Dev Shoutbox v2.1" (or something very similar, I've deleted it now). This is a hyperlink to this thread.

We do not allow guests to view our forum, would that be the problem?

Thanks for your help.

BEB
:)

DionDev 08-24-2009 06:28 AM

Quote:

Originally Posted by BEB (Post 1872633)
Hi,

I tried installing this and it didn't work for me. The shout box is inserted where I put it in the templalate, but nothing is entered when I type something and click "shout it". All I get in the main body of the shoutbox is the text "Powered by Dion Dev Shoutbox v2.1" (or something very similar, I've deleted it now). This is a hyperlink to this thread.

We do not allow guests to view our forum, would that be the problem?

Thanks for your help.

BEB
:)

re-install the shoutbox and follow the instructions carefully, i bet one of the files became corrupt.

BEB 08-24-2009 09:42 AM

1 Attachment(s)
Quote:

Originally Posted by DionDev (Post 1873170)
re-install the shoutbox and follow the instructions carefully, i bet one of the files became corrupt.


Hello DionDev,

Thank you very much for your prompt reply and for your suggestion. Unfortunately I still can't get it to work... I uninstalled the program and deleted the files, and re-installed it again, didn't work. I uninstalled the program/deleted files again, downloaded a fresh copy of the zip file, followed the installation instructions to a tee.. and still got exactly the same problem. I've attached a screen shot of what appears on my forum index page. It all looks great, but when I type a shout in the shotbox and click "shout it".... the text "vanishes"... but nothing appears in the shoutbox. I know this isn't much information for you to go on to work out what the problem is, but hopefully the screen shot will help. Nothing appears in the table where the shouts should appear.. could it be a database issue?

I'd really appreciate it if you could help as this mod is exactly what I've been looking for and looks great.

Thank you

BEB
:)

denman75 08-26-2009 09:40 AM

thanks for the shoutbox ,although i mis the pop up smiley box ,its a great product

DionDev 08-28-2009 12:54 AM

Quote:

Originally Posted by BEB (Post 1873261)
Hello DionDev,

Thank you very much for your prompt reply and for your suggestion. Unfortunately I still can't get it to work... I uninstalled the program and deleted the files, and re-installed it again, didn't work. I uninstalled the program/deleted files again, downloaded a fresh copy of the zip file, followed the installation instructions to a tee.. and still got exactly the same problem. I've attached a screen shot of what appears on my forum index page. It all looks great, but when I type a shout in the shotbox and click "shout it".... the text "vanishes"... but nothing appears in the shoutbox. I know this isn't much information for you to go on to work out what the problem is, but hopefully the screen shot will help. Nothing appears in the table where the shouts should appear.. could it be a database issue?

I'd really appreciate it if you could help as this mod is exactly what I've been looking for and looks great.

Thank you

BEB
:)

PM me the link to your forums so I can look myself.

ti07shadow 09-02-2009 11:10 PM

can you add some features such as announcement posting like..

/announcement This is an announcement!!!

https://vborg.vbsupport.ru/external/2009/09/12.gif

XxJAYSONxX23 09-09-2009 07:28 PM

This very well might be a rookie question. But I am following the "Fresh Installation" and I am not sure what you mean by step 5. Thanks. Where do I find the templates in my server. How do I do that step.

Thanks

DionDev 09-10-2009 02:40 PM

Quote:

Originally Posted by XxJAYSONxX23 (Post 1882209)
This very well might be a rookie question. But I am following the "Fresh Installation" and I am not sure what you mean by step 5. Thanks. Where do I find the templates in my server. How do I do that step.

Thanks

In your vbulletin admin panel, you can edit the templates of your style. This is where you will find the FORUMHOME template, etc. where you copy and paste the contents of the text file to.

gr8whtd0pe 09-17-2009 11:43 PM

It works on my main forums, but not with the CMPS. I can't seem to figure out why. It displays it, all that, but when you click shout! it does nothing.

DionDev 09-21-2009 05:03 AM

email me with your URL and an example gr8

DeanLag 09-21-2009 07:22 AM

Is this server intensive? Cause I've been using Cyb - Chatbox and apparently, it caused me some server issues - so I'm looking for something else

ErrorLog 09-22-2009 11:03 AM

Turkish character dont work.

gr8whtd0pe 09-26-2009 02:14 AM

HA! Fixed it myself. Made another instance of shoutinsert.js and changed

Code:

var url = 'shoutbox/shoutinsert.php';
to
Code:

var url = 'forums/shoutbox/shoutinsert.php';
then just called up the new one named shoutinsertcmps.js and bingo!


All times are GMT. The time now is 01:01 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
  • Page Generation 0.01595 seconds
  • Memory Usage 1,941KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete