![]() |
|
|||||||
| 論壇說明 |
|
歡迎您來到『史萊姆論壇』 ^___^ 您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的! 請點擊這裡:『註冊成為我們的一份子!』 |
|
|
主題工具 | 顯示模式 |
|
|
#7 (permalink) |
|
長老會員
![]() |
搜尋:
$show['sticky'] = false; 在後面添加: $show['globalsticky'] = false; newthread.php 搜尋: // get special data templates from the datastore $specialtemplates = array( 'smiliecache', 'bbcodecache', 'attachmentcache' ); 替換為: // get special data templates from the datastore $specialtemplates = array( 'smiliecache', 'bbcodecache', 'attachmentcache', 'globalstickyids' ); 搜尋: $newpost['stickunstick'] = $_POST['stickunstick']; 在後面添加: $newpost['globalstickunstick'] = $_POST['globalstickunstick']; |
|
|
送花文章: 1,
|