1 頁 (共 1 頁)

[問題]推薦與嘔氣不能正常顯示icon

發表於 : 2006-01-30 12:16
jwxie
外掛: 推薦與嘔氣\r
參考連結:http://www.phpbb-tw.net/phpbb/viewtopic.php?t=42120
phpBB板本: 竹貓星球UTF-8 phpBB2.0.19
外掛安裝個人網址: http://modfourm.php2h.com

問題:

請教各位大大, 啥事我不能顯示出推薦與嘔氣兩個icon呢?

這是外掛修改:

代碼: 選擇全部

#
#-----[ OPEN ]---------------------------------
#
templates/風格/subSilver.cfg

# 
#-----[ FIND ]---------------------------------
#
?>


# 
#-----[ BEFORE ADD ]------------------------------------------------ 
#
$images['say_good'] = "$current_template_images/{LANG}/say_good.gif";
$images['say_bad'] = "$current_template_images/{LANG}/say_bad.gif";
我想應該不用修改什麼吧?因為有 $ 就表示那是預定不能修改囉.,..而且 LANG是表示現時我使用的語言....
難道系統找不出來嗎?但是找不出應該會出現一個「X」圖示...

但我還是不能顯示出來...
我確定我放圖片是\r
/www/phpBB2/templates/subSilver/images/lang_chinese_traditional_taiwan/
是不會有錯的啦....
他也是說:
加入檔案:
## templates\風格\images\lang_chinese_traditional_taiwan\say_bad.gif
## templates\風格\images\lang_chinese_traditional_taiwan\say_good.gif
補充:

自己打算搞個ADD-ON板, 就是之前那篇文章...
[暫時讓貼][討論][問題]限制與增加群祖進行推薦與嘔氣外掛
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=42124

再來一個, 作者有說\r
## 作者之言:
## - 此外掛修正/整合於推薦外掛, 推薦文章, 文章付費功能(顯示功能)
## - 感謝您的使用^^
## - 此風格按照原風格製作,如有找不到之情況,請照自己的風格修改^^

發表於 : 2006-01-30 12:27
jwxie
另外,
#
#-----[ OPEN ]---------------------------------
#
templates/風格/viewforum_body.tpl

#
#-----[ FIND ]---------------------------------
#
{L_REPLIES}

#
#-----[ AFTER, ADD ]---------------------------------
# 是{L_REPLIES}的下一排!而不是{L_REPLIES}的後面\r
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_GOODS}&nbsp;</th>
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_NGOODS}&nbsp;</th>

#
#-----[ FIND ]---------------------------------
#
{topicrow.REPLIES}

#
#-----[ AFTER, ADD ]---------------------------------
# 是{topicrow.REPLIES}的下一排!而不是{topicrow.REPLIES}的後面\r
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.GOODS}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.NGOODS}</span></td>
所謂的
是{L_REPLIES}的下一排!而不是{L_REPLIES}的後面
是不是這樣子修改呢?
原碼:

代碼: 選擇全部

<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
<th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
#
#-----[ AFTER, ADD ]---------------------------------
# 是{L_REPLIES}的下一排!而不是{L_REPLIES}的後面\r
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_GOODS}&nbsp;</th>
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_NGOODS}&nbsp;</th>
應該是這樣子嗎?

代碼: 選擇全部

<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_GOODS}&nbsp;</th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_NGOODS}&nbsp;</th>
	  <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>

太多東陳, 只好用回覆@@

發表於 : 2006-01-30 19:51
w2812451
^^
對於第一個問題,可能是以下原因:
1.文章之發表者無法推文,所以會看不到\r
2.你已經推薦過此文章了

再來是第二個問題,您說的沒有錯\r
因為常常碰到風格的問題,實在有夠麻凡^^
您所做的修改並沒有錯,只要造著您的風格改就可以了