MyBB Community Forums

Full Version: Add Tabs to Member Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I want to know how to add tabs to member profile, so I could better organize the profile?
Some themes this is built in. If the theme you want to use doesn't, you'll need to use a combination of CSS and Javascript.
(2015-03-19, 08:15 PM)dragonexpert Wrote: [ -> ]Some themes this is built in. If the theme you want to use doesn't, you'll need to use a combination of CSS and Javascript.

Where do I start?
http://community.mybb.com/thread-146284....ofile+Tabs

Except you won't use the noConflict or adding the jQuery library because its already loaded.
(2015-03-19, 08:55 PM)dragonexpert Wrote: [ -> ]http://community.mybb.com/thread-146284....ofile+Tabs

Except you won't use the noConflict or adding the jQuery library because its already loaded.

So ignore the first part in the headerinclude template?
Yes. Everything after the noConflict line needs to be added.