參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=34446
使用版本:phpBB 2.0.17
網站位置:http://php-tw.org
狀況描述:
裝了隱藏部份付費瀏覽內文只要點選搜尋的功能就會出現\r
代碼: 選擇全部
Parse error: parse error, unexpected T_ELSE in /home/****/public_html/phpbb/search.php on line 1098代碼: 選擇全部
if ($topic_type == POST_ANNOUNCE)
{
$topic_type = $lang['Topic_Announcement'] . ' ';
}
// Start add - Global announcement MOD
if($topic_type == POST_GLOBAL_ANNOUNCE )
{
$topic_type = $lang['Topic_global_announcement'] . " ";
} else
// End add - Global announcement MOD
else if ($topic_type == POST_STICKY)
{
$topic_type = $lang['Topic_Sticky'] . ' ';
}
else
{
$topic_type = '';
}
if ( $searchset[$i]['topic_vote'] )
{search.txt
外掛列表

