MyBB Community Forums

Full Version: [Tutorial] Tabbed forum with jQuery (multi categories in one tab)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
The only issue this Tab System has is when you refresh it changes back to the default tab.
It'd be nice if could remember where it was.
Like I said, I did that.
(2010-11-16, 01:13 PM)Leefish Wrote: [ -> ]Its important that in the css you specify which forums are hidden on display. Assuming that you have 6 categories, each containing two forums, see the code below: If you put this in your css stylesheet then it would hide the categories 2 through 6. It would also hide the forums inside those categories. Category 1 and its two forums would show by default as we have not hidden it/them.

.at {
    background: #a3181e;
    color: #ffffff;
}
#cat_2{
display: none;
}

#cat_3{
display: none;
}

#cat_4{
display: none;
}

#cat_5{
display: none;
}

#cat_6{
display: none;
}

this works as charm ANd I love it.
Very good tutorial joey
(2010-11-20, 03:57 AM)Jerlene Wrote: [ -> ]Like I said, I did that.
(2010-11-16, 01:13 PM)Leefish Wrote: [ -> ]Its important that in the css you specify which forums are hidden on display. Assuming that you have 6 categories, each containing two forums, see the code below: If you put this in your css stylesheet then it would hide the categories 2 through 6. It would also hide the forums inside those categories. Category 1 and its two forums would show by default as we have not hidden it/them.

Well, you have to be doing something wrong. Can you post your index page HTML? and your CSS settings for JUST the tabs?

How to make tab like this website http://www.14.mynie.co.cc/index.php

On left panel and more cuuuute... Please share the tuts.... Smile
(2010-11-27, 11:00 AM)Bumiayu Wrote: [ -> ]How to make tab like this website http://www.14.mynie.co.cc/index.php

On left panel and more cuuuute... Please share the tuts.... Smile

You should check out http://mybbhacks.zingaburga.com/showthread.php?tid=559 . Its full of tutorials by RateU (that is his demo site you linked to) and the post tabs tutorial explains how to use those tabs in other ways.

(2010-11-27, 03:22 PM)Leefish Wrote: [ -> ]You should check out http://mybbhacks.zingaburga.com/showthread.php?tid=559 . Its full of tutorials by RateU (that is his demo site you linked to) and the post tabs tutorial explains how to use those tabs in other ways.

Thank you.

Btw,
Sory i haven't see the tuts for how to use those tabs in other ways.....

There is no link into the tuts.

Sad
Well, the answer is in this post - in the showthread template.

http://mybbhacks.zingaburga.com/showthread.php?tid=518

If thats not clear I will make a little tutorial - here is a link to a set up on my forum which uses those tabs (and XThreads for added awesomeness Wink )

http://www.leefish.nl/mybb/thread-1085-post-1676.html

If this is what you are looking for, then I will make a tutorial for that.

If you are specifically looking at the layout RateU has for his index, I would not be surprised to discover that you need Xthreads for it to work.
(2010-11-28, 02:28 AM)Leefish Wrote: [ -> ]If you are specifically looking at the layout RateU has for his index, I would not be surprised to discover that you need Xthreads for it to work.

yes like on index of http://www.14.mynie.co.cc/index.php

Can you make me the tuts for the tab. I love it. I have installes XThreads, and some list i have install on. Now the tab must install on my forum. Smile lol
Hello, I have a question.

How I can highlight the tab I am using?

In the picture you attach I can see that the tab I select, it is highlighted. I have just installed the modification but works perfectly, this is my only problem. Can you help me?

Bye.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17