I have almost finished adapting the dark orange to board myBB 1.4
only problem I can not enter the gif like screenshout
my theme
[
attachment=48]
original
[
attachment=49]
when I managed to do it this way
[
attachment=52]
Please Correct this template?
my showthread template
Code:
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
{$header}
<div style="float: right">
{$newreply}{$newthread}
</div>
{$multipage}
<br /><br /><br />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<td class="thead"><div style="white-space:nowrap">{$rating} {$thread['subject']}</div></td>
<td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<td class="thead2"><div style="float: right;">
<span class="smalltext"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</div></td>
<td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
{$posts}
{$threadpages}
<tr>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td colspan="2" class="tfoot">
<div><strong>« <a href="showthread.php?tid=310&action=nextoldest">Next Oldest</a> | <a href="showthread.php?tid=310&action=nextnewest">Next Newest</a> »</strong></div>
</td>
</tr>
</tbody></table>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt=""></td>
<td class="tfoot2"></td>
<td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt=""></td>
</tr>
</tbody></table>
<div style="padding-top: 4px;">
{$newreply}{$newthread}
</div>
{$threadexbox}
{$quickreply}
{$moderationoptions}
{$similarthreads}
<br />
<table cellpadding="0" cellspacing="0" width="100%">
<br>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="images/DarkOrange/tablesmall/thead_l.png" alt=""></td>
<td class="thead3"></td>
<td><img src="images/DarkOrange/tablesmall/thead_r.png" alt=""></td>
</tr>
</tbody></table>
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="0">
<tbody><tr>
<td class="trow1">
<table width="100%">
<tbody><tr>
<td>
<span class="smalltext">
<a href="printthread.php?tid={$tid}">{$lang->view_printable}</a><br />
<a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a><br />
<a href="usercp2.php?action=addsubscription&tid={$tid}">{$lang->subscribe_thread}</a> | <a href="usercp2.php?action=addfavorite&tid={$tid}">{$lang->add_favorites}</a>
</span>
</td>
<td align="right">
{$ratethread}
<br />
{$forumjump}
<br>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt=""></td>
<td class="tfoot2"></td>
<td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt=""></td>
</tr>
</tbody></table>
{$footer}
</body>
</html>
You forgot to close the <tr> and <table> of the « Next Oldest | Next Newest » line i would say: Heres the fixed version:
Code:
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
{$header}
<div style="float: right"> {$newreply}{$newthread} </div>
{$multipage} <br />
<br />
<br />
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<td class="thead"><div style="white-space:nowrap">{$rating} {$thread['subject']}</div></td>
<td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<td class="thead2"><div style="float: right;"> <span class="smalltext"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span> </div></td>
<td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" width="85%"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
{$posts}
{$threadpages}
<tr>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td colspan="2" class="tfoot"><div><strong>« <a href="showthread.php?tid=310&action=nextoldest">Next Oldest</a> | <a href="showthread.php?tid=310&action=nextnewest">Next Newest</a> »</strong></div></td>
</tr>
</tbody>
</table>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt=""></td>
<td class="tfoot2"></td>
<td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt=""></td>
</tr>
</tbody>
</table>
<div style="padding-top: 4px;"> {$newreply}{$newthread} </div>
{$threadexbox}
{$quickreply}
{$moderationoptions}
{$similarthreads} <br />
<table cellpadding="0" cellspacing="0" width="100%">
<br>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img src="images/DarkOrange/tablesmall/thead_l.png" alt=""></td>
<td class="thead3"></td>
<td><img src="images/DarkOrange/tablesmall/thead_r.png" alt=""></td>
</tr>
</tbody>
</table>
<table class="tborder" style="clear: both;" border="0" cellpadding="4" cellspacing="0">
<tbody>
<tr>
<td class="trow1"><table width="100%">
<tbody>
<tr>
<td><span class="smalltext"> <a href="printthread.php?tid={$tid}">{$lang->view_printable}</a><br />
<a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a><br />
<a href="usercp2.php?action=addsubscription&tid={$tid}">{$lang->subscribe_thread}</a> | <a href="usercp2.php?action=addfavorite&tid={$tid}">{$lang->add_favorites}</a> </span> </td>
<td align="right"> {$ratethread} <br />
{$forumjump} <br>
</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt=""></td>
<td class="tfoot2"></td>
<td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt=""></td>
</tr>
</tbody>
</table>
{$footer}
</body>
</html>
If this doesnt works, tr to remove <table cellpadding="0" cellspacing="0" width="100%"> and/or <tbody> arround the <tr> of "« Next Oldest | Next Newest »"
I entered your template but nothing changes

Did you try to remove the <table cellpadding="0" cellspacing="0" width="100%"> and/or <tbody> arround the <tr> of "« Next Oldest | Next Newest »" ?
Now the problem is in the template newreply
[
attachment=55]
you have the template dark orange of newreply myBB 1.2?
Download the 1.2 version of the theme and you will see

try to make in you "tborder" css class:
margin-top: 0; padding-top: 0;