The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Flipped tabs = Swivel tabs = INVERTED TABS Details »» | |||||||||||||||||||||||||||
Flipped tabs = Swivel tabs = INVERTED TABS
Developer Last Online: Nov 2023
Flipped tabs = Swivel tabs = INVERTED TABS
********************************* Installation ******** uninstall old inverted tabbars ********************* ATTENTION: *********
Ver...>>> 0.1.0
Ver...>>> 0.1.1
Ver...>>> 0.1.2
Ver...>>> 0.1.3
Ver...>>> 0.1.4
Code:
$invertedtabbar is the $var that is placed into HEADER or FORUMHOME templates... At top of Header Template as shown below...>>> Set margin-top to {0} for header placement... $invertedtabbar <!-- logo --> <a name="top"></a> ************************************************* Or place into Forumhome Template as shown below...>>> $invertedtabbar <br /> <!-- end what's going on box --> {Make sure IMAGE PATH is set correctly in admin and Tabbars will turn on} ************************************************* This release is dedicated 2 those that want 2 try CUSTOM tabs... ************************************************* If you want to add more tabs??? ************************* Updated newest release with CMPS setup... Use on Frontpage or FORUMHOME... Good luck 2 ya! Show Your Support
|
Comments |
#22
|
|||||||
|
|||||||
Deepdog, thanks for your effort, but I figured it out myself before you posted, so I just now saw your message.
This is related to the old version of your mod, I see that you updated in the meantime, so parts of this may not be relevant anymore, but I'll post nevertheless as it might still be of some use to some. So, to answer my own questions: Quote:
Quote:
So, for instance, if you need to place your tabs on the very top of your forumhome page, you need to add $invertedtabbar on the very top of the FORUMHOME template: HTML Code:
$invertedtabbar $stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase Quote:
HTML Code:
<if condition="$show['guest']"> <!-- guest welcome message --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td> </tr> <tr> <td class="alt1"> <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase> </td> </tr> </table> <!-- / guest welcome message --> <br /> </if> $invertedtabbar <br> <br /> <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> I also added the tabs and a pair of <br> and <br /> under the What's Going On box on forumhome: HTML Code:
<!-- end what's going on box --> $invertedtabbar <br> <br /> <!-- icons and login code --> <table cellpadding="0" cellspacing="2" border="0" width="100%"> <tr valign="bottom"> <td> HTML Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> <if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script></if> </head> <body> $header $navbar $invertedtabbar <br> <br /> <if condition="$show['forumslist']"> <!-- sub-forum list --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> <tr> Quote:
Quote:
Quote:
If you have it on the very top, above everything else, then you will not have these problems. If you don't, like I don't, then you need to use <br> and <br /> in order to instruct the template to make a new line for the tabs. Quote:
Okay, so that's it. However, I have one question: I have a couple of parked domains for my forum and after you log in from one of those domains and click on one of the tabs to go to another address, the tabs redirect to the basic domain and the user is logged out. Why does this happen? Is there any way around it? Thanks in advance. |
#23
|
||||
|
||||
However, I have one question:
I have a couple of parked domains for my forum and after you log in from one of those domains and click on one of the tabs to go to another address, the tabs redirect to the basic domain and the user is logged out. Why does this happen? Is there any way around it? Thanks in advance.[/QUOTE] ************************************************ Astrof,,, Hmmmmmm,,, Im think its a cookie or session tracking issue... You may need to use vbulletin link structure to fix issue,,, if that doesn't work then Im not sure why its doing that... I will look into this and post about it l8ter... HTML Code:
<a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a> |
#24
|
|||
|
|||
Thanks. Work fine.
Salud2 |
#25
|
|||
|
|||
Quote:
Have you investigated this in the meantime? Also, another thing I'm interested in - is there any way for the tabs to appear in the showthread template? I tried inserting the var a couple of times, but it did not work. Also, is there a way for the tabs to appear even when you go to reply to a thread (quote-reply)? If there is a way to do both, where do I place the var? Thanks in advance. |
#26
|
|||
|
|||
Anyone using this on their site? Wouldnt mind seeing a demo!
|
#27
|
|||
|
|||
bump...I would like to know if it works on 3.8
|
#28
|
||||
|
||||
Interesting I might have to test this to see its functions... Is there a demo please!?
I also, need to know what version of vb this will be compatible with..... THANKS! |
#29
|
|||
|
|||
Is there anyway to add more than 10 tabs? I need at least 5 more.
|
#30
|
|||
|
|||
Can this be used with 3.6 ?
|
#31
|
|||
|
|||
excuse for my bad english...
i have installed your Add-on and it works very well! Only the position is wrong. I want to install the menue over the navbar like here: I've attached a picture where you can see what I mean. There is always a distance to the navbar... What can i do? Thanks for the help! :up: Gerald www.mtb-sulzbach.de PS: this is the code i use in NAVBAR: PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|