MyBB Community Forums

Full Version: Make Profile Tabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey,

I'm trying to create a nice modern theme and I really want to use profile tabs without a plugin.

Does anybody know how to do this?

Thanks,

~Hostpro
It depends on whether you want the tabs to be cookiefied - if that is not a problem then you can use css and HTML for tabs.

http://calebogden.com/css-tabs/

or

http://kamikazemusic.com/quick-tips/css3...avascript/
I use this:
http://www.dynamicdrive.com/dynamicindex...ontent.htm

I think Jesse Labrocca use that one for his "Forum Tabs plugin" too.
Yes he does - flowertabs Big Grin

But it uses js of course.
Oh, those with only CSS can come very handy, thanks Leefish.
Thanks for all the help guys, this will really help with my new theme Smile

~Hostpro
For my own profiles I am using jquery tabs but I am currently looking for a replacement. I think tabber.js looks ok.
(2012-06-07, 07:56 AM)Leefish Wrote: [ -> ]For my own profiles I am using jquery tabs but I am currently looking for a replacement. I think tabber.js looks ok.

Which works better / is easier to use out of css or jquery?

~Hostpro
If you are already using jQuery, then you can try any of those (css, jquery, js).

If you don't want any kind of dynamic thing (cookies, etc..) then try CSS ones.
(2012-06-07, 09:31 AM)Omar G. Wrote: [ -> ]If you are already using jQuery, then you can try any of those (css, jquery, js).

If you don't want any kind of dynamic thing (cookies, etc..) then try CSS ones.

What do you mean by dynamic thing?

If I use just CSS will it be a fluid moving motion?

~Hostpro
Pages: 1 2