第 1 頁 (共 1 頁)
[問題] Can't post img in the board !!!
發表於 : 2005-02-15 06:57
由 Jenny Ho
i am not able to post pic in the board....
here is the link for the pic :
http://img.photobucket.com/albums/v313/ ... G_0196.jpg
and i type it like this
代碼: 選擇全部
[img]http://img.photobucket.com/albums/v313/Hofun/IMG_0196.jpg[/img]
but is show out this
[img:e3ed4e49bb]
http://img.photobucket.com/albums/v313/ ... G_0196.jpg[/img:e3ed4e49bb]
what should i do ?
發表於 : 2005-02-15 07:19
由 wu2017
please check again
[img] ...[/img]
發表於 : 2005-02-15 07:26
由 Jenny Ho
wu2017 寫:please check again
[img] ...[/img]
sorry....that was my misstake ...i typed it wrong in here.....i do try the right bbcode in my board ....but still not work.
發表於 : 2005-02-15 07:35
由 wu2017
原始安裝並不會有這種現象
請問是否曾經修改過哪些東西
發表於 : 2005-02-15 07:39
由 Jenny Ho
yes, i did ...i changed the code in the bbcode.php
i was follow the teaching guide in [教學] section.....topic is ([問題]有關BBcode標籤"img"的問題~~已解決)
代碼: 選擇全部
原有版本bbcode.php,v 1.36.2.11 (phpBB 2.0.3)
// [img]image_url_here[/img] code..
$text = preg_replace("#\[img\](http(s)?://)([a-z0-9\-\.,\?!%\*_\#:;~\\\&$@\/=\+]+)\[/img\]#si", "[img:$uid]\\\1\\\3[/img:$uid]", $text);
置換為
取自bbcode.php,v 1.36.2.27 (phpBB 2.0.6)
// [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);
發表於 : 2005-02-15 07:54
由 wu2017
你的論壇為 phpBB 2.0.11
不應該做此修正, 使用 phpBB 2.0.11 的原始程式(bbcode.php)即可
發表於 : 2005-02-15 07:58
由 Jenny Ho
o....thanks ...i just got it fixed