vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Board Optimization - Tabs Like vBulletin.org With Search (https://vborg.vbsupport.ru/showthread.php?t=226749)

Mecho 04-14-2014 07:30 AM

Any v4 version of this mod ?

couldnt find anything

blind-eddie 04-14-2014 03:20 PM

Quote:

Originally Posted by Mecho (Post 2493077)
Any v4 version of this mod ?

couldnt find anything

Search above, Search for, tabs, 4.x Mods, Title Only

Search above, Search for, search, 4.x Mods, Title Only

There are a few options that could be useful.

If you want just the tabs above the navbar, I can give you that.

Add the following to the top of your header template' edit with your info.

Code:

<!-- tabs -->
<br />
 <div id="headertabs">
<ul>
<li><a href="forumdisplay.php?f=8"><b>Classifieds</b></a></li>
<li><a href="profile.php?do=invitation"><b>Invite</b></a></li>
<li><a href="group.php?do=grouplist"><b>Groups</b></a></li>
<li><a href="articles.php"><b>Bookie</b></a></li>
<li><a href="arcade.php"><b>Arcade</b></a></li>
<li><a href="forum.php"><b>Forum</b></a></li>
<li><a href="index.php"><b>Home</b></a></li>

</ul>
</div>
<br />
<!-- /tabs -->

================================================== ==

Add the following to your additional.css template, edit it to match your style.

Code:

        #headertabs ul {
                list-style: none;
                  background:#333333;
                padding: 0;
                margin: 0;
                  margin-right: 25px;
        }
       
        #headertabs li {
                float: right;
                  background:#333333;
                border: 1px solid;
                border-bottom-width: 0;
                margin: 0 0 0 5px;


        }
       
        #headertabs a {
                display: block;
                padding: 0 1em;
        }
       
        #headertabs #selected {
                position: relative;
                top: 1px;
                background: white;
        }

http://blind-eddie.com/forum/imageho...c097436401.png

http://blind-eddie.com/forum/imageho...c0a6a2e968.png

karabaja3 10-19-2014 06:09 PM

blind-eddie, could you please show how to add round corners like here on vb.org?

https://vborg.vbsupport.ru/external/2014/10/12.jpg

RELAX13 10-29-2014 12:05 PM

Good Id :D


All times are GMT. The time now is 02:53 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.01009 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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