อยากใส่banner หรือตัวนับบ้างไม่รู้จะทำอย่างไร ลองค้นๆ จากหลายๆ เวปในที่สุดก็ได้วิธีมาจาก
ได้มาแล้วก็กลัวจะลืม เราเองก็ป้ำๆ เป๋อๆ อยู่ด้วย เอามารวบรวมไว้ดีกว่า
เริ่มแรกต้องรู้ก่อนว่าจะต้องแก้ไขไฟล์ไหน ผมใช้ default theame ครับ วิธีแก้ก็ดังนี้
ไฟล์ที่ต้องแก้ไข [ฟอรั่ม]/Themes/default/index.template.php
บริเวณที่ต้องค้นหาเพื่อทำการแก้ไข
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div id="footer_section"><div class="frame">';
echo '
<ul class="reset">
<li class="copyright">', theme_copyright(), '</li>
<li><a id="button_xhtml" href="http://validator.w3.org/check/referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
<li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>
</ul>';