Hey. I have two issues. I wanted to make columns on subforums instead one row list.
So, it worked. Somewhat. On some section it's normal but on some it goes way more far for some reason.
[img][/img]
As you can see, the one below is for some reason wider. I followed this tutorial
http://community.mybb.com/thread-32008.html
As for the second issue, you probably can see on the same image that there's no "forum, threads, posts, last post" bar. How can I get it back?
E: Fixed it. Just had to reset every forumbit template and do what the tutorial says.
Is your forum online (maybe with a test account)? It would be easier if you provide the link
Try assigning a width value to that table cell in your forumbit_depth2_forum template. Either a pixel amount or a percentage.
(2014-07-30, 11:07 AM)dragonexpert Wrote: [ -> ]Try assigning a width value to that table cell in your forumbit_depth2_forum template. Either a pixel amount or a percentage.
Not really sure how to do that to only one table row or any for that matter ._.
^ it looks like some code is missing from forumbit_depth1_cat template (edited)
can you tell us which theme you are using for the forum ..
(2014-07-30, 12:22 PM).m. Wrote: [ -> ]^ it looks like some code is missing from forumbit_depth1_cat template (edited)
can you tell us which theme you are using for the forum ..
I'm using flat desire theme.
Here's forumbit_depth1_cat template
<div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div class="theadtitle"><a href="{$forum_url}">{$forum['name']}</a><span class="catdes">{$forum['description']}</span></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br /></div>
^ it is a premium theme. please seek support from its coder
(2014-07-30, 12:46 PM).m. Wrote: [ -> ]^ it is a premium theme. please seek support from its coder
The problem occured after I used MyBB's tutorial. So it's not theme related