1 頁 (共 1 頁)

[問題] Resize Posted Images Based on Max Width

發表於 : 2005-10-29 17:23
Cycler An
phpBB版本: 2017
Mod來源: http://www.phpbb.com/phpBB/viewtopic.php?t=243046
錯誤訊息:

代碼: 選擇全部

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/iray/public_html/cycling/includes/page_header.php on line 382
<<<<<<<<<<<<<<<<
完成所有安裝程序後出現=.="
請參考下列代碼(Page_header.tpl)(start mod到fin mod部份即新加的代碼):

代碼: 選擇全部

'L_WHOSONLINE_MOD'
//-- start mod : Resize Posted Images Based on Max Width ----------------------------------
	'L_RMW_IMAGE_TITLE' => $lang['rmw_image_title'],
	'U_RMW_JSLIB' => $phpbb_root_path . 'templates/rmw_jslib.js',
//-- fin mod : Resize Posted Images Based on Max Width ------------------------------------
 => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
-感激不盡 :cry:

發表於 : 2005-10-29 17:56
~倉木麻衣~
安裝文件是要您將這段代碼\r

代碼: 選擇全部

//-- start mod : Resize Posted Images Based on Max Width ----------------------------------
	'L_RMW_IMAGE_TITLE' => $lang['rmw_image_title'],
	'U_RMW_JSLIB' => $phpbb_root_path . 'templates/rmw_jslib.js',
//-- fin mod : Resize Posted Images Based on Max Width ------------------------------------
放到這一整行底下

代碼: 選擇全部

'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),

發表於 : 2005-10-29 18:06
Cycler An
謝謝大大回應..
可是照您所做
解決了錯誤訊息\r
但一樣沒有縮圖的功能 :oops:
我的風格並非subsilver

-謝謝!

發表於 : 2005-10-30 21:04
Cycler An
縮圖狀態時..
會出現藍色虛線框..
請問哪邊更改? ;-)

-謝謝

發表於 : 2006-01-02 15:58
wyclefjean
了解..