[問題] Categories Hierarchy 2.1.0安裝問題(解決)
發表於 : 2005-09-04 10:48
MOD原始連結
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight=
其中有一段\r
我完全看不懂這一段在寫什麼,因為我的includes/bbcode.php裡面根本沒有display_bbcodes()這個函式。
作者的意思是說把這一段都copy到includes/bbcode.tpl嗎?可是我的includes目錄裡面根本沒有bbcode.tpl這個檔案。這個檔案在templates裡面,但是裡面也沒有display_bbcodes()這個函式。
我的系統是\r
Windows XP Professional
Apache 2.0.54
MySQL 4.1.13a
PHP 5.0.3
本站下載的phpBB 2.0.17中文修正版
安裝Categories Hierachy之前還裝了:
Admin Userlist 2.0.2
Faq Manager 1.0.0
Topic Flood Control 1.0.2
Redirect anonymous users to login 1.0.8
Ban Entire Groups of Email Domains with wildcard 1.0.0
Guests'Other IP Addresses' Remover 1.0.0
Allow multiple spaces in posts 1.0.0[/code]
--------------------------------------------------------------------------------
不好意思,問題已經解決,原來只要繼續裝下去就懂了。
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight=
其中有一段\r
代碼: 選擇全部
#
#-----[ FIND ]------------------------------------------------
#
# Important note : all what follows has to be copied as is in includes/bbcode.php, function display_bbcodes()
# as the line may be different from the original phpBB if you have added extra bbCodes
#
'L_BBCODE_B_HELP' => $lang['bbcode_b_help'],
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : categories hierarchy ------------------------------------------------
//-- delete
//
// note : all of this has been copied into includes/bbcode.tpl, function display_bbcodes()
//
/*
#
#-----[ FIND ]------------------------------------------------
#
'L_STYLES_TIP' => $lang['Styles_tip'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
*/
//-- fin mod : categories hierarchy --------------------------------------------作者的意思是說把這一段都copy到includes/bbcode.tpl嗎?可是我的includes目錄裡面根本沒有bbcode.tpl這個檔案。這個檔案在templates裡面,但是裡面也沒有display_bbcodes()這個函式。
我的系統是\r
Windows XP Professional
Apache 2.0.54
MySQL 4.1.13a
PHP 5.0.3
本站下載的phpBB 2.0.17中文修正版
安裝Categories Hierachy之前還裝了:
Admin Userlist 2.0.2
Faq Manager 1.0.0
Topic Flood Control 1.0.2
Redirect anonymous users to login 1.0.8
Ban Entire Groups of Email Domains with wildcard 1.0.0
Guests'Other IP Addresses' Remover 1.0.0
Allow multiple spaces in posts 1.0.0[/code]
--------------------------------------------------------------------------------
不好意思,問題已經解決,原來只要繼續裝下去就懂了。