參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?p=13290#13290
使用版本:phpBB 2.0.8a
網站位置:http://egg.zapto.org
狀況描述:
我在裝這個外掛以後
發現viewforum的部分很成功的顯示出變色的效果
可是在index的部分就遇上問題了
index_body.tpl 目前是這樣\r
[php]<?php
<!-- BEGIN forumrow -->
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" /></td>
<td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='#EBEBEB'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><table cellpadding="0" cellspacing="0"><tr><td>
</td>
<td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='#EBEBEB'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
</tr></table></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
?>[/php]
我把外掛語法的位置改來改去 還是沒有解決
有沒有人可以解答我的疑惑 可能是哪裡出了問題咧\r
補充: 這個地方還裝過討論區前方加上icon的外掛

