MyBB Community Forums

Full Version: MyBB Pro 1.1
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 18 19
Fine theme indeed Smile Good work !
(2009-11-16, 11:59 PM)Skyance Wrote: [ -> ]Thanks for the release! Looking forward to your future designs Smile
Do not worry I am planing to start on a new project already Toungue.
(2009-11-17, 12:01 AM)silverbug Wrote: [ -> ]Fine theme indeed Smile Good work !
Thank you kind sir Angel.
Nice theme, one suggestion:

Change the collapse/uncollapse icons. Having those red (-) warning signs everywhere really puts one off. The default theme (grey [-] box) is better here. You can make a round (-) sign if you like it round better, but it shouldn't be red or green.
I can so work with this, thanks.
Can you really get a layer if a copyright for the theme is broken?
(2009-11-17, 05:28 AM)frostschutz Wrote: [ -> ]Nice theme, one suggestion:

Change the collapse/uncollapse icons. Having those red (-) warning signs everywhere really puts one off. The default theme (grey [-] box) is better here. You can make a round (-) sign if you like it round better, but it shouldn't be red or green.
Will look into it but it isn't that hard to change them Wink.

(2009-11-17, 05:51 AM)tomdickandharry Wrote: [ -> ]I can so work with this, thanks.
Haha thanks!

(2009-11-17, 10:46 AM)Skyance Wrote: [ -> ]Can you really get a layer if a copyright for the theme is broken?
Indeed since I put it under the Creative Common license.
So will this be one of the default skins available in the ACP ?
(2009-11-17, 04:51 PM)AVC Wrote: [ -> ]So will this be one of the default skins available in the ACP ?
No it's just a theme that I have created for the funs Wink.
Noticed something in internet explorer http://i37.tinypic.com/lw2es.png




Thanks
Ooh I see the problem:

There seems to be a little mistake in the template but I didn't notice it on IE8 since I was in compatibility mode.

I will get this fixed by now or by today!
Thanks!
Version 1.1 is released - fix for IE table problem.

To fix the problem manually go to Templates - MyBB Pro Templates -> Forum Bit Templates -> forumbit_depth1_cat

Replace the entire content with:
<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><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="150" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />

Than go to Forum Display Templates -> forumdisplay_subforums

Replace the entire content with:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="150" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />

If you can not do these changes than you can download 1.1 at the mod page. If the link doesn't work than that means it's being validated.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19