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
Use table structure like this for the tab:

<table ........>
<tr><td ........>Tab 1</td></tr>
<tr><td ........>Tab 2</td></tr>
..........................
</table>
(2010-04-05, 10:04 PM)RateU Wrote: [ -> ]Use table structure like this for the tab:

<table ........>
<tr><td ........>Tab 1</td></tr>
<tr><td ........>Tab 2</td></tr>
..........................
</table>

I know how the structure work, but I think they will love you more if you show them the way each category got their color in each tab Big Grin
(2010-03-25, 08:52 PM)Joey_Pham423 Wrote: [ -> ]oh yeah, I found out the way to put multiplies category Big Grin You guys can read the first page again for update Big Grin

What update ?
Greetings

What do you mean with Go to template forumbit_depth1_cat and add the div tag to cover all the template?
Mus it only be this:<div id="cat_{$forum['fid']}" class="content">
....
</div>
in the file?
that means go to template forumbit_depth1_cat, then place

<div id="cat_{$forum['fid']}" class="content">

at the very beginning of the template, then place

</div>

at the very end of it
Hey fiends,
Go to template index and find:
Code:
{$forum}

whats it i can't find it and whats template index
I got an bug?
Need to register, www.moviemania-pt.com/forums.php
What bug?
Try to click in a tab forum==? nothing happen.
Need help with this...
you can pm me with admin login information, I will help you
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17