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)

sdavis2702 05-02-2008 07:56 AM

This looks absolutely awesome... I wish I had the guts to go for it. With only one month experience... I'll hold off. Awesome hack though...

pakomen 05-02-2008 10:59 AM

Wow, very nice. Will think about installing. :)

siriuxs 05-02-2008 08:57 PM

It's compatible with vbulletin 3.7 ?

ThreeD 05-03-2008 08:36 PM

Nice mod :)

Just a little sidenote to all users. Per default, if you copy paste all the steps from the step by step instructions, the collapse_tcat.gif file has a location of images/solido/buttons/collapse_tcat.gif. You have to manually go in and remove the solido subdir if you want the collapse_tcat image to show.

DeanoG 05-04-2008 08:28 AM

it is possible to use Usergroup permissions to view tabs?

I have some Beta Software testing forums on my board only visible to the Beta Testing Group.
Is it possible to show the a "Beta Forum" tab using usergroup permissions so that the tab is only visible to the Beta testers ?

Jase2 05-04-2008 09:27 AM

Hello bobster65,

Any chance we could have it like this website. They have tabs for each category, then a drop down with the forums inside that. That would make this even better!

Well done!

bobster65 05-04-2008 04:36 PM

Quote:

Originally Posted by Jase2 (Post 1507859)
Hello bobster65,

Any chance we could have it like this website. They have tabs for each category, then a drop down with the forums inside that. That would make this even better!

Well done!

Hey Jase, That is a total different concept. That is navigation system similar to vborgs tabbed menu system where you actually are taken to another page. There is an article on how to do that. This system stays on the FORUMS HOME page and switches categories without another page view involved.

-Bob

bobster65 05-04-2008 04:50 PM

Quote:

Originally Posted by DeanoG (Post 1507830)
it is possible to use Usergroup permissions to view tabs?

I have some Beta Software testing forums on my board only visible to the Beta Testing Group.
Is it possible to show the a "Beta Forum" tab using usergroup permissions so that the tab is only visible to the Beta testers ?

yes, just wrap the specific tab with this... (use the ID's of the user groups you want to be able to view it)

Code:

<if condition="is_member_of($vbulletin->userinfo, 5,6)">

</if>

so it would look something like this.. (The code in RED is what you would need to add ...

Code:

<!-- Tabbed Forum Home Tabs Layout -->
        <ul id="forumtabs" class="shadetabs">
        <li><a href="#" rel="tcontent1" class="selected">Tab 1 Name</a></li>
        <li><a href="#" rel="tcontent2">Tab 2 Name</a></li>
        <if condition="is_member_of($vbulletin->userinfo, 5,6)">
          <li><a href="#" rel="tcontent3">BETA FORUM Tab/a></li>
        </if>
        </ul>
        <!-- /Tabbed Forum Home Tabs Layout -->

Then you will also want to wrap the tab display data as well ..

Code:

<!-- Tabbed Forum Home – START BETA FORUM TAB Content Layout -->

<if condition="is_member_of($vbulletin->userinfo, 5,6)">

<div id="tcontent3" class="tabcontent">

CONTENT REMOVED FOR EXAMPLE ONLY

</div>

</if>

<!-- /Tabbed Forum Home – END BETA FORUM TAB Content Layout-->


bobster65 05-04-2008 04:52 PM

Quote:

Originally Posted by siriuxs (Post 1506153)
It's compatible with vbulletin 3.7 ?

Yes

Quote:

Originally Posted by ThreeD (Post 1507272)
Nice mod :)

Just a little sidenote to all users. Per default, if you copy paste all the steps from the step by step instructions, the collapse_tcat.gif file has a location of images/solido/buttons/collapse_tcat.gif. You have to manually go in and remove the solido subdir if you want the collapse_tcat image to show.

Whoops.. I'll take that out on the next update.... guess I didn't have enough coffee that day ;) Thank you for catching that :up:

joakandr 05-04-2008 08:22 PM

can you make something that automates all this? Would be a lot easier...


All times are GMT. The time now is 05:46 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.02287 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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