MyBB Community Forums

Full Version: Hide forums not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

The option on the forumindex to hide forums is not working:
http://prntscr.com/1naya5

How to fix?

MikeInToshx

What is your forum URL?
What you are referring to is called the collapse thead. As Mike said, can you provide a link to your forum and the contents of your headerinclude template?

Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>Headerinclude
Link to forum: www.iksdee.nl
<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 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}&nbsp;&nbsp;

<script src="http://code.jquery.com/jquery-latest.js"></script> 

<script type="text/javascript">jQuery.noConflict();</script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/images/ins/js/popup.js"></script>

{$avvisospiti} 

<script type="text/javascript">

jQuery(function($) { $(".close").click(function () {

&nbsp;&nbsp;$(".avviso").fadeOut("slow");

&nbsp;&nbsp;}); });</script>

<script type="text/javascript">

<!--

&nbsp;&nbsp;&nbsp;&nbsp;var cookieDomain = "{$mybb->settings['cookiedomain']}";

&nbsp;&nbsp;&nbsp;&nbsp;var cookiePath = "{$mybb->settings['cookiepath']}";

&nbsp;&nbsp;&nbsp;&nbsp;var cookiePrefix = "{$mybb->settings['cookieprefix']}";

&nbsp;&nbsp;&nbsp;&nbsp;var deleteevent_confirm = "{$lang->deleteevent_confirm}";

&nbsp;&nbsp;&nbsp;&nbsp;var removeattach_confirm = "{$lang->removeattach_confirm}";

&nbsp;&nbsp;&nbsp;&nbsp;var loading_text = '{$lang->ajax_loading}';

&nbsp;&nbsp;&nbsp;&nbsp;var saving_changes = '{$lang->saving_changes}';

&nbsp;&nbsp;&nbsp;&nbsp;var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";

&nbsp;&nbsp;&nbsp;&nbsp;var my_post_key = "{$mybb->post_code}";

&nbsp;&nbsp;&nbsp;&nbsp;var imagepath = "{$theme['imgdir']}";

// -->

</script>

{$newpmmsg}
The code looks messy once again, disable Codepress (ACP options), copy my code from here again http://community.mybb.com/thread-144491-...pid1030365 and paste it. Make sure it looks like in my post.
How do I disable codepress?
Go to ACP>Home>Preferences>Turn On/Off Codepress>Off
No, that didn't help.
^ your forum has multiple instances of jQuery and also jQuery no conflict codes should be rectified
(2013-08-26, 03:55 PM).m. Wrote: [ -> ]^ your forum has multiple instances of jQuery and also jQuery no conflict codes should be rectified
A fix?
Pages: 1 2