MyBB Community Forums

Full Version: How to layout forum like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I layout my forum like Roflnub?

What I mean is to have different forum sections.
If you're talking about the seperate categories, you might want to try this

BACK UP YOUR TEMPLATE IF YOU HAVE CHANGED IT ALREADY

If you haven't made any changes to the current template, then all you really have to do is just delete it and you'll end up with the same template again. Here we go...

ACP / "Templates" / *Template Name* / Forum Bit Templates / forumbit_depth1_cat /

Select all of code and put in:

Quote:<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tbody>
<tr>
<td class="tcat" colspan="5">
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]"><i>&raquo;</i> $forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
</td>
</tr>
</tbody>
<tbody style="$expdisplay" id="cat_$forum[fid]_e">
<tr>
<td class="thead" width="2%">&nbsp;</td>
<td class="thead" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="thead" width="7%" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="thead" width="7%" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="thead" width="15%" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
$forums
</tbody>
</table>
<br />

I believe thats how it works. Also, this will NOT work if you have a forum that has no category parent.
I gave that a try, but it doesn't seem to lay it put exactly right.
search these forums for "Splitting" (without the quotes), go to the thread, and open the text file at the bottom post (post 10)
up 4 my request Smile

@ eean: I think k776 means this thread:

http://www.mybboard.com/community/showth...p?tid=1081