[問題] 關於非一般連結圖秀圖
發表於 : 2005-06-25 18:40
教學文件庫裡有篇主題
"[2.0.11] 修正輸入連結頭像網址相關錯誤"
裡面提及:
"http://smartor.is-root.com/album_pic.php?pic_id=160"
圖片連結的話\r
我該如何修改讓圖也能在文章區秀出來呢??
"[2.0.11] 修正輸入連結頭像網址相關錯誤"
裡面提及:
想請問如果我在文章內貼的也是這種\r當你在 [ 由網址連結頭像圖檔 ] 中輸入的網址並不是有正確檔案名稱副檔名連結的話
例:http://smartor.is-root.com/album_pic.php?pic_id=160
就會出現空白無文字的錯誤訊息,照以下進行修正就可解決此問題。
#
#-----[ OPEN 打開 ]------------------------------------------------
#
代碼:
includes/usercp_avatar.php
#
#-----[ FIND 尋找 ]------------------------------------------------
#
代碼:
function user_avatar_url($mode, &$error, &$error_msg, $avatar_filename)
{
#
#-----[ AFTER, ADD 之後, 加上 ]------------------------------------
#
代碼:
global $board_config, $db, $lang;
#
#-----[ SAVE/CLOSE ALL FILES 儲存/關閉所有檔案 ]-------------------
#
# EoM 外掛修正結束
"http://smartor.is-root.com/album_pic.php?pic_id=160"
圖片連結的話\r
我該如何修改讓圖也能在文章區秀出來呢??