![]() |
Quote:
You edit templates via the Admin CP. Styles & Templates >> Style Manager >> Edit Templates (chose this from the drop down box for the particular style you want to edit) >> chose which template you want to edit. |
I'm sorry my ignorance, I really understand very little of vbulletin, I made it in the editing area as you indicated, but did not understand what I edit. information by editing, I should change the template in 3 parts, the first part I need to enter a code before the tag </ head> right? I found this tag within a "activateform" and insert the code. Is that correct? The second is to modify the content between the <! - Main -> but I can not find the right place.
These are the installation instructions, help me with this part of me showing how to do? ========================= FORUMHOME TEMPLATE EDIT 1 ========================= INSERT THE BELOW LINE OF CODE RIGHT BEFORE </head> <!-- Tabbed Forum Home Header Code --> <!-- TFH CSS --> <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" /> <!-- YUI Library --> <script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/utilities/utilities.js"></script> <script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/tabview/tabview-min.js"></script> <!-- YUI Library Extension: Dispatcher --> <script type="text/javascript" src="http://js.bubbling-library.com/2.1/build/dispatcher/dispatcher-min.js"></script> <!-- /Tabbed Forum Home Header Code --> ========================= FORUMHOME TEMPLATE EDIT 2 ========================= REPLACE: <!-- main --> *all the Default vb CODE between the remarks* <!-- /main --> WITH: <!-- 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 tfh} </script> <!-- /Tabbed Forum Home --> {vb:raw template_hook.forumhome_below_forums} <!-- /main --> NOTE: IF YOU HAVE CUSTOM <!-- main --> through <!-- /main --> CODE, YOU WILL NEED TO COPY IT AND REPLACE THE DEFAULT CODE IN THE FORUMHOMETAB TEMPLATE ===================== FORUMHOMETAB TEMPLATE ===================== THIS IS AUTOMATICALLY CREATED FOR YOU BASED ON DEFAULT VB4. NOTE: YOU ONLY NEED TO EDIT THIS IF YOU HAVE A CUSTOM STYLE THAT HAS A DIFFERENT FORUMHOME <!-- main --> **CUSTOM CODE** <!-- /main --> CODE <!-- main --> <ol id="forums" class="floatcontainer"> {vb:raw forumbits} </ol> <!-- /main --> {vb:raw forumhome_markread_script} NOTE: IF YOU HAVE A CUSTOM STYLE WITH DIFFERET <!-- main --> **CUSTOM** <!-- /main --> CODE, Replace with your custom code. You do need to leave the last line ( {vb:raw forumhome_markread_script} ) in place tho as that is used for marking the forum(s) as READ. ================================================ forumhome_forumbit_level1_nopost TEMPLATE EDIT 1 ================================================ INSERT AT BEGINNING OF TEMPLATE: <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')"> ================================================ forumhome_forumbit_level1_nopost TEMPLATE EDIT 2 ================================================ INSERT AT END OF TEMPLATE: </vb:if> ============================================== forumhome_forumbit_level1_post TEMPLATE EDIT 1 ============================================== INSERT AT BEGINNING OF TEMPLATE: <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')"> ============================================== forumhome_forumbit_level1_post TEMPLATE EDIT 2 ============================================== INSERT AT END OF TEMPLATE: </vb:if> |
https://vborg.vbsupport.ru/external/2011/10/73.png
After all I always get only this. My categories just disappeared. I tried to do this on three styles already. I'm using vB 4.1.6. Can someone help me? Thanks in advance. |
Quote:
|
I have some categories and within a forum with several sub-forums, how do I set the tab to show all when clicked, would be: tabindex.php? Tabcat [] = 152
152 is the ID of the category? |
Quote:
|
Angle, You haven't made any tabs yet...
|
Have you released this yet??
Quote:
|
Works great on vB 4.1.7. Minus the hidden tabs when group ID is private. I guess you will have to treat it like a teaser. Although the Moderators tab did not how on regular user group test account. Installed. Such a great mod and blows mybb tabs away.
|
any new updates coming? :)
|
All times are GMT. The time now is 04:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|