史萊姆論壇

史萊姆論壇 (http://forum.slime.com.tw/)
-   論壇程式討論區 (http://forum.slime.com.tw/f79.html)
-   -   允許置頂主題使用VB代碼 (http://forum.slime.com.tw/thread151939.html)

貝斯特 2005-06-21 03:47 PM

允許置頂主題使用VB代碼
 
允許置頂的重要主題使用VB代碼,
使用不同顏色或字型便於大家注意,
安裝也很簡單,修改方法:

修改forumdisplay.php,搜尋:

PHP代碼:
if ($thread['sticky'])
{
$threadbit = &$threadbits_sticky;
}



整段替換為:

PHP代碼:
if ($thread['sticky'])
{
require_once('./includes/functions_bbcodeparse.php');
$thread['threadtitle'] = parse_bbcode($thread['threadtitle']);
$threadbit = &$threadbits_sticky;
}



修改完成,夠簡單吧^^


所有時間均為台北時間。現在的時間是 01:10 PM

Powered by vBulletin® 版本 3.6.8
版權所有 ©2000 - 2024, Jelsoft Enterprises Ltd.

『服務條款』

* 有問題不知道該怎麼解決嗎?請聯絡本站的系統管理員 *


SEO by vBSEO 3.6.1