代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?●您的上網方式:ADSL
●您的 phpBB2 版本:phpBB 2.0.8a
●您的 phpBB2 連結網址: http://free.ez2.us
版主: 版主管理群
代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?你不是安裝 Advanced Hide Post 嗎?jcyhbgtt 寫:小弟沒裝過其他bbcode外掛唷也找過$val = ($i*2)+16 ;沒有這段
代碼: 選擇全部
#-----[ OPEN ]---------------------------------
#
posting.php
#
#-----[ FIND ]---------------------------------
#
# NOTE - the full line to look for is:
# make_jumpbox('viewforum.'.$phpEx);
#
make_jumpbox(
#
#-----[ AFTER, ADD ]---------------------------------
#
// MULTI BBCODE-begin
//NOTE: the first element of each array must be '' Add new elements AFTER the ''
$EMBB_keys = array('') ;
$EMBB_widths = array('') ;
$EMBB_values = array('') ;
for ($i=1; $i<count($EMBB_values); $i++)
{
// load BBcode MODs info
[color=red]$val = ($i*2)+16 ;[/color]
$template->assign_block_vars('MultiBB', array(
'KEY' => $EMBB_keys[$i],
'NAME' => "addbbcode$val",
'WIDTH' => $EMBB_widths[$i],
'VALUE' => $EMBB_values[$i],
'STYLE' => "bbstyle($val)")
);
}
// MULTI BBCODE-end