參考連結:
使用版本:phpBB 2.0.7
網站位置:http://totoromehk.no-ip.com/forum/index.php
狀況描述: 安裝完全區公告後一切正常,其它已改外掛功能正常\r
但安裝全區公告分區後進入viewforum出現\r
代碼: 選擇全部
Fatal error: Cannot redeclare load_bbcode_template() (previously declared in c:\appserv\www\forum\includes\bbcode.php:45) in c:\appserv\www\forum\includes\bbcode.php on line 43代碼: 選擇全部
function load_bbcode_template()
{
global $template;
$tpl_filename = $template->make_filename('bbcode.tpl');
$tpl = fread(fopen($tpl_filename, 'r'), filesize($tpl_filename));
// replace \ with \\\ and then ' with \'.
$tpl = str_replace('\\\', '\\\\\\\', $tpl);
$tpl = str_replace('\'', '\\\\\'', $tpl);
// strip newlines.
$tpl = str_replace("
", '', $tpl);
// Turn template blocks into PHP assignment statements for the values of $bbcode_tpls..
$tpl = preg_replace('#<!-- BEGIN (.*?) -->(.*?)<!-- END (.*?) -->#', "
" . '$bbcode_tpls[\'\\\1\'] = \'\\\2\';', $tpl);
$bbcode_tpls = array();
eval($tpl);
return $bbcode_tpls;
}補充:
scroll bbcode
iframe bbcode
全區公告1.28em
推薦網站進階版
cash mod 2.21
bank mod 等[/code]

