vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Flipped tabs = Swivel tabs = INVERTED TABS (https://vborg.vbsupport.ru/showthread.php?t=175890)

Deepdog009 04-13-2008 02:09 PM

Quote:

Originally Posted by DDad (Post 1489679)
Still working on this and one of your other ones on our test forum but getting this one to work.
Notes for you,
When I go from 6 to 8 tabs, the 8 tabs won't show in the admin and in the forum only 2 tabs show. 6 tabs works fine.(fixed)
I have to put it in a code to align it to the right.
Colors don't match our site. (we're changing colors on our site to match your tabs)

I'm not complaining just letting you know! :up:

updated
uninstalled/ reinstalled

**************************************************

DDad when you setup the tabs to show in forumhome you must turn on both SIX and EIGHT together and then all will show up...

Yeah it seems that many have tried this mod,,, but because they have troubles with the IMAGE PATH they gave up and moved on...

I added an update that should help with the IMAGE PATH and make it easier to show tabbars now...

Yes you can add CSS code to make changes,,, thats cool...
If more people use this I will update it with better CSS options from the admin panel...

I have a update coming soon over at Mini Tabbars that should also make them easier to setup...

Thanks DDad;)

**************************************************

TTG How can you center the tabbar above the toolbar ?

Well yes,,, by using CSS you can go ...>>> float : left,,, right,,, center or margin over left or padding over left,,, center or right....>>>

HTML Code:

name of item to float {/* header element float */
  float: left;
  margin: 0px 5px 10px 3px;
  padding: 5px 5px 5px 5px
  background: #eee8aa;
  border-right: 2px dotted #cd853f;
  border-bottom: 2px dotted #cd853f;
  }


**************************************************


I will maybe update one more time with better CSS control,,, L8ter...

**************************************************


tiekie this mod does work 3.6 and maybe even 3.5,,, but go over to 3.6 and there's an update for it...

Good luck 2 ya!

DDad 04-13-2008 02:25 PM

I think what happened is I had a drop in my connection and something didn't upload right.
I'll keep messing around with it and keep you updated if I find any problems.

Update
Everything is working... went in and changed the left to right and reuploaded the product.

What ever you do from here is extra!

macc 04-14-2008 05:23 PM

Hello!

how get links open in new window ? i mean links in tabs when click on them?

reg

macc

DDad 04-14-2008 09:14 PM

Put this
Code:

"target="_blank"
at the end of your url

it should look like this
Code:

forum/"target="_blank"
or
Code:

forum/blogs"target="_blank"
so on and so on....

Deepdog009 04-15-2008 04:43 AM

Ddad thanks 4 any assists...

I will update this mod once more with better CSS options and its a Done Deal...;)

myown 05-05-2008 07:02 AM

thanks looks interesting

peterle1 05-05-2008 10:38 AM

Could we add a drop down navigation to these tabs?

Astrof 06-04-2008 01:29 PM

DeepDog ...

This is a wonderful mod, but your instructions are impossible to understand.

Please write them so that everyone can know what you mean and how to do the necessary steps as your hack is extremely important to everyone who, like myself, has lots of subforums and needs to get this to work as soon as possible.

Therefore, I have a couple of questions that I would appreciate if you would answer so that I can understand:

1) First of all, the second installation step you describe:
Quote:

{2} Upload images folder to forum home root...
Yet, in the .txt file, you write that we need to upload the client script folder as well.

So, which one should we do?

And where? Please describe step-by-step what should be done, where the clientscrip files should be uploaded, if it is necessary at all.

2) Template editing.

PLEASE write EXACTLY what we have to do and WHERE.

That is, just like in all other installation instructions on vb.org: what we should find and what EXACTLY we should add or replace or whatever is needed.

You describe adding $invertedtabbar and margin 0 somewhere, but for the life of me I can't understand where or how, or get it to work. I did everything trying to decipher your instructions, but have failed.

What I need to have is those tabs ABOVE FORUM HEADER, UNDER THE NAVIGATION BAR, WITHOUT TABBARS ON THE TOP OF THE PAGE TOO. Please, instruct me what EXACTLY I have to do, what EXACTLY has to be entered and where EXACTLY.

That is, how the code line looks unmodifyed, then how it will look modifyed.

3) I don't know if this is related, but even though my image paths are right, the buttons are not showing.

Instead, I get this:

https://vborg.vbsupport.ru/external/2008/06/6.gif

vBulletin logo moved to the far right and none of the images showing, just the links.

Also, in the options you wrote "left" two times instead of left and right, but that is less important.

Thanks in advance for your help, you mod is of crucial importance to me and of a lot of us, I'm sure.

Deepdog009 06-05-2008 01:23 PM

Quote:

Originally Posted by Astrof (Post 1540601)
DeepDog ...

This is a wonderful mod, but your instructions are impossible to understand.

Please write them so that everyone can know what you mean and how to do the necessary steps as your hack is extremely important to everyone who, like myself, has lots of subforums and needs to get this to work as soon as possible.

Therefore, I have a couple of questions that I would appreciate if you would answer so that I can understand:

1) First of all, the second installation step you describe:

Yet, in the .txt file, you write that we need to upload the client script folder as well.

So, which one should we do?

And where? Please describe step-by-step what should be done, where the clientscrip files should be uploaded, if it is necessary at all.

2) Template editing.

PLEASE write EXACTLY what we have to do and WHERE.

That is, just like in all other installation instructions on vb.org: what we should find and what EXACTLY we should add or replace or whatever is needed.

You describe adding $invertedtabbar and margin 0 somewhere, but for the life of me I can't understand where or how, or get it to work. I did everything trying to decipher your instructions, but have failed.

What I need to have is those tabs ABOVE FORUM HEADER, UNDER THE NAVIGATION BAR, WITHOUT TABBARS ON THE TOP OF THE PAGE TOO. Please, instruct me what EXACTLY I have to do, what EXACTLY has to be entered and where EXACTLY.

That is, how the code line looks unmodifyed, then how it will look modifyed.

3) I don't know if this is related, but even though my image paths are right, the buttons are not showing.

Instead, I get this:

https://vborg.vbsupport.ru/external/2008/06/6.gif

vBulletin logo moved to the far right and none of the images showing, just the links.

Also, in the options you wrote "left" two times instead of left and right, but that is less important.

Thanks in advance for your help, you mod is of crucial importance to me and of a lot of us, I'm sure.

Astrof,,,
Sorry guys,,, but Im not good when it comes to instructions...

Ok,,, I see your issues in your image...
*********************************

vbulletin logo moving right is caused by the mod images being to close to logo...
How to Fix?
Goto admincp and open HEADER template,,, add this...>>> <br /> <<<... underneath the $invertedtabbar var...
<br /> is a spacer tag,,, If needed add one or two until your logo moves back left...

Also because the TEXT is showing up,,, Your var placement is ok,,, but because the images aren't showing,,, you have a path problem...

Upload images to correct path and also check in Invertedtabbar options path matches images folder path...

Path to your FORUM = http://yoursite.com/forums/images/invertedtabs/
Path to your CMPS = http://yoursite.com/images/invertedtabs/

MARGIN at {0} is setup by adding CSS...
I will update this in next ver...

I will update instructions and mod by next week...

Deepdog009 06-14-2008 05:58 AM

Folks,,,

I fixed many issues, including the margin at top... Its auto template...

Read Tutorial before installing or updating new xml file...

Now working with frontpage CMPS...


Demo coming soon...

Good Luck 2 ya!


All times are GMT. The time now is 01:08 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.01178 seconds
  • Memory Usage 1,759KB
  • 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
  • (1)bbcode_html_printable
  • (3)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
  • (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