vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=233135)

LouiseWilson 08-05-2012 02:31 PM

I have already stated what version of VB I'm running,
I've installed tfh4.0.8.zip (57.0 KB, 47 downloads) as its the latest in the change log.

And again I will say I've disabled all my plugins to debug this issue. Please read my reply's to this thread, with what you have said above. I know you maybe trying to help but I hate to repeat myself, thank you.

LgsOfChampions 08-05-2012 03:59 PM

Louise I've been having the same problems since the new release. Zero has been working on it on my site, however no fix yet. I'm starting to think the skin might have something to do with it.

LouiseWilson 08-05-2012 04:26 PM

Not sure how it can be the skin, I've tested this out on the default VB skin, and still is not showing.

A question for you LgsOfChampions did you upgrade from VB 3 -> 4 or installed VB 4 from default IE no upgrade from VB3 ?

LgsOfChampions 08-05-2012 05:25 PM

fresh install, 4.2 p2. no upgrade no nothing. str8 install to 4,2 p2

LgsOfChampions 08-05-2012 05:28 PM

weird that even with the default skin not working since I've seen ppl since the update used this and is working with there skins..... very frustrating cause i love this mod

LouiseWilson 08-05-2012 05:34 PM

guess we will see what ZeroHour comes up with as I've looked through with Firebug as well

LgsOfChampions 08-05-2012 10:03 PM

yea I just did a test on a new board just installed to test it out and still same prob

DM BoNeZ 08-07-2012 10:29 AM

I don't know if it just my site, but when you use www. to go to your site ,the forums do not show.

LouiseWilson 08-07-2012 11:08 AM

Well do all these other people who have it working have TMS ? is the question or have other people without TMS got it working as it only seems the road block at the moment.

Hostboard 08-07-2012 12:49 PM

Just did a fresh install on 4.1.12pl2 suite using TMS and multiple custom skins.
Worked perfectly.

Here are my template edits...

Under the master style:

Template: FORUMHOME
Find:
Code:

</head>
Insert text above:
Code:

<!-- Tabbed Forum Home Header Code 4.0.8 -->
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/tabview.css" />
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/tfh/skin-tfh.css" />
<!-- TFH JS -->
<script type="text/javascript">
<!--
if (remoteyui)
{
document.write('<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/tabview/tabview-min.js"></script>');
}
else
{
document.write('<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/tfh/dispatcher-min.2.2.js"></script>');
document.write('<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/yui/element/element-min.js"></script>');
document.write('<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/yui/tabview/tabview-min.js"></script>');
}
//-->
</script>
<!-- /Tabbed Forum Home Header Code -->

Template: FORUMHOME
Find:
Code:

    <!-- main -->
        {vb:raw template_hook.forumhome_above_forums}
    <ol id="forums" class="floatcontainer">
        {vb:raw forumbits}
    </ol>
        {vb:raw template_hook.forumhome_below_forums}
    <!-- /main -->

Replace with text:
Code:

<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<!-- Tabbed Forum Home -->
<div id="forumhome_container" style="margin-top:5px"> </div>
<script type="text/javascript"> {vb:raw eg_tfh} </script>
<!-- /Tabbed Forum Home  -->
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->

Template: forumhome_forumbitlevel1_nopost
Find:
Code:

<li class="forumbit_nopost {vb:raw forum.statusicon} L1" id="cat{vb:raw forum.forumid}">
Insert text above:
Code:

<vb:if condition="(THIS_SCRIPT=='indexTFH' AND (in_array($forum['forumid'], $_REQUEST['tabcat']) OR in_array('all', $_REQUEST['tabcat']))) OR (THIS_SCRIPT=='forumdisplay') OR (THIS_SCRIPT=='index')">
Template: forumhome_forumbitlevel1_nopost
Find:
Code:

    <vb:if condition="$childforumbits">
    <ol id="c_cat{vb:raw forum.forumid}" class="childforum">
        {vb:raw childforumbits}
    </ol>
    </vb:if>
</li>

Insert text below:
Code:

</vb:if>
Template: forumhome_forumbitlevel1_post
Find:
Code:

<li id="forum{vb:raw forum.forumid}" class="forumbit_post {vb:raw forum.statusicon} L1">
Insert text above:
Code:

<vb:if condition="(THIS_SCRIPT=='indexTFH' AND (in_array($forum['forumid'], $_REQUEST['tabcat']) OR in_array('all', $_REQUEST['tabcat']))) OR (THIS_SCRIPT=='forumdisplay') OR (THIS_SCRIPT=='index')">
Template: forumhome_forumbitlevel1_post
Find:
Code:

            <vb:if condition="$childforumbits">
                <ol id="childforum_for_{vb:raw forum.forumid}" class="childsubforum">
                    {vb:raw childforumbits}

                </ol>
            </vb:if>
        </div>
    </li>

Insert text below:
Code:

</vb:if>


All times are GMT. The time now is 08:13 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.02022 seconds
  • Memory Usage 1,747KB
  • 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
  • (12)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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