vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Subforum Panel (https://vborg.vbsupport.ru/showthread.php?t=99999)

DanLai 11-02-2005 10:00 PM

Subforum Panel
 
Description. This is a Mod to make sub-forums appear in a small panel that can be toggled on and off. I just feel the Subforum Drop-down Menu mod is not enough so I have made this one. Select either one as your liking!! :rolleyes:
  1. The state of on/off is saved in cookies
  2. Hierachy show for at most 2 level of sub-forums

Screenshot.
https://vborg.vbsupport.ru/attachmen...id=36955&stc=1

Step 1. Open:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post


Find:
Code:

<strong>$vbphrase[subforums]</strong>: $forum[subforums]
Replace with:
Code:

<!-- Subforum panel --------------------------------------->
<div onclick="toggleSubforumList($forum[forumid],true)" style="cursor:pointer;font-weight:bold;">$vbphrase[show_forum_list] &gt;&gt;</div>
<div id="$forum[forumid]" class="vbmenu_popup" style="display:none">

<table>
<tr>
<td>
$forum[subforums]
</td>
</tr>
</table>

<script type="text/javascript">
<!--
if(fetch_cookie($forum[forumid]) == 'Y')
{
toggleSubforumList($forum[forumid],false);
}
// -->
</script>

</div>
<!-- Subforum panel --------------------------------------->

Step 2. Open:
forumhome_subforumbit_nopost
forumhome_subforumbit_post


Replace the templates with:
Code:

<!-- Subforum panel --------------------------------------->
<if condition="$forum[depth] == '3'">
&nbsp; &nbsp;
</if>

<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<!-- Subforum panel --------------------------------------->

Step 3. Open:
forumhome_subforumseparator_nopost
forumhome_subforumseparator_post


Replace the templates with:
Code:

<!-- Subforum panel --------------------------------------->
<br />
<!-- Subforum panel --------------------------------------->

Step 4. Open:
Common Templates

Add to the bottom:
Code:

<script type="text/javascript">
function getItem(id)
{
        var itm = false;
        if(document.getElementById)
        itm = document.getElementById(id);
        else if(document.all)
        itm = document.all[id];
        else if(document.layers)
        itm = document.layers[id];
       
        return itm;
}

function toggleSubforumList(id,use_cookie)
{
        itm = getItem(id);
       
        if(!itm)
        return false;

        if(itm.style.display == 'none')
        {
                var expireDate = new Date();
                expireDate.setYear(expireDate.getFullYear()+1);
                itm.style.display = '';
                if (use_cookie) set_cookie(id,'Y',expireDate);
        }
        else
        {
                itm.style.display = 'none';
                if (use_cookie) delete_cookie(id);
        }

        return false;
}
</script>

Step 5. Add a phrase "show_forum_list", it maybe like: "Show forum list >>"

Caution. Some cookies will be generated when using this mod. The state of on/off is kept per-browser but not per-user. Non-cookie-enabled users cannot keep the state of on/off of the forum panel.

Brent H 11-03-2005 04:18 PM

This looks great! Thanks for this.

Installed and working flawlessly.

Snake 11-03-2005 04:40 PM

Looking good. Thanks!

Brent H 11-03-2005 06:32 PM

Would it be possible to turn Show forum list into Hide forum list once it's open?

BoYagoob 11-03-2005 07:02 PM

Very Nice :)

Odysseus 11-03-2005 08:36 PM

Though that is not suitable for my own board, I can imagine it to be useful for many people.
Thanks for sharing.

Boofo 11-03-2005 08:46 PM

Text file, please? ;)

krvaricp 11-04-2005 11:35 AM

Very nice hacks :). Thank you very much.

*Clicked Install

DeMiNe0 11-04-2005 11:03 PM

Nice hack. Installed.


Nice Threadid BTW :)
99999

^_^

tasarimdunyasi 11-05-2005 09:24 PM

I want this subforum panel always open . . . is it possible ?

that is to say user don not click for open.


All times are GMT. The time now is 08:43 AM.

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.01063 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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