bạn thay thế toàn bộ template forumhome_forumbit_level2_post
thay thế toàn bộ template forumhome_subforumbit_post
Xóa trắng template: forumhome_subforumseparator_post
- Import Plugin Đính Kèm ở dưới .
Tác giả: ChangUonDyU
Mã:
<tr align="center">
<td class="alt2"<if condition="$show['subforums']">rowspan="2"</if>><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="55%">
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
</td>
<td class="alt2" width="45%">$forum[lastpostinfo]</td>
</tr>
<if condition="$show['subforums']">
<tr>
<td class="alt1" colspan="9">
<div class="smallfont">$forum[subforums]</div>
</td>
</tr>
</if>
$childforumbits
thay thế toàn bộ template forumhome_subforumbit_post
Mã:
<div>
<table width="100%" border="0" cellpadding="1" cellspacing="0" onmouseover="this.style.borderBottom = '1px dashed orange';" onmouseout="this.style.border = '0px';">
<tr>
<td width="55%" class="smallfont">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<a style="color: black;" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
</td>
<td width="45%" title="$fulltitle" class="smallfont">
<a style="color: #999999;" onmouseover="this.style.color='black';" onmouseout="this.style.color='#999999';" href="showthread.php?goto=newpost&t=$lastpost_id">
$lastpost_title
</a>
</td>
</tr>
</table>
</div>
Xóa trắng template: forumhome_subforumseparator_post
- Import Plugin Đính Kèm ở dưới .
Tác giả: ChangUonDyU