●快速架站程式:Appserv 2.3.0
●免費空間連結:
●您的上網方式:ADSL Hinet 雙向512 固16
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.0.3
●錯誤代碼:無\r
●錯誤狀態:
1.文章編輯時的畫面\r

2.文章檢視時的畫面\r

但我確定BBcode是啟用的
"url"或其他標籤也能正常使用\r
惟獨"img"標籤沒有作用\r
請參閱上列畫面\r
敬請各位先進不吝指教
謝謝!!!
版主: 版主管理群



代碼: 選擇全部
[color=blue]原有版本bbcode.php,v 1.36.2.11 (phpBB 2.0.3)[/color]
// [img]image_url_here[/img] code..
$text = preg_replace("#\[img\](http(s)?://)([a-z0-9\-\.,\?!%\*_\#:;~\\\&$@\/=\+]+)\[/img\]#si", "[img:$uid]\\\1\\\3[/img:$uid]", $text);
[color=blue]
置換為\r
取自bbcode.php,v 1.36.2.27 (phpBB 2.0.6)
[/color]
// [img]image_url_here[/img] code..
$text = preg_replace("#\[img\]((ht|f)tp://)([^
\t<\"]*?)\[/img\]#sie", "'[img:$uid]\\\1' . str_replace(' ', '%20', '\\\3') . '[/img:$uid]'", $text);