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.
^ @Lazzeking looks like your forum also needs upgrading of php
I did everything but it seems that the css doesn't work
^ have you added this plugin's css style property rules to the bottom of theme's global.css
a little more should be developed
Hey, is the a plan to add Private Chat messages or a ignore function to the Plugin?
Sorry for my bad englisch, and thank you for create this wonderful Plugin Smile
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
(2015-02-19, 11:00 PM)E-Electronics Wrote: [ -> ]Hey, is the a plan to add Private Chat messages or a ignore function to the Plugin?
Sorry for my bad englisch, and thank you for create this wonderful Plugin Smile
Private messages will not be included (the Shoutbox PMs and standard PMs would be used for different reasons so the standard ones cannot be just shown in the Shoutbox, and on the other hand separate PM systems sounds like a bad design; I also want to keep things simple).
The Shoutbox could utilize the MyBB's ignore feature (hide messages from ignored users), but I am not sure if that would not mess up the conversations as missing messages can lead to confusion.

@UnfedZombie - it seems like you're using the Shoutbox on MyBB 1.6.x (or a theme created for that version). At this point DVZ Shoutbox runs on MyBB 1.8.x only.
(2015-02-20, 06:03 PM)Devilshakerz Wrote: [ -> ]
(2015-02-19, 11:00 PM)E-Electronics Wrote: [ -> ]Hey, is the a plan to add Private Chat messages or a ignore function to the Plugin?
Sorry for my bad englisch, and thank you for create this wonderful Plugin Smile
Private messages will not be included (the Shoutbox PMs and standard PMs would be used for different reasons so the standard ones cannot be just shown in the Shoutbox, and on the other hand separate PM systems sounds like a bad design; I also want to keep things simple).
The Shoutbox could utilize the MyBB's ignore feature (hide messages from ignored users), but I am not sure if that would not mess up the conversations as missing messages can lead to confusion.

@UnfedZombie - it seems like you're using the Shoutbox on MyBB 1.6.x (or a theme created for that version). At this point DVZ Shoutbox runs on MyBB 1.8.x only.
Im using the legacy version m8
(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>
(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?