●快速架站程式:NA
●免費空間連結: 非免費空間
●您的上網方式:CABLE (i-cable HK)
●您安裝的程式:MySQL 4.1.10a-standard
●您的 phpBB 版本:phpBB 3.0.1
●您的 domain (網域名稱) : forum.4b5b.org
●您的 phpBB 連結網址: http://forum.4b5b.org
●安裝外掛:Top5 MOD - Update V1.5.1 (http://phpbb-tw.net/phpbb/viewtopic.php?f=134&t=50529)
●安裝風格:N.Design (v3.0.0+) (http://phpbb-tw.net/phpbb/viewtopic.php?f=141&t=50242)
我的討論區安裝了N.Design風格,
在安裝top5 mod時遇到困難,
在top5 mod的install.txt中,
需要修改以下部份,
代碼: 選擇全部
#-----[ OPEN ]-----------------------------
#
styles/prosilver/template/index_body.html
#
#-----[ FIND ]-----------------------------
#
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
#
#-----[ AFTER, ADD ]-----------------------
#
<!-- phpBB3_top5_mod -->
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'id','phpbb3_top5','width','100%','height','280','codebase','http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab','movie','phpbb3_top5','quality','high','bgcolor','#ffffff','allowscriptaccess','sameDomain' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="phpbb3_top5" width="100%" height="280"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="phpbb3_top5.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="phpbb3_top5.swf" quality="high" bgcolor="#ffffff"
width="100%" height="280" name="phpbb3_top5" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object></noscript>
<!-- phpBB3_top5_mod -->但是我在那裡找不到那段代碼,
以下是N.Design的index_body.html
代碼: 選擇全部
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE forumlist_body.html -->
<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a
href="{U_TEAM}">{L_THE_TEAM}</a></span><br />
<!--<br clear="all" />
<!-- INCLUDE breadcrumbs.html -->-->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}
</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
</tr>
<tr>
<!-- IF LEGEND -->
<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />
{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<!-- IF LEGEND -->
<tr>
<td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
<!-- ENDIF -->
</table>
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"
alt="{L_BIRTHDAYS}" /></td>
<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>
{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
<!-- ENDIF -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} |
{NEWEST_USER}</p></td>
</tr>
</table>
<!-- IF not S_USER_LOGGED_IN -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text"
name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password"
name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input
type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login"
value="{L_LOGIN}" /></td>
</tr>
</table>
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center"><img src="styles/N.Design/imageset/forum_unread.gif" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="styles/N.Design/imageset/forum_read.gif" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="styles/N.Design/imageset/forum_read_locked.gif" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
<td> </td>
<td width="20" align="center"><img src="styles/N.Design/imageset/forum_link.gif" /></td>
<td><span class="gensmall">{L_FORUM_LINK}</span></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->我試過把那段要加入的代碼加到估計的位置,
但是試過很多次也不成功,
討論區內一點變化也沒有,
而需要複製的檔案我已經複製了,
希望大家可以幫幫忙看看出了甚麼問題
謝謝!

