MyBB Community Forums

Full Version: Modifying Forumhome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove Threads, Posts and Last Post from my forumbit and have my forums lined up next to each other. I tried editing forumbit_depth1_cat to remove the titles and that worked fine. Then I wanted to remove the actual data. Which seems to be forumbit_depth1_forum but when I removed the code from the template nothing happened :\

Also how would I line forums up next to each other instead of going down?

Thanks to anyone who can help Smile
heloo

umm for the actuall data, u will have to go to
Admin CP> Forum Bit Templates
Clear the content of
  • forumbit_depth2_forum_lastpost

then go to forumbit_depth2_forum

find this code
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$threads</td>
<td class="$bgcolor" valign="top" align="center" nowrap="nowrap">$posts</td>
<td class="$bgcolor" valign="top" align="right" nowrap="nowrap">$lastpost</td>
</tr>

And clear it.


the sec thing, i think u are talking about forums on the same line right?

i need to check this before, coz i dont think it works.

regards

Ahh I understand how the templates work now Smile
Thanks I got it working.

As for the forums lined up next to each other ( or columns should I say ) I have seen it done before but it may require a little bit too much editing. But if its ever done then great Smile
hey,

i couldn't find so far anything for the lined up next!! maybe i didn't have time to search alot.

but i suggest to contact those who made it, and also make sure that it was MyBB.

regards
So you want the forums displayed left to right rather then up to down?