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)

B@Zzz... 01-31-2010 11:37 AM

Quote:

Originally Posted by B@Zzz... (Post 1956737)
Isn't there anyone who can help me to solve my problem?

The answer is already given on the first page of this thread... :rolleyes: Problem is solved now! :)
@DionDev, thanks for you PM!

Fonzi 02-11-2010 12:20 PM

Quote:

Originally Posted by mysql101 (Post 1847035)
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);

I have the same issue, exactly where did you add echo str_replace ("\"", "", $style); ?

Thanks

GrossKopf 02-27-2010 11:34 AM

Quote:

Originally Posted by DionDev (Post 1970323)
I'm rewriting the shoutbox for vb4. It should be posted within the next couple of weeks.

Any update on this?

MotMann 03-07-2010 03:18 PM

I Try it on 3.8, but the Shoutbox don't be displayed... any ideas?

B@Zzz... 03-21-2010 11:23 AM

@Dion,

the "+" and "€" sign doens't work in the shoutbox. Is it possible to fix that?

Tnx!
Bas

Reycer 05-29-2010 10:28 PM

Quote:

Originally Posted by GrossKopf (Post 1992759)
Any update on this?

wonder if there is an update now? I really need to update my forum to 4.0.3 and am truly waiting on this mod to get updated so that I can do just that. Great product.....

Reycer 05-29-2010 10:30 PM

Quote:

Originally Posted by MotMann (Post 1999165)
I Try it on 3.8, but the Shoutbox don't be displayed... any ideas?

then you've got to be doing something wrong. I'm currently using 3.8x on one of my forums and it works great!

DEMO: www.lacledeforum.com/forums

FlikstRR 06-08-2010 06:41 PM

demo doesnt work

squad22345 06-26-2010 09:18 AM

is anyone else having problems with it not refreshing in IE???

nbaphenom 10-10-2010 04:45 AM

Hey guys, I installed this and it worked for a few days - loved it.

Anywho unfortunately the site got shutdown because of an error and here's the log:

Code:

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'website'@'localhost' (using password: YES)
/includes/class_core.php on line 311

MySQL Error  :
Error Number  :
Request Date  : Saturday, October 9th 2010 @ 05:15:37 PM
Error Date    : Saturday, October 9th 2010 @ 05:15:37 PM
Script        : http://2khoops.net/forums/shoutbox/shoutcache.php
Referrer      : http://2khoops.net/forums/shoutbox/shoutdiv.php
IP Address    : 67.11.178.214
Username      :
Classname    : vB_Database
MySQL Version :

And then here's the code:

Code:

$template_hook[credits_pos1]

<if condition="$show['donate']">
<form action="credits.php?do=donate" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="donate" />
<a name="donate"></a>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[donate] <span class="smallfont"><if condition="$show['anon']"> <input type="checkbox" name="anonymous" value="1" />$vbphrase[anonymous]</if></span></td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td width="20%" valign="top" nowrap="nowrap">
<div style="margin-bottom:$stylevar[formspacer]px"><strong>$vbphrase[recipient]</strong><br /></div>
<div id="userfield">
<input type="text" class="bginput" name="recipient" id="userfield_txt" size="12" value="$username[username]" autocomplete="off" />
</div>
<div id="userfield_menu" class="vbmenu_popup" style="display:none"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_namesugg.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
vbmenu_register('userfield', true);
snc = new vB_AJAX_NameSuggest('snc', 'userfield_txt', 'userfield');
//-->
</script>
</td>
<td width="3%" rowspan="2" style="border-$stylevar[left]:1px solid $stylevar[tborder_bgcolor]">&nbsp;</td>
<td width="49%" valign="top" rowspan="2">
<div style="margin-bottom:$stylevar[formspacer]px"><strong>$vbphrase[comment]</strong></div>
<input type="text" class="bginput" name="comment" size="35" maxlength="255" />
</td>
<td width="3%" rowspan="2" style="border-$stylevar[left]:1px solid $stylevar[tborder_bgcolor]">&nbsp;</td>
<td width="25%" valign="top" rowspan="2">
<div style="margin-bottom:$stylevar[formspacer]px"><strong>$vbphrase[amount]</strong><if condition="$donatefee"> <if condition="$vbulletin->options['credits_feetype'] == 'neg'">-<else />+</if>$donatefee% $vbphrase[fee]</if></div>
<input type="text" class="bginput" name="amount" value="0" size="6" /> <input type="submit" class="bginput" value="$vbphrase[donate]" style="font-weight:normal" />
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</form>
<br />
</if>

$template_hook[credits_pos2]

<if condition="$show['lottery']">
<form action="credits.php?do=lottery" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="lottery" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('credits_lottery')"><img id="collapseimg_credits_lottery" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_credits_lottery].gif" alt="" border="0" /></a>
$vbphrase[drawings]
</td>
</tr>
</thead>
<tbody id="collapseobj_credits_lottery" style="$vbcollapse[collapseobj_credits_lottery]">
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[left]">
$lotterybits
<div class="fieldset" style="margin:0px; padding:$stylevar[formspacer]px">
<phrase 1="$maxrange" 2="$maxtickets" 3="$wintax">$vbphrase[credits_lotteryinfo]</phrase>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</form>
<br />
</if>

$template_hook[credits_pos3]

<if condition="$show['topx']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="4">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('credits_top')"><img id="collapseimg_credits_top" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_credits_top].gif" alt="" border="0" /></a>
$vbphrase[credits_topholders]
</td>
</tr>
<tr align="center">
<td class="thead" width="25%">$vbphrase[username]</td>
<td class="thead" width="25%">$vbphrase[contact]</td>
<td class="thead" width="25%">$vbphrase[join_date]</td>
<td class="thead" width="25%">$vbphrase[credits]</td>
</tr>
<thead>
<tbody id="collapseobj_credits_top" style="$vbcollapse[collapseobj_credits_top]">
$topentries
</tbody>
</table>
<br />
</if>

$template_hook[credits_pos4]

I love this shoutbox and would really appreciate it if someone would be kind enough to help me identify a fix for it :(


All times are GMT. The time now is 08:04 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.01824 seconds
  • Memory Usage 1,770KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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