1. สร้าง class ขึ้นมาใหม่เลยครับ
ตัวอย่าง: อันของสี lightblue
.proflie
{
background: #FAFCFF url(images/lightblue/_blue.gif) repeat-x;
width: 85%;
color: #FAFCFF;
border: 1px solid #6699CC;
margin: auto auto;
padding: 10px;
text-align: left;
}
เมื่อสร้าง class ขึ้นมาแล้ว
file Display.template.php
หา -->>
<table width="100%" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" style=" overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';
// Show the member's custom title, if they have one.
if (isset($message['member']['title']) && $message['member']['title'] != '')
echo '
', $message['member']['title'], '<br />';
เพิ่มไว้ก่อน -->>
<div class="profile">
หา -->>
// Done with the information about the poster... on to the post itself.
echo '
</div>
</td>
</tr>
</table>
</div>
</td>
เพิ่มไว้หลัง -->>
</div>
2. file Display.template.php
ของเก่าไม่รู้เป็นไงแล้วนะครับ แต่ปัจจุบันเป็นแบบนี้
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures'])){
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 0ex;">
<tr>
<td valign="middle" align="center" height="60" class="windowbg2">', $message['member']['signature'], '</td>
</tr>
</table>';
}else{
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 0ex;">
<tr>
<td valign="middle" align="center" height="60" class="windowbg2"><center><img src="', $settings['images_url'], '/dexmore.gif" alt="" border="0" /><br /><img src="', $settings['images_url'], '/dexmore1.gif" alt="" border="0" /></center></td>
</tr>
</table>';
}
อันนี้เป็นการบังคับใส่ลายเซ็นไปในตัวด้วย ด้วยเงื่อนไข
ขออภัย! ท่านไม่สามารถเข้าถึงข้อมูลส่วนนี้ได้ กรุณาอ่าน เงื่อนไขการใช้งาน DexMore.Comถ้าไม่ต้องการก็ลบออกได้ if = เงื่อนไขเป็นจริงคือผู้ใช้ใส่ลายเซ็น else = เงื่อนไขเป็นเท็จคือผู้ใช้ไม่ใส่ เราก็ใส่ให้เลย..

3. ให้มันอยู่บรรทัดเดียวกันก็ลบ
<br />
ออกครับ ใส่..
แทน คือแทนที่จะให้มันขึ้นบรรทัดใหม่ ให้เป็นเว้นวรรคเสียแค่นั้นเอง..
ลิงค์หัวข้อ:
http://dexmore.com/topic/161