[問題] 加裝mod時遇到了個小問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

[問題] 加裝mod時遇到了個小問題

文章 黑風凱特 »

小弟在加裝split_topic_type mod時,遇到了一個問題....

我找不到安裝help要我取代的code :-o .....

煩請各位前輩幫忙指點小弟....無限感激...

這是我不會裝的一段\r

代碼: 選擇全部

#
#-----[ FIND ]------------------------------------------------
#
		</span></td>
	</tr>
  </table>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
		</span></td>
	</tr>
	<!-- END footer -->
	<!-- BEGIN footer_table -->
  </table>
	<!-- BEGIN space -->
  <br class="gensmall">
	<!-- END space -->
	<!-- END footer_table -->
	<!-- END row -->
附上我的viewform_body

代碼: 選擇全部

<table class="forumborder" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
  		<td colspan="2" class="title2" style="border-top:0px;" width="100%">
		Go to </td>
	</tr>
	<tr>
		<td class="colour1" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
	</tr>
</table>
<br />
<!-- mod : split topic type -->
<form method="post" action="{S_POST_DAYS_ACTION}">
  <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr> 
	  <td align="left" valign="bottom"><a class="bigtitletext" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="smalltitletext"><b>{L_MODERATOR}: {MODERATORS}<br />{LOGGED_IN_USER_LIST}</b><br /><br /></span></td>
	  <td width="216" align="right" valign="bottom" nowrap="nowrap"><b>{PAGINATION}</b></td>
	</tr>
	<tr> 
	  <td align="left" valign="middle" width="594"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
	  <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
	</tr>
  </table>
<br />
	<!-- BEGIN row -->
	<!-- BEGIN header_table -->
  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumborder">
	<tr> 
  <th width="100%" colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{row.header_table.TITLE}&nbsp;</th>
	  <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
	  <th width="100" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
	  <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
	  <th width="150" align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- END header_table -->
	<!-- BEGIN header_row -->
	<tr>
	  <td colspan="6" align="left" class="catLeft"><span class="cattitle">{row.header_row.TITLE}</span></td>
	</tr>
	<!-- END header_row -->
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td class="row1" align="center" valign="middle" width="20"><img src="{row.topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{row.topicrow.L_TOPIC_FOLDER_ALT}" title="{row.topicrow.L_TOPIC_FOLDER_ALT}" /></td>
	  <td class="row1" width="100%"><span class="topictitle">{row.topicrow.NEWEST_POST_IMG}{row.topicrow.TOPIC_TYPE}<a href="{row.topicrow.U_VIEW_TOPIC}" class="topictitle">{row.topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
		{row.topicrow.GOTO_PAGE}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{row.topicrow.REPLIES}</span></td>
	  <td class="row3" align="center" valign="middle"><span class="name">{row.topicrow.TOPIC_AUTHOR}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{row.topicrow.VIEWS}</span></td>
	  <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{row.topicrow.LAST_POST_TIME}<br />{row.topicrow.LAST_POST_AUTHOR} {row.topicrow.LAST_POST_IMG}</span></td>
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td class="colour1" colspan="6" height="30" align="center" valign="middle">{L_NO_TOPICS}</td>
	</tr>
	<!-- END switch_no_topics -->
	<!-- BEGIN footer -->
	<tr> 
	  <td class="titlebottomwtop" align="center" valign="middle" colspan="6">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp; 
		<input type="submit" class="button" value="{L_GO}" name="submit" />
		</td>
	</tr>
  </table>

  <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
	<tr> 
	  <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
	  <td align="left" valign="middle" width="100%">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
	  <td align="right" valign="middle" nowrap="nowrap">{S_TIMEZONE}<br />{PAGINATION}
		</td>
	</tr>
	<tr>
	  <td align="left" colspan="3">{PAGE_NUMBER}</td>
	</tr>
  </table>
</form>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
	<td align="right">{JUMPBOX}</td>
  </tr>
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
	<tr>
		<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
			<tr>
				<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
				<td>{L_NO_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_GLOBAL_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
			</tr>
			<tr> 
				<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td>{L_NO_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
			</tr>
			<tr>
				<td><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start add - Global announcement MOD -->
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
<!-- End add - Global announcement MOD -->
			</tr>
		</table></td>
		<td align="right">{S_AUTH_LIST}</td>
	</tr>
</table>
圖檔
Man520
星球公民
星球公民
文章: 197
註冊時間: 2005-02-08 10:02
來自: HK

文章 Man520 »

代碼: 選擇全部

<table class="forumborder" width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> 
   <tr> 
        <td colspan="2" class="title2" style="border-top:0px;" width="100%"> 
      Go to </td> 
   </tr> 
   <tr> 
      <td class="colour1" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td> 
   </tr> 
</table> 
<br /> 
<!-- mod : split topic type --> 
<form method="post" action="{S_POST_DAYS_ACTION}"> 
  <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> 
   <tr> 
     <td align="left" valign="bottom"><a class="bigtitletext" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="smalltitletext"><b>{L_MODERATOR}: {MODERATORS}<br />{LOGGED_IN_USER_LIST}</b><br /><br /></span></td> 
     <td width="216" align="right" valign="bottom" nowrap="nowrap"><b>{PAGINATION}</b></td> 
   </tr> 
   <tr> 
     <td align="left" valign="middle" width="594"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> 
     <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a>      [color=red]</span></td> 
   </tr> 
   <!-- END footer --> 
   <!-- BEGIN footer_table --> 
  </table> 
   <!-- BEGIN space --> 
  <br class="gensmall"> 
   <!-- END space --> 
   <!-- END footer_table --> 
   <!-- END row --> 
<br /> 
   <!-- BEGIN row --> 
   <!-- BEGIN header_table --> [/color]
  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumborder"> 
   <tr> 
  <th width="100%" colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{row.header_table.TITLE}&nbsp;</th> 
     <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th> 
     <th width="100" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th> 
     <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th> 
     <th width="150" align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th> 
   </tr> 
   <!-- END header_table --> 
   <!-- BEGIN header_row --> 
   <tr> 
     <td colspan="6" align="left" class="catLeft"><span class="cattitle">{row.header_row.TITLE}</span></td> 
   </tr> 
   <!-- END header_row --> 
   </tr> 
   <!-- BEGIN topicrow --> 
   <tr> 
     <td class="row1" align="center" valign="middle" width="20"><img src="{row.topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{row.topicrow.L_TOPIC_FOLDER_ALT}" title="{row.topicrow.L_TOPIC_FOLDER_ALT}" /></td> 
     <td class="row1" width="100%"><span class="topictitle">{row.topicrow.NEWEST_POST_IMG}{row.topicrow.TOPIC_TYPE}<a href="{row.topicrow.U_VIEW_TOPIC}" class="topictitle">{row.topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br /> 
      {row.topicrow.GOTO_PAGE}</span></td> 
     <td class="row2" align="center" valign="middle"><span class="postdetails">{row.topicrow.REPLIES}</span></td> 
     <td class="row3" align="center" valign="middle"><span class="name">{row.topicrow.TOPIC_AUTHOR}</span></td> 
     <td class="row2" align="center" valign="middle"><span class="postdetails">{row.topicrow.VIEWS}</span></td> 
     <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{row.topicrow.LAST_POST_TIME}<br />{row.topicrow.LAST_POST_AUTHOR} {row.topicrow.LAST_POST_IMG}</span></td> 
   </tr> 
   <!-- END topicrow --> 
   <!-- BEGIN switch_no_topics --> 
   <tr> 
     <td class="colour1" colspan="6" height="30" align="center" valign="middle">{L_NO_TOPICS}</td> 
   </tr> 
   <!-- END switch_no_topics --> 
   <!-- BEGIN footer --> 
   <tr> 
     <td class="titlebottomwtop" align="center" valign="middle" colspan="6">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp; 
      <input type="submit" class="button" value="{L_GO}" name="submit" /> 
      </td> 
   </tr> 
  </table> 

  <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> 
   <tr> 
     <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> 
     <td align="left" valign="middle" width="100%">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td> 
     <td align="right" valign="middle" nowrap="nowrap">{S_TIMEZONE}<br />{PAGINATION} 
      </td> 
   </tr> 
   <tr> 
     <td align="left" colspan="3">{PAGE_NUMBER}</td> 
   </tr> 
  </table> 
</form> 

<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
  <tr> 
   <td align="right">{JUMPBOX}</td> 
  </tr> 
</table> 

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0"> 
   <tr> 
      <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> 
         <tr> 
            <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> 
            <td>{L_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> 
            <td>{L_NO_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
<!-- Start replacement - Global announcement MOD --> 
<td width="20" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_GLOBAL_ANNOUNCEMENT}" width="19" height="18" /></td> 
<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td> 
<!-- End replacement - Global announcement MOD --> 
         </tr> 
         <tr> 
            <td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td> 
            <td>{L_NEW_POSTS_HOT}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td> 
            <td>{L_NO_NEW_POSTS_HOT}</td> 
            <td>&nbsp;&nbsp;</td> 
<!-- Start replacement - Global announcement MOD --> 
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> 
<td class="gensmall">{L_ANNOUNCEMENT}</td> 
<!-- End replacement - Global announcement MOD --> 
         </tr> 
         <tr> 
            <td><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td> 
            <td>{L_NEW_POSTS_LOCKED}</td> 
            <td>&nbsp;&nbsp;</td> 
<!-- Start add - Global announcement MOD --> 
<td>&nbsp;&nbsp;</td> 
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td> 
<td class="gensmall">{L_STICKY}</td> 
<!-- End add - Global announcement MOD --> 
         </tr> 
      </table></td> 
      <td align="right">{S_AUTH_LIST}</td> 
   </tr> 
</table> 
試一試 ;-)
黑風凱特
星球公民
星球公民
文章: 267
註冊時間: 2004-12-13 22:12
來自: 台灣台北
聯繫:

文章 黑風凱特 »

不行....照前輩你修改之後~ :cry:

反而會出現\r

代碼: 選擇全部

Parse error: parse error, unexpected '}' in c:\appserv\www\simon\php\includes\template.php(127) : eval()'d code on line 22
的出錯訊息~

我自已修改後...會使版面的board顏色怪怪的

圖檔

附上我自已修改的版本\r

代碼: 選擇全部

<table class="forumborder" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
  		<td colspan="2" class="title2" style="border-top:0px;" width="100%">
		Go to </td>
	</tr>
	<tr>
		<td class="colour1" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
	</tr>
</table>
<br />
<!-- mod : split topic type -->
<form method="post" action="{S_POST_DAYS_ACTION}">
  <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr> 
	  <td align="left" valign="bottom"><a class="bigtitletext" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="smalltitletext"><b>{L_MODERATOR}: {MODERATORS}<br />{LOGGED_IN_USER_LIST}</b><br /><br /></span></td>
	  <td width="216" align="right" valign="bottom" nowrap="nowrap"><b>{PAGINATION}</b></td>
	</tr>
	<tr> 
	  <td align="left" valign="middle" width="594"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
	  <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
	</tr>
  </table>
<br />
	<!-- BEGIN row -->
	<!-- BEGIN header_table -->
  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumborder">
	<tr> 
	  <th width="100%" colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{row.header_table.TITLE}&nbsp;</th>
	  <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
	  <th width="100" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
	  <th width="50" align="center" class="title1wbot" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
	  <th width="150" align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- END header_table -->
	<!-- BEGIN header_row -->
	<tr>
	  <td colspan="6" align="left" class="catLeft"><span class="cattitle">{row.header_row.TITLE}</span></td>
	</tr>
	<!-- END header_row -->
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td class="colour1" align="center" valign="middle" width="20"><img src="{row.topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{row.topicrow.L_TOPIC_FOLDER_ALT}" title="{row.topicrow.L_TOPIC_FOLDER_ALT}" /></td>
	  <td class="colour1" width="100%"><span class="topictitle">{row.topicrow.NEWEST_POST_IMG}{row.topicrow.TOPIC_TYPE}<a href="{row.topicrow.U_VIEW_TOPIC}" class="topictitle">{row.topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
		{row.topicrow.GOTO_PAGE}</span></td>
	  <td class="colour2" align="center" valign="middle"><span class="postdetails">{row.topicrow.REPLIES}</span></td>
	  <td class="colour2" align="center" valign="middle"><span class="name">{row.topicrow.TOPIC_AUTHOR}</span></td>
	  <td class="colour2" align="center" valign="middle"><span class="postdetails">{row.topicrow.VIEWS}</span></td>
	  <td class="colour2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{row.topicrow.LAST_POST_TIME}<br />{row.topicrow.LAST_POST_AUTHOR} {row.topicrow.LAST_POST_IMG}</span></td>
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td class="colour1" colspan="6" height="30" align="center" valign="middle">{L_NO_TOPICS}</td>
	</tr>
	<!-- END switch_no_topics -->
	<!-- BEGIN footer -->
	<tr> 
	  <td class="titlebottomwtop" align="center" valign="middle" colspan="6">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp; 
		<input type="submit" class="button" value="{L_GO}" name="submit" />
		</td>
	</tr>
	<!-- END footer -->
	<!-- BEGIN footer_table -->
  </table>
	<!-- BEGIN space -->
  <br class="gensmall">
	<!-- END space -->
	<!-- END footer_table -->
	<!-- END row -->

  <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
	<tr> 
	  <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
	  <td align="left" valign="middle" width="100%">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
	  <td align="right" valign="middle" nowrap="nowrap">{S_TIMEZONE}<br />{PAGINATION}
		</td>
	</tr>
	<tr>
	  <td align="left" colspan="3">{PAGE_NUMBER}</td>
	</tr>
  </table>
</form>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
	<td align="right">{JUMPBOX}</td>
  </tr>
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
	<tr>
		<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
			<tr>
				<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
				<td>{L_NO_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_GLOBAL_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
			</tr>
			<tr> 
				<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td>{L_NO_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start replacement - Global announcement MOD -->
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
<!-- End replacement - Global announcement MOD -->
			</tr>
			<tr>
				<td><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
				<td>{L_NEW_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
<!-- Start add - Global announcement MOD -->
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
<!-- End add - Global announcement MOD -->
			</tr>
		</table></td>
		<td align="right">{S_AUTH_LIST}</td>
	</tr>
</table>
不知道為何總是會表格底色不對...
圖檔
主題已鎖定

回到「外掛問題討論」