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)
-   -   Forum Home Enhancements - [AJAX] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=175687)

bobster65 05-20-2008 03:19 PM

Quote:

Originally Posted by Eq4bits (Post 1525792)
which file, and where in it, would one make persistance be shut off?

You can shut it off in the template itself.. Just change true to false in the red line below.

Code:

        <!-- Tabbed Forums switch tab script -->
        <script type="text/javascript">
        var myforumtabs=new ddtabcontent("forumtabs")
        myforumtabs.setpersist(true)
        myforumtabs.setselectedClassTarget("link")
        myforumtabs.init()
        </script>
        <!-- /end Tabbed Forums switch tab script -->


Eq4bits 05-20-2008 03:47 PM

Thanks!

Eq4bits 05-20-2008 03:55 PM

Hmmm, looking at my boards... is it possible to have these tabs show at the top of FORUMDISPLAY and SHOWTHREAD? Would make navigation super easy ....

bobster65 05-20-2008 04:07 PM

Quote:

Originally Posted by Eq4bits (Post 1525839)
Hmmm, looking at my boards... is it possible to have these tabs show at the top of FORUMDISPLAY and SHOWTHREAD? Would make navigation super easy ....

The way I do it on my site is to use remote links. This is explained in post 2 of this thread. You can set up the look and feel on those templates and just use the remote link to take you back to the selected tab. You can even make it look exactly like the tabs on the forum home page if you want to ..

Dynamically selecting a tab using a remote link (tabcontent.js v2.2 or above)
https://vborg.vbsupport.ru/showpost....35&postcount=2

Eq4bits 05-20-2008 04:39 PM

thank you! will try that. must have missed it when i was *first* reading thread before installing (eyes probably glazed over.... 18 pages......)

OsideRida06 05-20-2008 05:27 PM

I just wanted to show everyone my tabbed forum. It works like a charm. I have also marked it as installed. So let me know what you guys think. ok?

http://calistyle101.com/
http://calistyle101.com/forums/index.php

Eq4bits 05-20-2008 06:12 PM

Of course *now* a question/problem:
In FORUMDISPLAY above [code]</head>I inserted
Code:

<!-- Tabbed Forum Home Header Code -->   
<link rel="stylesheet" type="text/css" href="http://www.********.***/forums/tabs/tabcontent.css" />
<script type="text/javascript" src="http://www.********.***/forums/tabs/tabcontent.js"> </script>
<!-- /Tabbed Forum Home Header Code -->

then right below
Code:

<!-- / controls above thread list -->
I inserted
Code:

<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="index.php?forumtabs=1"><b>Forums</b></a></li>
<li><a href="index.php?forumtabs=2"><b>Out Of Character</b></a></li>
<li><a href="index.php?forumtabs=3"><b>Role Play</b></a></li>
<li><a href="index.php?forumtabs=4"><b>The Vault</b></a></li>
<li><a href="index.php?forumtabs=5"><b>Board Of Directors</b></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->

The tabs show up perfectly but when in a subforum and I click one of the tabs it doesn't 'take me to' what I clicked (did that make sense?) it just moves me up one forum level instead of to the correct category.

Do I need to also edit forumdisplay.php the same as I did for index.php?

bobster65 05-20-2008 06:20 PM

Quote:

Originally Posted by Eq4bits (Post 1525966)
Of course *now* a question/problem:
In FORUMDISPLAY above [code]</head>I inserted
Code:

<!-- Tabbed Forum Home Header Code -->   
<link rel="stylesheet" type="text/css" href="http://www.********.***/forums/tabs/tabcontent.css" />
<script type="text/javascript" src="http://www.********.***/forums/tabs/tabcontent.js"> </script>
<!-- /Tabbed Forum Home Header Code -->

then right below
Code:

<!-- / controls above thread list -->
I inserted
Code:

<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="index.php?forumtabs=1"><b>Forums</b></a></li>
<li><a href="index.php?forumtabs=2"><b>Out Of Character</b></a></li>
<li><a href="index.php?forumtabs=3"><b>Role Play</b></a></li>
<li><a href="index.php?forumtabs=4"><b>The Vault</b></a></li>
<li><a href="index.php?forumtabs=5"><b>Board Of Directors</b></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->

The tabs show up perfectly but when in a subforum and I click one of the tabs it doesn't 'take me to' what I clicked (did that make sense?) it just moves me up one forum level instead of to the correct category.

Do I need to also edit forumdisplay.php the same as I did for index.php?

you MIGHT have to use the full URL.... can you PM me a link so I can take a look at the pages?

Trana 05-22-2008 06:35 PM

OK, I have my first tab working which displays all the forums.

My second tab shows up fine but I don't really understand the concept of categories. I have forums that are subforums of a VB "category". I used this category number in the URL as per your documentation, however on the second tab I only see a link to the category itself and not a list of the subforums. If I click that link (of the category), I go to the default VB forumhome display for the subforums.

Am I missing something here?

Thanks.

bobster65 05-22-2008 09:52 PM

Quote:

Originally Posted by Trana (Post 1528217)
OK, I have my first tab working which displays all the forums.

My second tab shows up fine but I don't really understand the concept of categories. I have forums that are subforums of a VB "category". I used this category number in the URL as per your documentation, however on the second tab I only see a link to the category itself and not a list of the subforums. If I click that link (of the category), I go to the default VB forumhome display for the subforums.

Am I missing something here?

Thanks.

Hey Trana :) Sounds to me like you are using the wrong Cat ID to create the Forumbits themselves (just need to use the next higher parent IDs). I PMd you my Chat ID and can try and help you that way..

Bob


All times are GMT. The time now is 06:16 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.03827 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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