MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-02-20, 08:44 PM)UnfedZombie Wrote: [ -> ]
(2015-02-20, 06:22 PM)AsLaN Wrote: [ -> ]
(2015-02-20, 05:38 PM)UnfedZombie Wrote: [ -> ]http://i.gyazo.com/d26b0e7a9ae0d7222ea0475cac1c6d03.png

Headerinclude:



<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
 var cookieDomain = "{$mybb->settings['cookiedomain']}";
 var cookiePath = "{$mybb->settings['cookiepath']}";
 var cookiePrefix = "{$mybb->settings['cookieprefix']}";
 var deleteevent_confirm = "{$lang->deleteevent_confirm}";
 var removeattach_confirm = "{$lang->removeattach_confirm}";
 var loading_text = '{$lang->ajax_loading}';
 var saving_changes = '{$lang->saving_changes}';
 var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
 var my_post_key = "{$mybb->post_code}";
 var imagepath = "{$theme['imgdir']}";
 var jq = jquery.noConflict(); 
// -->
</script>
<script type="text/javascript">
 var jq = jquery.noConflict();
</script>

{$newpmmsg}

Index:



<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$dvz_shoutbox}
<script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('.tab').click(function(){
$('.at').removeClass('at');
$(this).addClass('at');
$('.content').slideUp();
var catshow = $(this).attr('rel');
$('#'+ catshow).slideDown();
});
});
</script>
<table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;">
<tr align="center">
<td class="tcat at tab" title="Official" style="cursor: pointer; font-family: Helvetica; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_1, #cat_27">Official</td>
<td class="tcat tab" title="Leaks" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_10, #cat_19">Leaks</td>
<td class="tcat tab" title="Monetizing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_38">Monetizing</td>
<td class="tcat tab" title="Graphics" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_3">Graphics</td>
<td class="tcat tab" title="Gaming" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_39">Gaming</td>
<td class="tcat tab" title="Computing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_40, #cat_41">Computing</td>
<td class="tcat tab" title="Coding & Cracking" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_42, #cat_25">Coding & Cracking</td>
<td class="tcat tab" title="Groups" style="cursor: pointer; font-family: Helvetica; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 1px solid #DCDDDE;" rel="cat_43">Groups</td>
</tr>
</table>
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
 <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->no_new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
 <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Yes I do have some JS in there which is used for my custom tabs which use js and absolutely no plugins!
It might be interfering idk

This is the error im getting in my console:
http://gyazo.com/8f862e52069f5ed3e0e9481beea7750d

Please help me out, This happened to me before and im unsure what fixed it, ANyway can someone help me and other people out with this there has been about 5 people with his same problem.

NO ONE SAY ITS A DAMN PHP VERSION PROBLEM OR A CONFLICTING PLUGIN! IT ISNT, my php version is on 5.6 so.... Please help me out m8




http://i.gyazo.com/d26b0e7a9ae0d7222ea0475cac1c6d03.png

Headerinclude:



<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
 var cookieDomain = "{$mybb->settings['cookiedomain']}";
 var cookiePath = "{$mybb->settings['cookiepath']}";
 var cookiePrefix = "{$mybb->settings['cookieprefix']}";
 var deleteevent_confirm = "{$lang->deleteevent_confirm}";
 var removeattach_confirm = "{$lang->removeattach_confirm}";
 var loading_text = '{$lang->ajax_loading}';
 var saving_changes = '{$lang->saving_changes}';
 var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
 var my_post_key = "{$mybb->post_code}";
 var imagepath = "{$theme['imgdir']}";
 var jq = jquery.noConflict(); 
// -->
</script>
<script type="text/javascript">
 var jq = jquery.noConflict();
</script>

{$newpmmsg}

Index:



<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$dvz_shoutbox}
<script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('.tab').click(function(){
$('.at').removeClass('at');
$(this).addClass('at');
$('.content').slideUp();
var catshow = $(this).attr('rel');
$('#'+ catshow).slideDown();
});
});
</script>
<table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;">
<tr align="center">
<td class="tcat at tab" title="Official" style="cursor: pointer; font-family: Helvetica; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_1, #cat_27">Official</td>
<td class="tcat tab" title="Leaks" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_10, #cat_19">Leaks</td>
<td class="tcat tab" title="Monetizing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_38">Monetizing</td>
<td class="tcat tab" title="Graphics" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_3">Graphics</td>
<td class="tcat tab" title="Gaming" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_39">Gaming</td>
<td class="tcat tab" title="Computing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_40, #cat_41">Computing</td>
<td class="tcat tab" title="Coding & Cracking" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_42, #cat_25">Coding & Cracking</td>
<td class="tcat tab" title="Groups" style="cursor: pointer; font-family: Helvetica; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 1px solid #DCDDDE;" rel="cat_43">Groups</td>
</tr>
</table>
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
 <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->no_new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
 <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Yes I do have some JS in there which is used for my custom tabs which use js and absolutely no plugins!
It might be interfering idk

This is the error im getting in my console:
http://gyazo.com/8f862e52069f5ed3e0e9481beea7750d

Please help me out, This happened to me before and im unsure what fixed it, ANyway can someone help me and other people out with this there has been about 5 people with his same problem.

NO ONE SAY ITS A DAMN PHP VERSION PROBLEM OR A CONFLICTING PLUGIN! IT ISNT, my php version is on 5.6 so.... Please help me out m8

Comment this line and will work..



<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
Where do I put <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script> im guessing you mean insert rather than "comment" and im guessing it goes in headerinclude, If not please tell me where


(2015-02-20, 06:22 PM)AsLaN Wrote: [ -> ]
(2015-02-20, 05:38 PM)UnfedZombie Wrote: [ -> ]http://i.gyazo.com/d26b0e7a9ae0d7222ea0475cac1c6d03.png

Headerinclude:



<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
 var cookieDomain = "{$mybb->settings['cookiedomain']}";
 var cookiePath = "{$mybb->settings['cookiepath']}";
 var cookiePrefix = "{$mybb->settings['cookieprefix']}";
 var deleteevent_confirm = "{$lang->deleteevent_confirm}";
 var removeattach_confirm = "{$lang->removeattach_confirm}";
 var loading_text = '{$lang->ajax_loading}';
 var saving_changes = '{$lang->saving_changes}';
 var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
 var my_post_key = "{$mybb->post_code}";
 var imagepath = "{$theme['imgdir']}";
 var jq = jquery.noConflict(); 
// -->
</script>
<script type="text/javascript">
 var jq = jquery.noConflict();
</script>

{$newpmmsg}

Index:



<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$dvz_shoutbox}
<script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('.tab').click(function(){
$('.at').removeClass('at');
$(this).addClass('at');
$('.content').slideUp();
var catshow = $(this).attr('rel');
$('#'+ catshow).slideDown();
});
});
</script>
<table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;">
<tr align="center">
<td class="tcat at tab" title="Official" style="cursor: pointer; font-family: Helvetica; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_1, #cat_27">Official</td>
<td class="tcat tab" title="Leaks" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_10, #cat_19">Leaks</td>
<td class="tcat tab" title="Monetizing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_38">Monetizing</td>
<td class="tcat tab" title="Graphics" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_3">Graphics</td>
<td class="tcat tab" title="Gaming" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_39">Gaming</td>
<td class="tcat tab" title="Computing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_40, #cat_41">Computing</td>
<td class="tcat tab" title="Coding & Cracking" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_42, #cat_25">Coding & Cracking</td>
<td class="tcat tab" title="Groups" style="cursor: pointer; font-family: Helvetica; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 1px solid #DCDDDE;" rel="cat_43">Groups</td>
</tr>
</table>
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
 <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->no_new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
 <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Yes I do have some JS in there which is used for my custom tabs which use js and absolutely no plugins!
It might be interfering idk

This is the error im getting in my console:
http://gyazo.com/8f862e52069f5ed3e0e9481beea7750d

Please help me out, This happened to me before and im unsure what fixed it, ANyway can someone help me and other people out with this there has been about 5 people with his same problem.

NO ONE SAY ITS A DAMN PHP VERSION PROBLEM OR A CONFLICTING PLUGIN! IT ISNT, my php version is on 5.6 so.... Please help me out m8




http://i.gyazo.com/d26b0e7a9ae0d7222ea0475cac1c6d03.png

Headerinclude:



<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
 var cookieDomain = "{$mybb->settings['cookiedomain']}";
 var cookiePath = "{$mybb->settings['cookiepath']}";
 var cookiePrefix = "{$mybb->settings['cookieprefix']}";
 var deleteevent_confirm = "{$lang->deleteevent_confirm}";
 var removeattach_confirm = "{$lang->removeattach_confirm}";
 var loading_text = '{$lang->ajax_loading}';
 var saving_changes = '{$lang->saving_changes}';
 var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
 var my_post_key = "{$mybb->post_code}";
 var imagepath = "{$theme['imgdir']}";
 var jq = jquery.noConflict(); 
// -->
</script>
<script type="text/javascript">
 var jq = jquery.noConflict();
</script>

{$newpmmsg}

Index:



<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$dvz_shoutbox}
<script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('.tab').click(function(){
$('.at').removeClass('at');
$(this).addClass('at');
$('.content').slideUp();
var catshow = $(this).attr('rel');
$('#'+ catshow).slideDown();
});
});
</script>
<table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;">
<tr align="center">
<td class="tcat at tab" title="Official" style="cursor: pointer; font-family: Helvetica; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_1, #cat_27">Official</td>
<td class="tcat tab" title="Leaks" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_10, #cat_19">Leaks</td>
<td class="tcat tab" title="Monetizing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_38">Monetizing</td>
<td class="tcat tab" title="Graphics" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_3">Graphics</td>
<td class="tcat tab" title="Gaming" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_39">Gaming</td>
<td class="tcat tab" title="Computing" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_40, #cat_41">Computing</td>
<td class="tcat tab" title="Coding & Cracking" style="cursor: pointer; font-family: Helvetica; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 0px solid #DCDDDE;" rel="cat_42, #cat_25">Coding & Cracking</td>
<td class="tcat tab" title="Groups" style="cursor: pointer; font-family: Helvetica; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; border-left: 1px solid #DCDDDE; border-right: 1px solid #DCDDDE;" rel="cat_43">Groups</td>
</tr>
</table>
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
 <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
 <dd>{$lang->no_new_posts}</dd>

 <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
 <dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Yes I do have some JS in there which is used for my custom tabs which use js and absolutely no plugins!
It might be interfering idk

This is the error im getting in my console:
http://gyazo.com/8f862e52069f5ed3e0e9481beea7750d

Please help me out, This happened to me before and im unsure what fixed it, ANyway can someone help me and other people out with this there has been about 5 people with his same problem.

NO ONE SAY ITS A DAMN PHP VERSION PROBLEM OR A CONFLICTING PLUGIN! IT ISNT, my php version is on 5.6 so.... Please help me out m8

Comment this line and will work..



<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>

Just went o add it to headerinclude its already there. Any more help peeps?



comment like this:
<!-- <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script> -->

I have same problem, i delete this like from headerinclude an shoutbox start working.
That didnt work, I did ntoice this: http://gyazo.com/b3c3fcb6554f9d2444a2419143faae17 maybe this is missing soemthing

^^^ That screenshoit error doesnt show up now after removing hola vpn, it was blocking a bit of a jquery url but now i have these errors in console:
http://gyazo.com/a8c03996a85f45c6cf228900ce6e8e41

I dont think my jquery files are properly loading

Guys please help I really wanna get this working

These are all the plugins i use http://gyazo.com/8295828ba5c9d2663f01c7c2a06071dc http://gyazo.com/bb61854b1c016ffe08b29f343791398c
I moved to 1.8 and it works now but when i type something in I needa reload the page to be able to see new messages any fix?
I followed all the installation instructions here : http://community.mybb.com/mods.php?action=view&pid=63
but the shoutbox is not showing up on my index page . I use PHP 5.6

{$dvz_shoutbox} variable doesnt seem to work
(2015-02-26, 03:08 PM)ghostdlr Wrote: [ -> ]I followed all the installation instructions here : http://community.mybb.com/mods.php?action=view&pid=63
but the shoutbox is not showing up on my index page .  I use PHP 5.6

{$dvz_shoutbox}  variable doesnt seem to work

Have you inserted the variable into the theme you're currently using?
Do you have required permissions to view the Shoutbox?
Shoutbox is denying all users from posting in shoutbox including admin. Also all admin features are disabled. Tried uninstalling and reinstalling issue still occurs. Please help! PHP version is 5.6 I have tried 5.4 and 5.5. Tried clearing cache and running all tasks.

Could mysql version effect anything?

Everything works fine on my localhost version but not live.
Hi DVZ, great work on this !

But i can't make it work on my portal on MyBB 1.8.4 with the default template.
i added
$plugins->add_hook('portal_end', 'dvz_shoutbox');
 To dvz_shoutbox.php and {$dvz_shoutbox} to my portal template, and i have this error (only on my portal)

Fatal error: Call to undefined function dvz_shoutbox() in D:\xampp\htdocs\inc\class_plugins.php on line 139

As you can see i use Xampp, latest version.
If any of you have an idea, thanks !

EDIT : If it can help there the 112 to 152 line of class plugins :
	function run_hooks($hook, &$arguments="")
	{
		if(!isset($this->hooks[$hook]) || !is_array($this->hooks[$hook]))
		{
			return $arguments;
		}
		$this->current_hook = $hook;
		ksort($this->hooks[$hook]);
		foreach($this->hooks[$hook] as $priority => $hooks)
		{
			if(is_array($hooks))
			{
				foreach($hooks as $key => $hook)
				{
					if($hook['file'])
					{
						require_once $hook['file'];
					}

					if(array_key_exists('class_method', $hook))
					{
						$return_args = call_user_func_array($hook['class_method'], array(&$arguments));
					}
					else
					{
						$func = $hook['function'];

						$return_args = $func($arguments);
					}

					if($return_args)
					{
						$arguments = $return_args;
					}
				}
			}
		}
		$this->current_hook = '';

		return $arguments;
	}
(2015-02-27, 12:30 AM)thehumangerm Wrote: [ -> ]Shoutbox is denying all users from posting in shoutbox including admin. Also all admin features are disabled. Tried uninstalling and reinstalling issue still occurs. Please help! PHP version is 5.6 I have tried 5.4 and 5.5. Tried clearing cache and running all tasks.

Could mysql version effect anything?

Everything works fine on my localhost version but not live.
PHP and MySQL versions shouldn't make a difference here. Is the permission message being shown after posting the message, or is the input hidden completely? Have you tried another theme (e.g. MyBB's Default with DVZ Shoutbox installed in its templates)?

(2015-02-27, 06:27 PM)Dasquall Wrote: [ -> ]i added
$plugins->add_hook('portal_end', 'dvz_shoutbox');
 To dvz_shoutbox.php and {$dvz_shoutbox} to my portal template, and i have this error (only on my portal)

Fatal error: Call to undefined function dvz_shoutbox() in D:\xampp\htdocs\inc\class_plugins.php on line 139
The plugin's code has changed a bit - try this (the same way as the current index_end hook):
$plugins->add_hook('portal_end',    ['dvz_shoutbox', 'load_window']);
Working great ! good job man !
Still have CSS problems but I think I can handle this.
thanks again !
Hey there, for the life of me I can't figure out where to insert {$dvz_shoutbox}. All of the CSS has been inserted successfully and the plugin has been activated without any issue. I just can't figure out where to put that variable. It didn't work when I inserted it into index.php so I don't know what to do.