MyBB Themes - ThemeFreak
Minimal - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Theme Information (http://www.themefreak.net/forumdisplay.php?fid=14)
+--- Thread: Minimal (/showthread.php?tid=5)

Pages: 1 2 3


RE: Minimal - phio_chan - 4th Mar

I really like this theme, thank you very much! I am into simple styles lately, and when I found yours I was happy. Also because it looks like IPB, one of my most favorite software out there (too bad it's too expensive for me, lol~).

Great work, Jon! Big Grin


RE: Minimal - cocaine - 12th Mar

I've got a bug:
When I have a category inside another category, it doesn't show up. For example, if my parent category is MyBB, an in it I have another category named Themes, the Themes category doesn't show up, but other standalone forums inside the MyBB category do.

Any fix for this?


RE: Minimal - Jon - 13th Mar

(12th Mar, 09:52 pm)cocaine Wrote:  I've got a bug:
When I have a category inside another category, it doesn't show up. For example, if my parent category is MyBB, an in it I have another category named Themes, the Themes category doesn't show up, but other standalone forums inside the MyBB category do.

Any fix for this?

Yes, here it is

Go to Templates & Styles > Templates > minimal > Forum Bit Templates > forumbit_depth2_cat

Paste the following code
Code:
<tr>
<td class="{$bgcolor}" align="center" valign="middle" style="width: 30px"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="middle">
<a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" width="15%" align="right" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']} topics<br />{$posts}{$unapproved['unapproved_posts']} posts</td>
<td class="{$bgcolor}" valign="middle" align="left" style="white-space: nowrap; width: 250px">{$lastpost}</td>
</tr>

That should make the sub categories visible now, i will include this fix in the next update for the theme.

Thanks