View Full Version : Forum Home Enhancements - Tab Menu *** Enhanced
Deepdog009
06-04-2007, 10:00 PM
*** Tabbar Menu *** Inverted Tabbars *** Custom Tabs *** Mini Tabbars ***
This mod can be updated over in 3.7 mods if needed
Tabbars Suite 3.7
Inverted Tabbars 3.7
Mini Tabbars 3.7
Updated All three TABBARS to work with 3.7 & 3.6
Quaterbore has an update mod that allows lower version installs with 3.5/3.0
Thanks for your support folks!!!
Deepdog009
06-05-2007, 01:38 AM
<font color="Red">Updating this Mod and also a 3.7 version...</font>
On the 4th sample image, where shall I insert $tabbars?
thanks for this! :)
theFAILURE
06-05-2007, 02:01 AM
Something like this would be great instead of the navbar ;)
sensimilla
06-05-2007, 05:24 AM
Exactly what I was looking for, thanks!
Subah
06-05-2007, 07:24 AM
Cool , Thanks :)
VBUsers
06-05-2007, 07:45 AM
just what i was looking for, thanks!
where do i put it so it looks like the 3rd image you uploaded?
dj_f16
06-05-2007, 07:49 AM
thank you man :)
very nice
dope15gd
06-05-2007, 01:24 PM
To put it above the navbar, just edit the navbar and add $tabbers at the top and delete the <br /> that is under it.
edit this line in the CSS to get it to align to the right.
#tabs4 a {
float:right;
background:url("tableft4.gif") no-repeat left top;
margin:0;
padding:0 0 0 7px;
text-decoration:none;
}
Just change the alignment from left to right and it will shift over
//edit - this sort of works. It flips it all over to the right. I'll get back to this if I figure it out the right way
unitedpunjab
06-05-2007, 04:18 PM
i followed the instruction but nothin happnd.. !! i placed $tabbers on forum home just under my nav bar. but nothin appered over there. i tried it placing at several places but no use... !!
i edited all the links in tabbar template and uploaded the images to forum root.
Fungsten
06-05-2007, 04:41 PM
I'll install it on my test server!
giovannicosta
06-05-2007, 04:54 PM
cool, how do I edit what is written and where it redirects to?
Fungsten
06-05-2007, 05:23 PM
Nothing happened.
i followed the instruction but nothin happnd.. !! i placed $tabbers on forum home just under my nav bar. but nothin appered over there. i tried it placing at several places but no use... !!
i edited all the links in tabbar template and uploaded the images to forum root.
dope15gd
06-05-2007, 06:06 PM
cool, how do I edit what is written and where it redirects to?
go to your ACP and edit templates in whatever style you want. Choose tabbers and scroll down some. Near the bottom you'll see the links already placed there. You can just edit those to what you want
puertoblack2003
06-05-2007, 09:25 PM
wow been looking for this for months had to get a third party script will try this out..good job:up:
puertoblack2003
06-05-2007, 09:28 PM
sorry just noticed you have only one color scheme is there a chance you can create multiple colors and i notice too that the scripts are the same as what i have...i hard coded it...
aveon
06-05-2007, 09:43 PM
can u add another feature to these hacks can u get them highlighted when its active???
FreshFroot
06-05-2007, 09:49 PM
wow very cool stuff! I needed something like this done! thanks
MikeLTAD
06-05-2007, 10:48 PM
Dead for me. Nothing showing up.
puertoblack2003
06-05-2007, 11:30 PM
Dead for me. Nothing showing up.
well try this manual i used this currently now on my board. i take no create for this at all this is a third party hack....
Info:
step one, pick one from here
http://exploding-boy.com/images/cssmenus/menus.html
Step 2, download the pack of menus there from here
http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/ where it says "Download the entire menu set"
upload the images for the style you want to your images folder
Example = tableftC.gif and tabrightC.gif
Edit your styles & templates > style manager > YOUR SKIN > Main CSS
Scroll to the bottom to see "Additional CSS Definitions"
Paste the code for your css menu there.
example:
#tabsJ {
float:right; /* left */
/* width:100%; */
/* background:#F4F4F4; */
font-size:93%;
line-height:normal;
/* border-bottom:1px solid #24618E; */
}
#tabsJ ul {
margin:0;
padding:10px 0px 0 50px;
list-style:none;
}
#tabsJ li {
display:inline;
margin:0;
padding:0;
}
#tabsJ a {
float:right; /* left */
background:url("images/tableftJ.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsJ a span {
float:right; /* left */
display:block;
background:url("images/tabrightJ.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
color:#FFF;
}
#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
background-position:100% -42px;
}
The go to your navbar template and find
<if condition="$show['member']">
<td class="alt2" valign="top" nowrap="nowrap">
ABOVE THAT PASTE
<div id="tabsJ">
<ul>
<li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=69" title="Buy and Sell with other members here."><span>Classifieds</span></a></li>
<li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=133" title="Purchase products for your rig from our vendors!"><span>Vendors</span></a></li>
<li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=4" title="Non Tech Forums"><span>Non Tech</span></a></li>
<li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=1" title="Tech Forums"><span>Tech</span></a></li>
<li><a href="http://www.YOURFORUM.com/forum/arcade.php" title="Hang out in the Arcade!"><span>Arcade</span></a></li>
<li><a href="http://www.YOURFORUM.com/forum/" title="The main forum page!"><span>Home</span></a></li>
</ul>
</div><br><br>
These are the basic instructions, you can use any tabs you'd like.
and download this images file : http://www.motoxtremehosting.com/file.php?file=cb40fe4a7a3ac012c62f430244569db1
good luck
dbirosel
06-06-2007, 12:48 AM
well try this manual i used this currently now on my board. i take no create for this at all this is a third party hack....
Info:
and download this images file : http://www.motoxtremehosting.com/file.php?file=cb40fe4a7a3ac012c62f430244569db1
good luck
I did the same exact thing with my forum. here's my results:
www.caraudiojunkyard.com/forum
Deepdog009
06-06-2007, 01:06 AM
cool, how do I edit what is written and where it redirects to?
Just got off working...
Look in tabbers template 4 this and make changes...
<li id="current"><a href="yoursite.com">Frontpage</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/flashchat.php">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>
<li><a href="/forums/downloads.php">Downloads</a></li>
Also check in CSS area 2 make background color changes and more...
Yes I will add more TABS if I have time next few dias...
Some styles may have issues with this, but 4 the most part its working on 90 % of styles...
Check the Tabbars template for any HTML problems...
I will check more on this Mod and C why some styles may have issues...
Checked on all my styles and test boards and all working O-Ta...
Good Luck;)
Hornstar
06-06-2007, 02:14 AM
That hot! and exactly what i want to do on my site. I will play around with positioning them. thanks for sharing this.
unitedpunjab
06-06-2007, 04:00 AM
well try this manual i used this currently now on my board. i take no create for this at all this is a third party hack....
Info:
and download this images file : http://www.motoxtremehosting.com/file.php?file=cb40fe4a7a3ac012c62f430244569db1
good luck
thnx a lot it worked like a champ ;)
Deepdog009
06-06-2007, 04:24 AM
Thanks 4 support and All advice and helpful hints welcome...
Tabs_Helper_4_Verify_Styles.zip
Download and read instructions...
Good Luck;)
Deepdog009
06-06-2007, 04:26 AM
4 thoses that dont have the time 2 work on this, Im working on an update 2 make it easier 4 ya...
Good Luck;)
blastup
06-06-2007, 11:41 AM
does this have the tabs seletcted via a certain url.. ? if it does i definitly will use this..
blastup
06-06-2007, 11:44 AM
oh i guess yoiu don't have the select thing for the specific url.. can you add that?
giovannicosta
06-06-2007, 02:45 PM
Thanks!
Triky
06-06-2007, 03:01 PM
Great one! :)
jarod1981?
06-06-2007, 03:20 PM
Hello Deep and congratulations for this modification ;-)
Pardon me, but I have a little problem with the alignment the botton, they are always in the center and I can't put it on the left!
My Forum (http://www.p2psin.net/forum/)
Can you help me please?
I insert $tabbars in the navbar template
I have upload images on forumroot
I installed plugin
I insert this code in Additional CSS:
#tabs4 a {
float:left;
background:url("tableft4.gif") no-repeat left top;
margin:0;
padding:0 0 0 7px;
text-decoration:none;
}
Thanks :)
Deepdog009
06-06-2007, 08:54 PM
Hello Deep and congratulations for this modification ;-)
Pardon me, but I have a little problem with the alignment the botton, they are always in the center and I can't put it on the left!
My Forum (http://www.p2psin.net/forum/)
Can you help me please?
I insert $tabbars in the navbar template
I have upload images on forumroot
I installed plugin
I insert this code in Additional CSS:
Thanks :)
Look 4 this in your CSS area and edit...
#tabs4 ul {
margin:0;
padding:2px 2px 0 110px;
list-style:none;
}
Good Luck;)
Deepdog009
06-06-2007, 08:59 PM
Thanks 4 all Thanks My releases dedicated 2 all that dont have the time 2 do it because busy, busy, busy...
If some have issues im trying 2 make it easier 4 ya...
Update coming...
Its nice 2 use var $tabbars anywhere on templates...
Suggestion open tabbars template and edit with any CSS TABS code and then update and place $tabbars where U like best...
Saw all requests and will try 2 add some...
Good Luck:)
jarod1981?
06-06-2007, 09:49 PM
Hello Deep
Sorry but the code dont' work (http://www.p2psin.net/forum/) :(
2) Another ask please; Is possibile create a color menu? With each tabs of different colour?
Thanks :)
Deepdog009
06-07-2007, 03:32 AM
Hello Deep
Sorry but the code dont' work (http://www.p2psin.net/forum/) :(
2) Another ask please; Is possibile create a color menu? With each tabs of different colour?
Thanks :)
U that code to shift left or right or use the FLOAT code : left, right, center...
What U ask can be done, but many CSS code changes and much time...
Good Luck
Deepdog009
06-07-2007, 03:34 AM
Minor update...
One of these is pure CSS without images and the others are similar 2 the original first posted...:cool:
Kaasie
06-07-2007, 03:46 AM
very interesting mod, thanks a lot
dbirosel
06-07-2007, 10:17 AM
When clicking on a tab, how do i have the tab become highlighted? It seems like even though i click another tab, my Forum tab will remain highlighted.
aveon
06-07-2007, 10:31 AM
When clicking on a tab, how do i have the tab become highlighted? It seems like even though i click another tab, my Forum tab will remain highlighted.
that u can use if conditional to accomplish
Deepdog009
06-07-2007, 11:26 AM
Until I come up with a more easy update use this software 2 assist your CSS editing...
Simple CSS (http://www.hostm.com/simplecss-download.m), This software does not install any files. Its Standalone.
I use it and its just like it says...SIMPLE
Just create new project and then import the TEXT css menu tab file...Open source and edit:)
Import other css file ext's. also...
Good Luck
Deepdog009
06-07-2007, 11:28 AM
Until I come up with a more easy update use this software 2 assist your CSS editing...
Simple CSS (http://www.hostm.com/simplecss-download.m), This software does not install any files. Its standalone.
I use it and its just like it says...SIMPLE
Just create new project and then import the TEXT css menu tab file...Open source and edit:)
Import other css file ext's. also...
Good Luck
aveon
06-07-2007, 04:51 PM
When clicking on a tab, how do i have the tab become highlighted? It seems like even though i click another tab, my Forum tab will remain highlighted.
i will work on that when im done ill get back to you guys
Alfa1
06-07-2007, 07:04 PM
Where do I place this in photopost, LDM, VBA and Flashchat?
Tabs are currently only displaying on forum home, but not in the rest of the forum or site. I'd like that.
How do I get rid of the tabs floating about my navbar? I am using vb's standard skin. I have checked out the SimpleCSS, but I have not worked much with CSS before and do not see where I should edit what. I do not know the difference between ul li a span Please explain.
Can someone please post a step by step instruction how to use conditionals to keep a tab highlighted within a certain location/area?
Muellmann
06-07-2007, 08:27 PM
Good work thx looks very interesting on my teststyle ;)
kruchczan
06-08-2007, 11:14 AM
view all pages?
michaelsilvia
06-08-2007, 07:18 PM
Simple yet VERY effective! I added mine to the HEADER template so it shows up on every page. Makes it easier to navigate.
http://www.sportstradercentral.com
Thanks a lot!
Mike
michaelsilvia
06-08-2007, 07:19 PM
Is there a quick CSS way to make the page you are on a seperate color than the rest of the tabs?
Deepdog009
06-08-2007, 10:48 PM
Where do I place this in photopost, LDM, VBA and Flashchat?
Tabs are currently only displaying on forum home, but not in the rest of the forum or site. I'd like that.
How do I get rid of the tabs floating about my navbar? I am using vb's standard skin. I have checked out the SimpleCSS, but I have not worked much with CSS before and do not see where I should edit what. I do not know the difference between ul li a span Please explain.
Can someone please post a step by step instruction how to use conditionals to keep a tab highlighted within a certain location/area?
Sorry Alfa1, but Im very busy everyday and I work 3 jobs so I dont have many free hours 2 check all 3rd party softs... Hopefully someone is free 2 help U with this:)
Im presently working on a update 4 this, but working long hours at 3 jobs doesn't help...
I suggest using a editor like DREAMWEAVER 8 and checking the main templates of software and look 4 beginning areas of TABLE area and then insert there...
Use TEST BOARD if U dont wont 2 mess anything up...
Good Luck;)
LPH2004
06-11-2007, 01:27 AM
This looks nice but there are four zip files with all kinds of directories, more compressed files, and no README.
Maybe you could package this into one simple compressed file, directories all laid out so that no images are placed in a root of the forum, and so that there is one simple extraction with a README file.
Hopefully you find this post productive and not whining.
aveon
06-14-2007, 10:05 PM
hey guys i came up with an idea how to highlight the current item do you guys wand me to do a little FAQ about it would u guys be interested??
here is my forum http://www.e-paylas.de/forum/index.php
i have planny of menus using css and a template change which makes current link higlight
Alfa1
06-15-2007, 01:09 AM
Yes, absolutely! I would love that. Currently I am stuck with this project and have no clue how to do what you did. I would really like to be able to apply that to my site.
dbirosel
06-15-2007, 06:33 PM
hey guys i came up with an idea how to highlight the current item do you guys wand me to do a little FAQ about it would u guys be interested??
here is my forum http://www.e-paylas.de/forum/index.php
i have planny of menus using css and a template change which makes current link higlight
Sweet!! That would be great if you can! :D
Muellmann
06-20-2007, 07:50 PM
I had to uninstall. It adds a second body tag and it is no valid html.
Grunt
06-21-2007, 09:26 AM
hey guys i came up with an idea how to highlight the current item do you guys wand me to do a little FAQ about it would u guys be interested??
here is my forum http://www.e-paylas.de/forum/index.php
i have planny of menus using css and a template change which makes current link higlight
That would be great!
Deepdog009
06-22-2007, 01:24 AM
I had to uninstall. It adds a second body tag and it is no valid html.
Muellmann i've been back and forth out of town and haven't had much time 2 update or assist...
Im currently making some changes and adding some helpful info 4 folks understanding how to make changes and fix minor issues...
It wont be major release, but it will help with many Q&A about CSS setups...
Until then all welcome 2 add FAQ's and whatever helps yo fellow man or woman... ;)
Deepdog009
06-23-2007, 06:04 AM
hey guys i came up with an idea how to highlight the current item do you guys wand me to do a little FAQ about it would u guys be interested??
here is my forum http://www.e-paylas.de/forum/index.php
i have planny of menus using css and a template change which makes current link higlight
Hi Aveon I like what U did with that forumhome tabs...
If U have any ideas or helpful hints please share them with us...
Ok folks I have a new update, but work and wife stopped progress as usual...
Will upload by tuesday...
Good Luck:cool:
aveon
06-25-2007, 02:15 PM
here it is https://vborg.vbsupport.ru/showthread.php?p=1276144#post1276144
i hope you'll like it...
dbirosel
06-25-2007, 03:44 PM
here it is https://vborg.vbsupport.ru/showthread.php?p=1276144#post1276144
i hope you'll like it...
The link doesn't work.
aveon
06-25-2007, 03:47 PM
The link doesn't work.
i think they have to approve the article first
Alfa1
06-25-2007, 06:18 PM
Is there a negative way to approach categories? I mean you can list forumID's 1,2,3,4,5 but what if you want forums defined, but excluding forumID's 1,2,3,4,5? Do you have to list all 6 to 150 if you have that many forums?
aveon
06-25-2007, 07:25 PM
Is there a negative way to approach categories? I mean you can list forumID's 1,2,3,4,5 but what if you want forums defined, but excluding forumID's 1,2,3,4,5? Do you have to list all 6 to 150 if you have that many forums?
yea you have to friend
Alfa1
06-25-2007, 09:17 PM
Some work to do then! :)
I have a vbadvanced homepage, located outside my forums directory: www.mydomain.com/index.php (calls adv_index)
My forums are in www.mydomain.com/forum/index.php
What is the best way to put a conditional to that?
Can I use a url as a conditional or should I use adv_index in some way?
Would it look like this:
<if condition="url=http:www.mydomain.com/index.php"><li id="active"><a href=" http:www.mydomain.com/index.php" id="active">Home</a></li><else /><li><a href=" http:www.mydomain.com/index.php">Home</a></li></if>
aveon
06-26-2007, 01:39 AM
<if condition="THIS_SCRIPT=='adv_index'"><li id="active"><a href="/index.php" id="active">Home</a></li><else /><li><a href="/index.php">Home</a></li></if>
would be fine
713JunctionP
06-26-2007, 05:26 AM
freakin awesome add-on! THANK YOU!!!!!!!!
Alfa1
06-26-2007, 11:55 AM
<if condition="THIS_SCRIPT=='adv_index'"><li id="active"><a href="/index.php" id="active">Home</a></li><else /><li><a href="/index.php">Home</a></li></if>
would be fine
But that would define all vbadvanced pages as home. I need to exclude the other vbadvanced pages.
Is there another approach to the conditional. Like using the vbadvanced identifier for the page?
azarl
06-26-2007, 04:23 PM
But that would define all vbadvanced pages as home. I need to exclude the other vbadvanced pages.
Is there another approach to the conditional. Like using the vbadvanced identifier for the page?
Try this:
<if condition="THIS_SCRIPT == 'adv_index' OR defined('VBA_SCRIPT')">
<a href="$vboptions[bburl]?$session[sessionurl]"><span>Forums</span>
<else />
<a href="/"><span>Front Page</span>
</if>
</a>
Deepdog009
06-27-2007, 04:09 AM
Update:
******
added java rollover effect tabs
added rainbow tabs
added highlighted tabs
added better intergration with Vbull
added tutorials helper
added TABS 4 all 2 use in other hacks
*** 2 <.> plugins and TABs Suite ***
Folks im not perfect so dont hit me hard with requests and stuff...
Im just a simple guy trying 2 have a little fun just like U...
Use any of this 2 help with whatever... Enjoy the forums...
Good luck;)
Panagioths
06-29-2007, 07:34 AM
How do we do the update?
Deepdog009
06-29-2007, 10:35 AM
How do we do the update?
Download Zips and read install instructions...
FAQ
***
Upzip
Upload folders 2 forums root
install plugins
Open forums new folder in browser 2 get started
Read tutorials
Good Luck;)
Deepdog009
06-30-2007, 07:41 PM
Added a TESTER file 2 assist those that say exp. some issues...
Download
Unzip
Double Click
Thats it
If U can see the Tabs then its ALIVE:D
Fungsten
06-30-2007, 07:52 PM
Added a TESTER file 2 assist those that say exp. some issues...
Download
Unzip
Double Click
Thats it
If U can see the Tabs then its ALIVE:D
When extracting it says "Invalid or Corrupt File".
On Edit:
I redownloaded it and it's fine now.
Brandon Sheley
06-30-2007, 08:43 PM
nice, I'll check it out as soon as I have time :)
Deepdog009
07-02-2007, 11:18 PM
Ok, folks
finally here is what a few have been asking 4...
Custom TABS...
I created groups with rollover effects...
Good Luck:cool:
dbirosel
07-10-2007, 02:14 AM
www.caraudiojunkyard.com the links show, but the actual tab images doesn't.
www.caraudiojunkyard.com/forum works fine there. How do I fix this?
Deepdog009
07-10-2007, 04:13 AM
www.caraudiojunkyard.com the links show, but the actual tab images doesn't.
www.caraudiojunkyard.com/forum works fine there. How do I fix this?
Hi dbirosel,
Its a path 2 images issue...
Im sure when U uploaded the image folder that its within the FORUM ROOT ...>>> /forums/tabbars/tab_images/ or /forums/tab_images...
It will work fine after altering the path from frontpage 2 link images folder...
Good Luck;)
dbirosel
07-10-2007, 04:16 AM
Hi dbirosel,
Its a path 2 images issue...
Im sure when U uploaded the image folder that its within the FORUM ROOT ...>>> /forums/tabbars/tab_images/ or /forums/tab_images...
It will work fine after altering the path from frontpage 2 link images folder...
Good Luck;)
and how do you do that with vbadvanced?
Deepdog009
07-10-2007, 04:25 AM
and how do you do that with vbadvanced?
Sorry Dbirosel, but I use Joomla 1.5 on my frontpages...
Vbavanced is hecca cool, but no longer use it...
I do remember that there is a option in there that allows U 2 make changes to image paths, but not sure where,,, its a newer version these days...
I think 2. something...
U can also try VBA admin area and check links properties path...
Post over at VBA and C if someone can assist U...
I hope its easy with VBA...:up:
Alfa1
07-10-2007, 10:41 PM
Please let us know if you find the answer.
Deepdog009
07-10-2007, 11:32 PM
Please let us know if you find the answer.
Hey guys I believe theres another way to like VBA frontpage images by copying the images folder { tabs_images} and relocating that copied folder 2 {http://yoursite.com/tab_images/}...
All will be well once U get your images folder in the right path of the frontpage tabs, after that it will become ALIVE...
Good Luck;)
Alfa1
07-11-2007, 03:13 PM
That would also mean you can hardcode the locations. i.e. just enter the full path to your images, instead of the relative path. So instead of tab_left.gif or /tabs_images/tab_left.gif it will be http://www.yoursite.com.tabs_images/tab_left.gif
I'm afraid the solution doesn't work for me. I am testing it in my default test style, before I let it go life.
Does anyone know how I can convert this button to vb default style colours? (blue)
Deepdog009
07-11-2007, 08:55 PM
That would also mean you can hardcode the locations. i.e. just enter the full path to your images, instead of the relative path. So instead of tab_left.gif or /tabs_images/tab_left.gif it will be http://www.yoursite.com.tabs_images/tab_left.gif
I'm afraid the solution doesn't work for me. I am testing it in my default test style, before I let it go life.
Does anyone know how I can convert this button to vb default style colours? (blue)
Hi Alfa1 I can modify images 4 ya...
Please post the exact color codes or code color that U want 2 match...
Blue color codes...>>> #3333FF, #3333CC, #0000FF, #0000CC or check code of your style and post info...
I will create and upload;)
Alfa1
07-11-2007, 09:57 PM
Wow!! That's awesome!
Color codes of my forum:
.tborder: #0B198C
.alt2: #E1E4F2
.tcat: #869BBF
I am using this style:
forumhome colors (http://www.vbulletin.com/docs/html/main/color_maps_forumhome)
navbar colors (http://www.vbulletin.com/docs/html/main/color_maps_navbar)
Deepdog009
07-11-2007, 10:34 PM
Wow!! That's awesome!
Color codes of my forum:
.tborder: #0B198C
.alt2: #E1E4F2
.tcat: #869BBF
I am using this style:
forumhome colors (http://www.vbulletin.com/docs/html/main/color_maps_forumhome)
navbar colors (http://www.vbulletin.com/docs/html/main/color_maps_navbar)
C if any of these Tabs match yo style colors, give um a go...
If those don't do the trick, I shall create another group 2 try out...
Good Luck;)
Alfa1
07-11-2007, 10:47 PM
Please create another group to try out. I'd really like rounded edged buttons, like the ones I posted. Did you use the colors I listed above in Tab set 10? If so, then I have made a mistake with the bright blue color. This should be the dark blue background color of tcat.
rickyreter
07-12-2007, 11:46 PM
Hi, i have tabs j how do i add #003366 as the background colour
Thanks
Peter
arob42
07-13-2007, 02:34 AM
I would like the tabs to list my forum categories where, by clicking on a category tab, the browser will remain on the same page but scroll down to that category. In the Forum Manager I can rename the category to:<a name="anchor">Category Name</a>
and then define the tab link as<a href="#anchor"><span>Category Name</span></a>
However, when I click on the Category Name, it no longer displays a new page showing only forums in that category. I think I'm nesting a named anchor link inside of the category link which overrides the category link.
Does anyone know how to get around this? Or what template is adding the link for the category.
--Robert
Deepdog009
07-13-2007, 03:44 AM
Hi, i have tabs j how do i add #003366 as the background colour
Thanks
Peter
Rickyreter changing background is easy bud, look in yo css area of the TAB, then look 4 bkgrd area's listed in several locations...
Example below...>>>
body {font-family:jokerman, frosty, helvetica, sans-serif; font-size:84%; color:#000; padding:0; border:1; margin:0; background:#fff url(../forums/images/yo.pic.here.gif) repeat-x 0 10px; text-align:center;}
Body area of css or {li} and {ul} areas are where U will make changes 2 backgrounds...
Good Luck;)
Deepdog009
07-13-2007, 03:46 AM
Please create another group to try out. I'd really like rounded edged buttons, like the ones I posted. Did you use the colors I listed above in Tab set 10? If so, then I have made a mistake with the bright blue color. This should be the dark blue background color of tcat.
Try these out Alfa1,,,...>>> I added some extra custom's...>>>
Alfa1
07-13-2007, 08:07 PM
I really like set 13 a lot. Could you make the colors match vb's standard skin? See: http://www.vbulletin.com/forum/ for the standard skin.
Deepdog009
07-14-2007, 11:10 AM
I really like set 13 a lot. Could you make the colors match vb's standard skin? See: http://www.vbulletin.com/forum/ for the standard skin.
Alfa1 er U go...;)
Good Luck:eek:
dbirosel
07-19-2007, 10:22 PM
What was today's update?
Silvio
07-21-2007, 11:23 PM
ty 4 this really cool work. i love it!!
a little issue with my install.
everything seems to work good even if a html error is there using IE7(*)
this error comes as soon as mouse over on a tabbar button.
In this example tabbars is installed by default (as shipped) just translated tabs label
(the same issue happen regardless where $tabbars is placed)
any idea?
ty so much
ciao
edit : (*) issue is not there using FF
Deepdog009
07-22-2007, 04:24 PM
ty 4 this really cool work. i love it!!
a little issue with my install.
everything seems to work good even if a html error is there using IE7(*)
this error comes as soon as mouse over on a tabbar button.
In this example tabbars is installed by default (as shipped) just translated tabs label
(the same issue happen regardless where $tabbars is placed)
any idea?
ty so much
ciao
edit : (*) issue is not there using FF
Silvio I believe its a CSS issue with Microsoft IE7... IE7 released and Gates promised alot, but still its not taking many code standard updates...
Im not using IE7 so I cant replicate your issue, so let me check around and C if theres a patch 4 CSS using IE7...
Also what language is that? Can U give the english version?
If U want 2 align your tabs down lower use the padding area of your CSS code {{{<ul> or <li> }}}
I will post l8ter about this...
Good Luck:)
Carlos2
07-22-2007, 05:29 PM
How can i change the white font of the tab letters??
Silvio
07-25-2007, 12:02 AM
Silvio I believe its a CSS issue with Microsoft IE7... IE7 released and Gates promised alot, but still its not taking many code standard updates...
Im not using IE7 so I cant replicate your issue, so let me check around and C if theres a patch 4 CSS using IE7...
Also what language is that? Can U give the english version?
If U want 2 align your tabs down lower use the padding area of your CSS code {{{<ul> or <li> }}}
I will post l8ter about this...
Good Luck:)
ty so much for fast and kind reply.
the language is italian. here I translate what the code error say :
Line: 193
character: 1
Error: Aspected as an Object
Code: 0
URL : my URL
ty for alignment hint. The above picture was just a test. I will try to play with it on this weekend ;
take care
ciao
Deepdog009
07-25-2007, 11:58 PM
How can i change the white font of the tab letters??
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000; <... HERE...
margin: 0px;
padding: 0px 0px 0px 15px;
Carlos2 you may need 2 add additional class 2 get this working or use ...
h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
In your Tabs css area...
Most of the Demo Tabs in package are CSS1 tabs so it should be a breeze editing this...
If U dont use any font code in css area of Tabs then vBull will use its default style... U can goto Admincp Css area and hardcode font info there if U like...
Good Luck:)
dbirosel
07-29-2007, 07:18 PM
What was today's update?
Uhhh... Bump?
Deepdog009
07-29-2007, 11:09 PM
Uhhh... Bump?
dbirosel ok, I updated the tutorial, added some custom tabs and made corrections 2 messy code...;)
If I have the time I will update this again with better functionality...
I will also create more custom tabs 2 match most forums with special effects, l8ter...:)
Brandon Sheley
08-04-2007, 10:35 PM
can we use this to do the "quick links" ?
in otherwords, the drop downs ?
Thanks
Deepdog009
08-04-2007, 11:48 PM
can we use this to do the "quick links" ?
in otherwords, the drop downs ?
Thanks
Loco.M,
sorry but been gone 4 a bit,,, {Quick Links}???
Anywhere theres a table or tbody coded in your template, this mod should work ok...
Where in quick links?
Places that I have verified this works...>>>
Forumhome areas
**************
above navbar
above main display
above WO
Gallery areas
**********
above navbar
above main display
I hope this helps:)
Deepdog009
08-08-2007, 01:04 PM
ty so much for fast and kind reply.
the language is italian. here I translate what the code error say :
Line: 193
character: 1
Error: Aspected as an Object
Code: 0
URL : my URL
ty for alignment hint. The above picture was just a test. I will try to play with it on this weekend ;
take care
ciao
Silvio I did some research and found that MS is still up 2 there old tricks when it comes 2 supporting new standards...
It seems that IE7 when released never had full CSS2, 2.1 or 3 support intergrated...
Web developers have come up with some workarounds 4 this...
Here are some links that my help U...
*******************************
http://dean.edwards.name/IE7/
http://dean.edwards.name/weblog/2005/03/the-reason/
http://positioniseverything.net/explorer.html
http://www.csskarma.com/articles/css21.php
If I had IE7 installed it would help me better, Looks like Vista is on the menu...:eek:
Adam21
08-09-2007, 01:48 PM
Hi.Can you point out where do we insert our quicklinks/nav_popout codes?
Deepdog009
08-09-2007, 09:24 PM
Hi.Can you point out where do we insert our quicklinks/nav_popout codes?
Adam21 presently tabs menu bars are only coded 2 work with one link, I haven't had extra time 4 coding recently because Im in and out of town alot this season.
This mod has a tutorial that should have most of your answers there...
Adam21
08-09-2007, 09:34 PM
Adam21 presently tabs menu bars are only coded 2 work with one link, I haven't had extra time 4 coding recently because Im in and out of town alot this season.
This mod has a tutorial that should have most of your answers there...
Ok,thanks for the hack! :)
rotor
08-11-2007, 09:38 AM
Hi,
Great mod and works brilliantly on the site - except for one place.
It works fine in vBadvanced but not in the vBadvanced Links directory.
I have placed the $tabbars into the header in ca_evo template so it really should show I guess - so must be a path problem ??
Where would I find this ??
Help :D
Deepdog009
08-12-2007, 02:09 PM
Hi,
Great mod and works brilliantly on the site - except for one place.
It works fine in vBadvanced but not in the vBadvanced Links directory.
I have placed the $tabbars into the header in ca_evo template so it really should show I guess - so must be a path problem ??
Where would I find this ??
Help :D
Rotor sorry but been busy,
Ok, I dont use VBA on most forums I work on, but because alot of folks asking about VBA Im planning on coverting some over 2 this...
There is another Hack by bobster65 that my help U with VBA...
I intend on adding more updates 2 this Mod in the future, but at this time my job is demanding 2 much of my time...
Your Question?
VBA links, is that a pay service or free?
After I do some testing on VBA I will do a update by the end of the month...
Good Luck
puregraf
08-13-2007, 01:37 AM
hi, installed..
one problem, theirs a line comming off the right and left side, im using the Css5 one.
see here: http://puregraffiti.com/graffiti-space/index.php
how do i remove the extra lines from the sides?
and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do?
Thanks!!
great hack!
Deepdog009
08-13-2007, 11:35 AM
hi, installed..
one problem, theirs a line comming off the right and left side, im using the Css5 one.
see here: http://puregraffiti.com/graffiti-space/index.php
how do i remove the extra lines from the sides?
and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do?
Thanks!!
great hack!
Puregraf,
Here's your solution below...>>>
#nav{
clear:both;
font-weight:bold;
color:#666;
margin-left:10px;
float:left;
list-style-type:none;
padding-bottom:21px; <...{{{ change this here to to move down }}}
}
#nav li{
list-style-type:none;
float:left;
margin:0 0 0 4px;
padding:0 0 0 10px ;
border-bottom:1px solid #999; <...{{{ change this here to 0 }}}
background:url(../tab_images/css2_under.gif) #c0c0c0 top left no-repeat;
}
If U want 2 make it flush with your tbody or table, change the cellpadding or cellspacing in your tables area...
Good Luck 2 ya ;)
puregraf
08-14-2007, 03:33 AM
hi, thanks for your reply and help
i have a question, i currently had to disable plugins due to some plugins problems causing my vbulletin to be super slow,
is there any way for me to have this menu on my site without it using plugins?
thanks for your help
sabrina
Deepdog009
08-14-2007, 03:33 PM
hi, thanks for your reply and help
i have a question, i currently had to disable plugins due to some plugins problems causing my vbulletin to be super slow,
is there any way for me to have this menu on my site without it using plugins?
thanks for your help
sabrina
{{{ Nice site U have there }}}
Sure U can,
Best way 2 accomplish what U want is 2 split code...
Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...>
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
Html added into body of your forumhome or navbar template... Example below...>
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td><div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li id="current"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/articles.php">Articles</a></li>
<li><a href="/forums/">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/">News</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>
</ul>
</div></td>
</tr>
</table>
Remember 2 add html code above table or tbody area where U want it 2 show up...
If U want it above navbar, add html code 2 navbar template at beginning...
Some call this Semi-hardcode...
Give it a go :up:
djilou
08-19-2007, 03:09 PM
Finally inserting javascript and css into template HEADERINCLUDES_tabbarsheet area...
<style type="text/css">
@import "tabbars/cssheets/csssheets1x.css";@import "tabbars/cssheets/csssheets2x.css";@import "tabbars/cssheets/csssheets3x.css";@import "tabbars/cssheets/csssheets4x.css";@import "tabbars/cssheets/csssheets5x.css";@import "tabbars/cssheets/csssheets6x.css";@import "tabbars/cssheets/csssheets7x.css";@import "tabbars/cssheets/csssheets8x.css";@import "tabbars/cssheets/csssheets9x.css";@import "tabbars/cssheets/csssheets10x.css";
</style>
<script type="text/javascript" src="tabbars/tabjs/rollbounce.js"></script>
<script type="text/javascript" src="tabbars/tabjs/csssheets.js"></script>
there is no csssheets.js file on tabjs folder??
Deepdog009
08-19-2007, 04:00 PM
there is no csssheets.js file on tabjs folder??
Djilou sorry but U know that us modders sometimes make a few boo, boo's...
<script type="text/javascript" src="tabbars/tabjs/csssheets.js"></script>
But I think that depending on which tabbar that U use, only then will U change 2 that one in your headerincludes area...
Im working on another update 2 help with this and other areas also...
Let me know where yo issue is and I can fix 4 ya...
Im currently working on more tabs that will match better with most forum colors...
But if U need a custom tabbars color let me know and if time permits I shall commit 2 one free design... please be patient, cause Im only 1 soldier in the field...:eek:
puregraf
08-22-2007, 10:53 PM
{{{ Nice site U have there }}}
Sure U can,
Best way 2 accomplish what U want is 2 split code...
Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...>
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
Html added into body of your forumhome or navbar template... Example below...>
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td><div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li id="current"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/articles.php">Articles</a></li>
<li><a href="/forums/">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/">News</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>
</ul>
</div></td>
</tr>
</table>
Remember 2 add html code above table or tbody area where U want it 2 show up...
If U want it above navbar, add html code 2 navbar template at beginning...
Some call this Semi-hardcode...
Give it a go :up:
Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down.
I also tried to remove those lines appearing on the right and left but it didnt work either :\
Deepdog009
08-23-2007, 04:13 AM
Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down.
I also tried to remove those lines appearing on the right and left but it didnt work either :\
Looks cool,,,
You're almost there my friend, all U have 2 do is get rid of that line at bottom by changing code in css area here ...>>>
border-bottom:1px
Change to ZERO
Next,,,
Move your TAB down by changing your cellpadding or cellspacing in table area <<<...
Or,,,
Change PADDING in your css area ...>>>
padding-bottom:21px; <...{{{ change this here to to move down }}}
If U still have issues let me have temp access and I can fix 4 ya...
Give it a go;)
puregraf
08-24-2007, 11:43 PM
hey there! thank you i removed the line! but i am still running it using plugins, i turn my plugins off and the menu disapears. im trying to still figure out this <link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
i added it to my headersinclude, but dont i need to edit this code? like the mycss.cc dont i need to name this something else?
i really suck at this css stuff its sad :(
Deepdog009
08-25-2007, 11:49 AM
hey there! thank you i removed the line! but i am still running it using plugins, i turn my plugins off and the menu disapears. im trying to still figure out this <link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
i added it to my headersinclude, but dont i need to edit this code? like the mycss.cc dont i need to name this something else?
i really suck at this css stuff its sad :(
Puregraf it looks like U have the html code placed correctly, next create css file with css code in it...
U can call the file whatever you like, but first use a editor and cut and paste code and add 2 your new css file...
Css code is within these tags... <style>code is here in upper part of TAB you are using</style>
After cut and paste save file and name it, then insert name into code in headersinclude template...
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
This will work without using plugin
give it a go:up:
Fungsten
08-25-2007, 07:03 PM
I don't know if it's me or what, but I can't get it this to work. The tabs don't show up or the like.
Hornstar
08-25-2007, 10:56 PM
this looks so cool now. thanks for the update.
Deepdog009
08-26-2007, 01:47 PM
I don't know if it's me or what, but I can't get it this to work. The tabs don't show up or the like.
Fungsten, I can get it up and running 4 ya with temp access or tell me whats happening when U install it???
Im releasing 20 or more Custom Tabs today and if U like I can match one 2 your forums...
Gooden lucken
***********************************************
this looks so cool now. thanks for the update.
Glad 2 see that most are getting aligned in order now...
L8ter
y2krazy
08-26-2007, 03:00 PM
Very interesting mod. I will be installing this if you can implement a feature to make it to where it can be used in the MEMBERINFO template, with each member being able to add their own custom tabs to their profile. This will take a while, or maybe not, but I'm sure it will be well worth the work considering there's nothing like that on the market right now. Let me know if this is even possible! Thanks and keep up the good work!! :D
Fungsten
08-26-2007, 06:48 PM
DD, check your PMs. Thanks.
Deepdog009
08-26-2007, 11:19 PM
DD, check your PMs. Thanks.
Just released new set of Custom Tabs...
Should match about 85% of most forums.....
Releasing more Inverted Tab Sets soon...
Give um a go :cool:
************************************************** *
Very interesting mod. I will be installing this if you can implement a feature to make it to where it can be used in the MEMBERINFO template, with each member being able to add their own custom tabs to their profile. This will take a while, or maybe not, but I'm sure it will be well worth the work considering there's nothing like that on the market right now. Let me know if this is even possible! Thanks and keep up the good work!! :D
Y2krazy its a time issue, easy stuff no problem...
I will look into this and if its not time consuming I will implement next updates...
y2krazy
08-27-2007, 11:27 AM
Y2krazy its a time issue, easy stuff no problem...
I will look into this and if its not time consuming I will implement next updates...
Thank you very much! :)
Tearstone
08-27-2007, 04:10 PM
I don't see where this tutorial is you speak of in the installation instructions.
Edit: Nevermind, I see it now, I had to browse to the /tabbars/index.html
Tearstone
08-27-2007, 04:44 PM
Here's a question, how do I use this with CMPS? I attempted to add $tabbars in the adv_portal, adv_portal_navigation, adv_portal_navigationbits and it has no effect. This also does not show up at the top of ibproarcade either.
puregraf
08-28-2007, 12:50 AM
Puregraf it looks like U have the html code placed correctly, next create css file with css code in it...
U can call the file whatever you like, but first use a editor and cut and paste code and add 2 your new css file...
Css code is within these tags... <style>code is here in upper part of TAB you are using</style>
After cut and paste save file and name it, then insert name into code in headersinclude template...
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
This will work without using plugin
give it a go:up:
i have this in my .css file i created:
http://puregraffiti.com/mycss.css
and my headinclude i have this code:
<script><link rel="stylesheet" type="text/css" media="screen" href="http://puregraffiti.com/mycss.css"></script>
im afraid its not working, im completing missing something. :erm:
Deepdog009
08-28-2007, 07:43 PM
Here's a question, how do I use this with CMPS? I attempted to add $tabbars in the adv_portal, adv_portal_navigation, adv_portal_navigationbits and it has no effect. This also does not show up at the top of ibproarcade either.
Been busy, I forget 2 test with Arcade, let me do a bit of testing and I will let U know the best way 2 configure with ibproarcade...
CMPS, theres a THREAD over @ VBA about this here...>>> Click ME (http://www.vbadvanced.com/forum/showthread.php?t=22862) <<<
CMPS has another hack by Bobster65 also...
Im working on some other CMPS options that I will release next month...
*************************************************
Puregraf waiting 4 your response :)
vnairp11
08-30-2007, 02:19 AM
well try this manual i used this currently now on my board. i take no create for this at all this is a third party hack....
Info:
and download this images file : http://www.motoxtremehosting.com/file.php?file=cb40fe4a7a3ac012c62f430244569db1
good luck
Thank you very much! i followed this and installed everything per se! here is my site http://thetechlife.org
May be i can edit the tab colors to match the site more
i added <if condition="$show['member']">
before the <div id="tabsJ">
to allow only logged in members to view the tool bar :)
vnairp11
08-30-2007, 02:20 AM
My issue is that the tab images don't show up while I am in the PHotopost vbgallery! though the tool bar itself shows up no bg image! and when i move the mouse over the link it fades. Any solution for this will be appreciated thanks.
vnairp11
08-30-2007, 02:23 AM
nm i just had to copy over the tab images to the vbgallery folder!
Deepdog009
09-01-2007, 02:40 AM
nm i just had to copy over the tab images to the vbgallery folder!
Vnairp11 if U need help with your tabs matching your forums let me know and I will make a few matching tabs 4 ya...
I also working on another update 2 help with getting started and installed properly...;)
If anybody needs help with there Tabs alignment and Custom tabs creation, let me know and when time permits I will assist...
:)
>>> Mini Tabs Demo (http://1x1x2.com/forums/showthread.php?t=2) <<< file coming soon!
skariko
09-03-2007, 09:23 AM
I'm so sorry but I can't see the instruction file.
The first post is:
Installation
*******************
{1} Download, unzip Tabs suite and follow install.txt instructions...
{2} Goto admincp and install Plugin. Two templates, 5 mins total...
{3} Ajax tutorial must be uploaded in order 2 view tabs tutorial...
But I can't find the file install.txt and the Plugin! :eek:
What am i doing wrong?
MobileBros
09-04-2007, 12:56 AM
I'm so sorry but I can't see the instruction file.
The first post is:
Installation
*******************
{1} Download, unzip Tabs suite and follow install.txt instructions...
{2} Goto admincp and install Plugin. Two templates, 5 mins total...
{3} Ajax tutorial must be uploaded in order 2 view tabs tutorial...
But I can't find the file install.txt and the Plugin! :eek:
What am i doing wrong?
yeh i cant see it either:down:
Deepdog009
09-04-2007, 10:44 PM
yeh i cant see it either:down:
I took it down temporary because updating with new mini tabs and just checking it works ok...
Holiday weekday set me back a bit...
Im almost finished with the minor update folks... Please standby and I will upload new file soon...
Also Im getting rim of tutorial and only using demo links...
Thanks 4 your time :eek:
haytham
09-05-2007, 02:52 PM
I can't figure out how to install this. There are no clear ( layman ) instructions. It looks good but not easy.
Deepdog009
09-05-2007, 05:11 PM
I can't figure out how to install this. There are no clear ( layman ) instructions. It looks good but not easy.
Haytham I had 2 update the main file again, also because of the holiday and family in town I forgot 2 finish latest minor project of mini tabs add-on...
Its coming this evening,,, please standby...
Grunt
09-06-2007, 02:30 AM
good stuff - thanks deepdog
haytham
09-06-2007, 08:26 AM
Haytham I had 2 update the main file again, also because of the holiday and family in town I forgot 2 finish latest minor project of mini tabs add-on...
Its coming this evening,,, please standby...
Waiting and thanks a lot.
vitoreis
09-09-2007, 10:03 PM
When I install this mod my forum got this tab:
69609
How I change to "test2.html" in Tabs Testers.zip? I read the Installation file but don't understand how to change...
Thanks!
Deepdog009
09-10-2007, 07:19 PM
When I install this mod my forum got this tab:
69609
How I change to "test2.html" in Tabs Testers.zip? I read the Installation file but don't understand how to change...
Thanks!
Sorry been away 4 a bit...
Vitoreis by default that tab is inserted as primary,,, using other tabs can be achieved by Editing both the TABBARS template and HEADERINCLUDES_TABBARSHEET template...
Copy and paste HTML to TABBARS template...
Copy and paste CSS link to HEADERINCLUDES_TABBARSHEET template...
Last copy images to your forums image folder and link them so that images show in tabs...
If U required a quick fix,,, give me temporary access 2 your test board and I can setup 4 ya...
Bacon Butty
09-12-2007, 04:07 PM
I can't figure out how to install this. There are no clear ( layman ) instructions. It looks good but not easy.
Same here.
Will keep checking back and hopefully will have some clear instructions soon.
y2krazy
09-15-2007, 11:03 PM
Very interesting mod. I will be installing this if you can implement a feature to make it to where it can be used in the MEMBERINFO template, with each member being able to add their own custom tabs to their profile. This will take a while, or maybe not, but I'm sure it will be well worth the work considering there's nothing like that on the market right now. Let me know if this is even possible! Thanks and keep up the good work!! :D
Y2krazy its a time issue, easy stuff no problem...
I will look into this and if its not time consuming I will implement next updates...
This still in the works, or has it put on the back-burner for later down the road? Thanks. :)
Deepdog009
09-17-2007, 09:42 PM
This still in the works, or has it put on the back-burner for later down the road? Thanks. :)
Y2krazy I haven't forgot about your request,,, only one problem...:eek:
When I get started on my intergrated mod my job or family takes me away and now my Mom is getting sicker,,, so until MOM gets better I wont be creating new stuff or coming by as often... If I have free time I may add more custom pro tabs...
Unfortunately I dont have the time 2 complete a Beta version...
But if anyone wants 2 enhance this minor mod with a Beta version or whatever is your cup of tea,,, its all yours baby...
Cya L8ter when all is well
puertoblack2003
09-23-2007, 02:13 AM
Is there a way of explaining how to change tabs through templates i can not get his right i try everything can someone help????
metalvn
09-25-2007, 02:53 PM
I installed this mod and it is working great! Thank you so much! However, I got one problem: the buttons are not sticked to the top of navbar (I put $tabbars just before $navbar in forumhome template) since there is a blank distance between them.
Is there any solution for this problem?
This is my site: http://vnkrol.com/vnkronline.php Please check it out and give me your suggestions!
Thank you in advance!
Deepdog009
09-26-2007, 10:40 PM
I installed this mod and it is working great! Thank you so much! However, I got one problem: the buttons are not sticked to the top of navbar (I put $tabbars just before $navbar in forumhome template) since there is a blank distance between them.
Is there any solution for this problem?
This is my site: http://vnkrol.com/vnkronline.php Please check it out and give me your suggestions!
Thank you in advance!
Metalvn which Tabs are U using??? I took a peek and didn't C any images,,, check your CSS files and edit the path of your images so that they show up in Tabs...
TABS alignment fixes???
*******************
{1} alter cellpadding in table
{2} alter cellspacing in table
{3} alter padding area in css bottom area's
{4} delete spacing code ...>>> <br/> <<<
If U need help installing and aligning, give me a jingle and when time permits I shall assist U...
Give it a go
MikeHolohan
10-06-2007, 08:43 AM
Simple yet VERY effective! I added mine to the HEADER template so it shows up on every page. Makes it easier to navigate.
http://www.sportstradercentral.com
Thanks a lot!
Mike
This is what I did too, it even now pulls from my own styles sheets, giving me forum integration, it has my own colours rollovers etc... sweet...
One problem tho... I am trying to use it to point to static pages with "target=blank_" and it doesn't work, any ideas...
Mike.
MikeHolohan
10-06-2007, 09:11 AM
Nevermind, figured it out... Mike.
Deepdog009
10-07-2007, 03:23 AM
This is what I did too, it even now pulls from my own styles sheets, giving me forum integration, it has my own colours rollovers etc... sweet...
One problem tho... I am trying to use it to point to static pages with "target=blank_" and it doesn't work, any ideas...
Mike.
MikeHolohan thats great that U got thinks in the swing,,, but I noticed that your Tab isn't FLUSH with the forums table...>>>>> Fix by finding this ...>>> <br/> <<< delete it just below your Tab menu and alignment should be all good... NICE SITE:cool:
Also Im releasing another update...>>> Minitabbars * Dropdown menu * Rainbow Tabs <<<
Need help with your tabs??? Post or PM me and when I have time,,, I shall help U!
Give it a go
ACIKillJoy
11-01-2007, 01:33 AM
the mini tabs enhanced download is corrupted. can you please reattach a working download
DarthCoder
11-26-2007, 12:25 PM
really needed this
frontlinegamerz
01-10-2008, 12:05 PM
zip files corrupted
Harley D
01-22-2008, 08:20 AM
and still the mini tabs enhanced download is corrupted!
Please reattach!
DieselMinded
01-27-2008, 04:32 AM
Demo site is down also , Instructions for brain surgery would be less difficult
Breathex
03-29-2008, 08:28 PM
Is it suitable w/3.7.x?
leannet
03-30-2008, 12:06 PM
My tabs are not working I get this error when I click on them
Not Found
The requested URL /forum/forumdisplay.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mumsmeeting.com Port 80
leannet
03-30-2008, 12:27 PM
go to your ACP and edit templates in whatever style you want. Choose tabbers and scroll down some. Near the bottom you'll see the links already placed there. You can just edit those to what you want
This is what I have in tabbars
<!-- Tabbars Start -->
<!-- CSS1 HTML TAB MENU START-->
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td><div id="colorcodes" class="colorcodes">
<ul>
<li><a href="$vboptions[forumhome].php$session[sessionurl_q]" class="tabbarsone" onMouseover="expandcontent('sc1', this)">HOME</a></li>
<li><a href="/forums/" class="tabbarstwo" onMouseover="expandcontent('sc2', this)">Arcade</a></li>
<li><a href="/forums/Chat/flashchat.php" class="tabbarsthree" onMouseover="expandcontent('sc3', this)">Chat</a></li>
<li><a href="/forums/" class="tabbarsfour" onMouseover="expandcontent('sc4', this)">Forums</a></li>
<li><a href="/gallery/" class="tabbarsfive" onMouseover="expandcontent('sc5', this)">Gallery</a></li>
<li><a href="/forums/downloads.php" class="tabbarssix" onMouseover="expandcontent('sc6', this)">Downloads</a></li>
</ul>
</div></td>
</tr>
</table>
<!-- CSS1 HTML TAB MENU END-->
<!-- Tabbars End -->
What do I have to edit so my tabs will work.
leannet
04-01-2008, 10:12 AM
How do I uninstall this?
Deepdog009
04-02-2008, 10:25 PM
This is what I have in tabbars
What do I have to edit so my tabs will work.
leannet U will need 2 edit the template info so that your links will work?
If you require internal help,,, give me temporary access and I will guide U on how to...
************************************************** *******
Uninstalling is easy,,, find area of code and delete from template or uninstall tabs plugin in products...
************************************************** *******
Im working on a 3.7 release that will separate the tabbars into groups so that it wont be so messy.
Hopefully it will come this month with admin options and phrases...
L8ter
Deepdog009
04-04-2008, 07:09 AM
NEW UPDATE COOMING
admin options and phrases update for 3.6 minitabbars coming first...
inverted tabbars next
standard tabbars after
custom pro tabbars {new} last
one step at a time folks :eek:
choccyclaire
04-04-2008, 10:43 AM
I know you say you are working on 3.7 version but will this version still work with 7??
Deepdog009
04-07-2008, 06:14 AM
I know you say you are working on 3.7 version but will this version still work with 7??
Sure,,,
Im currently working on a 3.6.x update with admin & phrases... I will post it before tuesday...
Next I will release 3.7 update by the 4/12,,, Im a bit rusty folks so please dont rag on my updates...:eek:;)
redraider
04-08-2008, 06:22 PM
Looks like you just updated ... does this one have the capability of drop down menus?
Deepdog009
04-08-2008, 10:23 PM
Looks like you just updated ... does this one have the capability of drop down menus?
YES it does... It's easier 2 work with and can B turned on or off
basskiller
09-14-2008, 06:50 AM
what happened to the product install files?
Mihalis
12-31-2008, 09:01 AM
This is Great! I have a question though. The first tab always stays hovered no matter which page from your tabs you navigate. How can you make the specific page tab to stay with changed color instead of the first tab?
Thanx.
Fungsten
01-01-2009, 11:41 PM
what happened to the product install files?
Same here. The XML file doesn't work.
princeedward
04-17-2009, 04:56 PM
great and want to try this...thanks...
princeedward
04-17-2009, 07:17 PM
This is Great! I have a question though. The first tab always stays hovered no matter which page from your tabs you navigate. How can you make the specific page tab to stay with changed color instead of the first tab?
Thanx.yap...mine too...same problem
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.