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)

Lonny 09-26-2008 09:37 AM

unbelievable idea.. good job my friend :)

bobster65 09-26-2008 12:50 PM

Quote:

Originally Posted by Doom Stone (Post 1630759)
Quick question, is it possible to hide tabs from users without permissions to view the content within the tabs? For example, everyone can view the tab "Staff Section" however only staff can view the content.

Its sure is :) (from post #2)

Tabs for Specific User Groups Only (Ver 1.50)

You can wrap a specific TAB <li> tag with a template conditional where the numbers after userinfo are the User Group IDs that you want to display the Tab too.

So for example if you wanted to hide one for Staff Only it would look like this (See the code in RED)

Code:

<div id="ajaxTFH" class="TFHmenu2">
        <ul>
                <li class="selected"><a href="tabforumhome.php?tabcat[]=1" rel="ajaxTFHcontentarea">TAB 1 NAME</a></li>
                <li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2" rel="ajaxTFHcontentarea">TAB 2 NAME</a></li>
               
                <if condition="is_member_of($vbulletin->userinfo, 5,6)">
                    <li><a href="tabforumhome.php?tabcat[]=100" rel="ajaxTFHcontentarea">STAFF</a></li>
                </if>


        </ul>
</div>


nureeves 09-26-2008 01:39 PM

Hello

need help !!
i've followed the instruction, but i'm sure theres something wrong happened:

https://vborg.vbsupport.ru/

and when i click Tab Name .... :

https://vborg.vbsupport.ru/

did i miss something???

bobster65 09-26-2008 01:44 PM

Quote:

Originally Posted by nureeves (Post 1630926)
Hello

need help !!
i've followed the instruction, but i'm sure theres something wrong happened:

http://img140.imageshack.us/img140/8832/54374028yd3.jpg

and when i click Tab Name .... :

http://img215.imageshack.us/img215/1716/61015574jj9.jpg

did i miss something???

That is a PATH issue to the CSS File. Try use the FULL URL to the CSS file.

ShawnV 09-26-2008 01:53 PM

Quote:

Originally Posted by King Kovifor (Post 1630548)
As of right now, no upgrade path due to the fact that the data is stored in the template, we can't easily convert. But 2.0 is much easier to seT up and manage.


Thats why I am waiting for 2.0, any idea when the alpha will be out, few weeks, months?

_V

bobster65 09-26-2008 02:07 PM

Quote:

Originally Posted by ShawnV (Post 1630932)
Thats why I am waiting for 2.0, any idea when the alpha will be out, few weeks, months?

_V

Beta is complete (as far as features/bugs) .. all that's left is install instructions (being drafted now)..

nureeves 09-26-2008 04:13 PM

Quote:

Originally Posted by bobster65 (Post 1630928)
That is a PATH issue to the CSS File. Try use the FULL URL to the CSS file.



ahaaa .solved with Css issue,, but theres still nothing below it
what should i do??


https://vborg.vbsupport.ru/


btw thanks,, great mod

*click Install:)

bobster65 09-26-2008 04:57 PM

Quote:

Originally Posted by nureeves (Post 1631052)
ahaaa .solved with Css issue,, but theres still nothing below it
what should i do??


http://img72.imageshack.us/img72/1134/83505118gb3.jpg


btw thanks,, great mod

*click Install:)

Looks like you just need to configure the tabs (which is just a matter of assigning cat ids).. then modify the CSS to match your colors ..

ShawnV 09-26-2008 05:00 PM

Quote:

Originally Posted by bobster65 (Post 1630948)
Beta is complete (as far as features/bugs) .. all that's left is install instructions (being drafted now)..

Awesome.....

/Does the Big Shoe Dance!

_V

nureeves 09-26-2008 05:18 PM

nice


All times are GMT. The time now is 07:47 PM.

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.02572 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
  • (1)bbcode_code_printable
  • (7)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