http://www.inmotionhosting.com/support/edu/smf/administration/footer-change
http://www.sslest.com/index.php?topic=102.0
อื่นๆ
เปิดแก้ไฟล์ ./Themes/default/index.template.php (หากปัจจุบันใช้ธีมอื่นก็ต้องเป็นไฟล์ index.template.php ของธีมนั้นนะครับ)
ค้นหา
<li class="copyright">', theme_copyright(), '</li> <li><a id="button_xhtml" href="http://validator.w3.org/check?uri=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>
แก้เป็น
<span class="copyright">', theme_copyright(),' <br /> SMF 2.0.2 | <a href="http://www.simplemachines.org/about/smf/license.php" target="_blank">SMF @ 2011</a> | <a href="http://www.simplemachines.org/" target="_blank">Simple Machines</a> <br /> ', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'] . ' </span></a>' : '', ' | <a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span> ', $txt['wap2'], '</span></a><span>','</span> | <a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></span>
ฟังชั่นท์ theme_copyright() ซึ่งเจ้าฟังชั่นท์ตัวนี้ ถูกประกาศไว้ที่ /Sources/Subs.php ยังมีการเรียกใช้อยู่ จึงต้องแก้ไขเพิ่ม
โดยให้เข้าไปที่ ./Sources/Subs.php
ค้าหา
echo ' <span class="smalltext">' . $forum_copyright . '
และเปลี่ยนเป็น
echo ' <span class="smalltext">' . '
* อย่าลืมติด link ของ SMF ด้วยนะครับ