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)

RedHacker 11-11-2009 10:40 AM

I think destroy display member profile....

ChopSuey 11-11-2009 02:04 PM

This has nothing to do with the member profile. Its just in the header.
Got a screenshot?

x626xblack 11-12-2009 04:44 PM

It does not work well if you have Scrolling Marquee on top of your forums. It puts the tab names in the scrolling marquee and they are not clickable.

giabao88 12-03-2009 04:44 PM

tab could not change its style to tab2 when it is selected like vbulletin.org, isn't it?

For example, when you select Mods on Vbulletin.org, the background of it changed to let u know where you are. I tried everyway with css but no luck.

ChopSuey 12-04-2009 09:48 AM

Probably the mouse over effect thing. Sorry i dont know how to do that. x

bluej 12-08-2009 11:28 PM

Quote:

Originally Posted by GSeybold (Post 1905982)
Hello Potentially great mod. Thank you !

One problem. After installing in additional CSS the tabs go vertical? Not sure why.

in firefox the tabs display horizontally but in IE8 they are vertical on the right :confused:

any fix for this?

ChopSuey 12-09-2009 01:10 AM

Quote:

Originally Posted by bluej (Post 1927481)
in firefox the tabs display horizontally but in IE8 they are vertical on the right :confused:

any fix for this?

Im sorry i dont know how to work with browsers.. I'll see what i can do.

bluej 12-09-2009 06:42 AM

Quote:

Originally Posted by ChopSuey (Post 1927519)
Im sorry i dont know how to work with browsers.. I'll see what i can do.

thanks for your quick reply...i have decided to use another mod and it seems to work fine in both browsers...

thanks for you hard work :)

ChopSuey 12-15-2009 06:24 AM

Great, glad you got a problem solved.

COL NIL SATIS 12-16-2009 02:10 PM

i also have ie8 at my tabs have gone vertical..GAHHHHHHHHHHHH

ChopSuey 12-16-2009 10:14 PM

If you read past posts i cannot support browsers, but after i get out of school i'll get time to work with stuff like this.

COL NIL SATIS 12-17-2009 06:38 PM

ok mate..cool

ChopSuey 12-18-2009 10:25 AM

If you have a solution feel free to post it up i'll edit the first post.

biggeorge 12-29-2009 05:46 PM

Took a little work with my style but this is perfect! Thank you.

Log on 12-31-2009 05:42 AM

Great thank u

ChopSuey 01-24-2010 10:50 AM

Glad you like it :)

RedHacker 03-05-2010 09:23 AM

Any Release for Search only for vBulletin 4....?

ChopSuey 03-06-2010 04:53 AM

Hi red, i'll take a look at the code tonight and see what i can do. But there is already search in the navbar with the default vB4.

RedHacker 03-06-2010 12:45 PM

Yes but not same... ;)

kjsmith84 04-15-2010 08:50 PM

Quote:

Originally Posted by ChopSuey (Post 1927519)
Im sorry i dont know how to work with browsers.. I'll see what i can do.

any fix for this yet - mine are vertical

kjsmith84 05-06-2010 06:35 PM

if I want to do just the search can that be done?

ChopSuey 05-07-2010 07:15 AM

Quote:

Originally Posted by kjsmith84 (Post 2021901)
any fix for this yet - mine are vertical

Not yet sorry, i will get into this when i have time
Quote:

Originally Posted by RedHacker (Post 1998440)
Yes but not same... ;)

I know that, when i get time i will look into it.
Quote:

Originally Posted by kjsmith84 (Post 2032726)
if I want to do just the search can that be done?

Yeah, go ahead it can be done.

ChopSuey 06-11-2010 09:27 AM

vB4 release for this by Saturday hopefully.

maxie 08-15-2010 10:40 AM

how to insert forum home above forum category ? insted to put above navbar ?

bkm_mahdi 11-18-2010 01:42 PM

1 Attachment(s)
ie has problem...

shzad1 03-01-2011 02:58 PM

Great Work BRO
installed!

Sworm 05-12-2011 12:23 PM

Quote:

Originally Posted by bkm_mahdi (Post 2123190)
ie has problem...

Have you solved with ie? I would to install this...

JimxJNM 11-12-2011 05:32 AM

would there be a chance of doing this on vB 4?

blind-eddie 04-01-2014 02:07 PM

Anyone know how to fix browser issues with this template modification?
See screen shots.
Link in sig.

IE11, it looks great.
http://northamericancarclub.com/imag...ad4665282a.png

FF, its lower.

http://northamericancarclub.com/imag...ad46762a5f.png

I only changed/added the border style, removing it has no effect.

Code:

border-style:solid solid none solid;
border-width:1px;


blind-eddie 04-02-2014 01:38 PM

Never mind, I got it.
I used something else.

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 06:14 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.01289 seconds
  • Memory Usage 1,789KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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