Edit:
- ผมเเกะโค้ดจาก SMF 2.0.2 ฮ่ะ คิดว่าน่าจะเหมือนกัน
- จับ SMF 2.0.2 เป็นต้นไปดีกว่านะครับ เพราะส่วนใหญ่รึป่าวไม่เเน่ใจที่เล่นเวอร์ชั่น 2 เขาจะมาทางนี้กันเเล้ว
ข้อ 1 : เปิดไฟล์ index.css ใน Themes\ธีมที่ใช้\css
หา:
.dropmenu a span
{
display: block;
padding: 0 0 0 5px;
font-size: 1em;
เเก้ตรง font-size ตามใจชอบเลยครับข้อ 2. เปิดไฟล์ index.template.php
หา:
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<h2>', $txt['news'], ': </h2>
<p>', $context['random_news_line'], '</p>';
echo '
</div>
</div>
<br class="clear" />';
เมื่อพบเเล้วอยากเอาไปไว้ใหนตามสบายเลยครับข้อ 3 : เปิดไฟล์ BoardIndex.template.php
หา :
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />
หา :
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'redirect.png" alt="*" title="*" />
หา :
<img src="', $settings['images_url'], '/', $context['theme_variant_url'], 'off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />
ลบทิ้งไปเลยครับ เเนะนำเก็บไฟล์ชิ้นนี้ไว้ชุดหนึ่งกันไว้เผื่ออยากให้กลับมาเป้นเหมือนเดิมในจุดนี้