ที่มา :
http://custom.simplemachines.org/mods/index.php?mod=2618 
เปิดไฟล์ index.template.php
หา
// Show the link, including a URL if it should have one.
echo '<b>', $settings['linktree_link'] && isset($tree['url']) ? '<a href="' . $tree['url'] . '" class="nav">' . $tree['name'] . '</a>' : $tree['name'], '</b>';
แทนที่ด้วย
// Show the link, including a URL if it should have one.
if ($link_num != count($context['linktree']) - 1)
echo '<b>', $settings['linktree_link'] && isset($tree['url']) ? '<a href="' . $tree['url'] . '" class="nav">' . $tree['name'] . '</a>' : $tree['name'], '</b>';
else
echo '<h1 class="htagseo_hx"><a href="' . $tree['url'] . '" class="nav">', $tree['name'], '</a></h1>';
เปิดไฟล์ Display.template.php
หา
// Done with the information about the poster... on to the post itself.
echo '
</div>
</td>
<td valign="top" width="85%" height="100%">
<table width="100%" border="0"><tr>
<td valign="middle"><a href="', $message['href'], '"><img src="', $message['icon_url'] . '" alt="" border="0" /></a></td>
<td valign="middle">
<div style="font-weight: bold;" id="subject_', $message['id'], '">
<a href="', $message['href'], '">', $message['subject'], '</a>
</div>';
แทนที่ด้วย
// Done with the information about the poster... on to the post itself.
echo '
</div>
</td>
<td valign="top" width="85%" height="100%">
<table width="100%" border="0"><tr>
<td valign="middle"><a href="', $message['href'], '"><img src="', $message['icon_url'] . '" alt="" border="0" /></a></td>
<td valign="middle">
<div style="font-weight: bold;" id="subject_', $message['id'], '">
<h2 class="htagseo_hx"><a href="', $message['href'], '">', $message['subject'], '</a></h2>
</div>';
เปิดไฟล์ style.css
เอาไว้ บรรทัดล่างสุด
.htagseo_hx {display: inline; color: inherit; border: none; font-size: 1em; font-color: inherit; font-weight: bold; padding: 0px; margin: 0px; }
ทุกไฟล์ที่แก้ไข แก้ใน Themes ที่ใช้นะครับ ถ้าไม่มี ก็เข้าไปแก้ใน Default
ชอบใจ Thank กันหน่อยนะครับ
