mod http:custom.simplemachines.org/mods/index.php?mod=1447
/Themes/default/Post.template.php
ค้นหาโค๊ดนี้
// Start with message icons - and any missing from this theme.
ใส่ก่อนโค๊ดที่ค้นหา
/*
ค้นหาโค๊ดนี้
// The functions used to preview a posts without loading a new page.
ใส่ก่อนโค๊ดที่ค้นหา
/*
ค้นหาโค๊ดนี้
var textFields = ["subject", "message", "icon", "guestname", "email", "evtitle", "question", "topic"];
วางทับโค๊ดที่ค้นหา
var textFields = ["subject", "message", "guestname", "email", "evtitle", "question", "topic"];
ค้นหาโค๊ดนี้
<td align="right">
<b>', $txt[71], ':</b>
</td>
<td>
<select name="icon" id="icon" onchange="showimage()">';
// Loop through each message icon allowed, adding it to the drop down list.
foreach ($context['icons'] as $icon)
echo '
<option value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' selected="selected"' : '', '>', $icon['name'], '</option>';
echo '
</select>
<img src="', $context['icon_url'], '" name="icons" hspace="15" alt="" />
</td>
</tr>';
วางทับโค๊ดที่ค้นหา
<td align="right"> </td>
<td>
<fieldset id="newstyleMI">
<legend><b>', $txt[71] ,':</b></legend>';
// Loop through each message icon allowed, adding it to the drop down list.
foreach ($context['icons'] as $icon)
echo '
<input type="radio" name="icon" value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' checked="checked"' : '', ' /><img src="', $icon['url'], '" alt="', $icon['name'], '" title="', $icon['name'], '" />';
echo '
</fieldset>
</td>
</tr>';
/Themes/default/style.css
ค้นหา
?>
วางก่อนที่ค้นหา
/* MOD New Style Message Icon */
#newstyleMI { width: 94%; border: 1px solid #7f9db9 }
#newstyleMI input { margin: 5px 10px 5px 15px }
ใช้ธีมไหนแก้ธีมนั้น ถ้าไม่มีให้แก้ที่ธีม default ปรับเปลี่ยนภาพ ธีม/images/post/