[問題] 標題列變色MOD的問題

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

版主: 版主管理群

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

[問題] 標題列變色MOD的問題

文章 黑風凱特 »

我使用XD_ORZ風格時,編輯Hypercells MOD(標題列變色)的MOD時,
找不到相對應的CODE....我自已手動修改,結果搞的版面破東破西...
請看得懂程式碼的教教我如何改...謝謝>"<~


這是安裝步驟\r

代碼: 選擇全部

index_body.tpl 

# 
#--- [ 找到 ] --- 
# 

<td class="row1" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>

# 
#--- [ 取代 ] --- 
# 

      <td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='顏色'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='顏色';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">

這是xd_orz的那段

代碼: 選擇全部

<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" width="100%" height="50"><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>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}/{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>
圖檔
赤兔
星球公民
星球公民
文章: 140
註冊時間: 2005-02-08 14:19

文章 赤兔 »

關鍵是\r
onMouseOver="this.style.backgroundColor='顏色'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='顏色';"
要包在 <td> 裡\r
this.style.cursor='hand' 可有可無\r
再試試看吧 ^^
主題已鎖定

回到「外掛問題討論」