[問題]請問要如何修改在subice上快速回覆顯示的位置

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

版主: 版主管理群

主題已鎖定
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

[問題]請問要如何修改在subice上快速回覆顯示的位置

文章 Oudie »

我找個地方加上去後是如下顯示,請問有沒有辦法把那個版面選單移到右方,訂閱主題的上方,然後把四個管理圖示和快速回覆往上移?
點我看圖
最後由 Oudie 於 2004-02-24 22:11 編輯,總共編輯了 2 次。
圖檔
Martinet
竹貓忠實會員
竹貓忠實會員
文章: 850
註冊時間: 2003-06-09 21:58
聯繫:

文章 Martinet »

修改 viewtopic_body.tpl
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

文章 Oudie »

Martinet 寫:修改 viewtopic_body.tpl
這個嘛............我知道是修改viewtopic_body.tpl,但是我想問的是如何修改,才能達到我想要的結果,因為quick reply的 viewtopic_body.tpl和subice的不一樣,一般文字編輯器無法達到所見即所得的效果,所以對我來說如何修改是蠻困難的事情 :-(
圖檔
jason
星球普通子民
星球普通子民
文章: 13
註冊時間: 2002-05-17 01:26
來自: 台南
聯繫:

文章 jason »

像這種東西當然是要自己試試囉....
你要換位置的那些東西全部都在 viewtopic_body.tpl 的最後面\r
雖然每個style都不見得一樣...但是都大同小異\r
至少會有這一段 <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
跟這一段 <span class="gensmall">{S_AUTH_LIST}</span>

你要改的...通通在這兩段附近
圖檔http://www.sdcs.com.tw
圖檔http://photo.sdcs.com.tw
圖檔http://satsuki.sdcs.com.tw/board/
圖檔http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

文章 Oudie »

XXXXXXXXXXXXXXXXD
我目前不是不知道該改哪個檔案,該改哪裡,我知道要改viewtopic_body.tpl倒數數行,但是我不知道該怎麼改。原因是quick reply是以subsliver為範本來說明的,偏偏subsliver和subice的後面幾行又有不小的差距,由於我時間有限不可能一個一個的去試,而且是否有些多餘無用的tag需要刪除避免造成日後維護的困難,與其自己一個一個去試,不如請教修改成功或是熟悉html的前輩來的有效:)
圖檔
sakamoto
版面管理員
版面管理員
文章: 350
註冊時間: 2003-02-13 17:36
來自: scratch
聯繫:

文章 sakamoto »

我記得當初我是在前面加上align="right"他就跑到右邊去了...但要改到下一行喔..不然我撞在一起.........
後來我發現還是左邊比較好看.在加上plus裡面的快速回覆整合的很棒..所以我就放棄使用這一種的了........
http://www.phpbb.com/phpBB/viewtopic.php?t=76352
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

文章 GeniusKiKi »

不懂 html 的人不適合更換風格...

http://dob.tnc.edu.tw/

建議先學一些基礎的 html 用法...
學會用文字編輯器編輯網頁...
那才是 "真正" 學會編輯網頁...
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

文章 Oudie »

忘了附上CODDE

代碼: 選擇全部

<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
<td nowrap="nowrap" class="nav">{PAGINATION}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><br />
<br />
{JUMPBOX}<br />
<br />
{S_TOPIC_ADMIN}</td>
<td class="gensmall" align="right" valign="top"><strong>{S_WATCH_TOPIC}</strong><br />
<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><br />
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><br />
{S_AUTH_LIST}</td>
<!-- BEGIN quick_reply --> 
     </tr> 
</table> 

<table width='100%' cellspacing='2' border='0' align='center'> 
  <tr> 
   <td valign='top' align='left'> 
     <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'> 
     <!-- END quick_reply --> 
      <!-- BEGIN switch_username_field --> 
      <span class='gensmall'><b>{L_USERNAME}</b></span><br /> 
      <span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br /> 
      <!-- END switch_username_field --> 
      <!-- BEGIN quick_reply --> 
      <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br /> 
      {quick_reply.U_HIDDEN_FORM_FIELDS} 
      <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" /> 
      </form> 
</td> 
   <!-- END quick_reply -->
</tr>
</table>
最後由 Oudie 於 2004-02-24 22:08 編輯,總共編輯了 1 次。
圖檔
jason
星球普通子民
星球普通子民
文章: 13
註冊時間: 2002-05-17 01:26
來自: 台南
聯繫:

文章 jason »

GeniusKiKi 寫:不懂 html 的人不適合更換風格...

http://dob.tnc.edu.tw/

建議先學一些基礎的 html 用法...
學會用文字編輯器編輯網頁...
那才是 "真正" 學會編輯網頁...
以上跟以下這段話雖是有點不是那麼厚道....但我還頗認同
真的要改風格..或是裝mod之類的...
真的是要一點用文字編輯器作網頁或寫程式的基礎...
不然...說句實在話...改的人很累....要問問題也累...回答的人也累
圖檔http://www.sdcs.com.tw
圖檔http://photo.sdcs.com.tw
圖檔http://satsuki.sdcs.com.tw/board/
圖檔http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

文章 Oudie »

(汗)終於知道筆戰怎麼來的XD
圖檔
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

文章 GeniusKiKi »

Oudie 寫:(汗)終於知道筆戰怎麼來的XD
是從一堆亂回覆的文章中開始的...

就如同您這篇...
另外我上面的回覆應該不算筆戰...
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
jason
星球普通子民
星球普通子民
文章: 13
註冊時間: 2002-05-17 01:26
來自: 台南
聯繫:

[討論]

文章 jason »

試試這樣看看... :mrgreen:
我沒有此風格...無法馬上試\r
若有不正確...再修正

代碼: 選擇全部

<table width="100%" cellspacing="2" cellpadding="2" border="0"> 
<tr> 
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" title="{L_POST_REPLY_TOPIC}" /></a></td> 
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> ? <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td> 
<td nowrap="nowrap" class="nav">{PAGINATION}</td> 
</tr> 
</table> 
<table width="100%" border="0" cellspacing="0" cellpadding="2"> 
	<tr> 
	<td><br /> \r
	{S_TOPIC_ADMIN}</td>
	<td class="gensmall" align="right" valign="top">{JUMPBOX}<br /> <strong>{S_WATCH_TOPIC}</strong><br /> 
	<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><br /> 
	<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><br /> 
	{S_AUTH_LIST}</td> 
	<!-- BEGIN quick_reply --> 
	</tr> 
</table> 
<table width='100%' cellspacing='2' border='0' align='center'> 
  <tr> 
   <td valign='top' align='left'> 
     <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'> 
     <!-- END quick_reply --> 
      <!-- BEGIN switch_username_field --> 
      <span class='gensmall'><b>{L_USERNAME}</b></span><br /> 
      <span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br /> 
      <!-- END switch_username_field --> 
      <!-- BEGIN quick_reply --> 
      <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br /> 
      {quick_reply.U_HIDDEN_FORM_FIELDS} 
      <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" /> 
      </form> 
</td> 
   <!-- END quick_reply --> 
</tr> 
</table>
圖檔http://www.sdcs.com.tw
圖檔http://photo.sdcs.com.tw
圖檔http://satsuki.sdcs.com.tw/board/
圖檔http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
Oudie
星球普通子民
星球普通子民
文章: 28
註冊時間: 2002-07-02 23:58

Re: [討論]

文章 Oudie »

jason 寫:試試這樣看看... :mrgreen:
我沒有此風格...無法馬上試\r
若有不正確...再修正
多謝幫忙,回報結果如下,只剩紅色部分需要往上移,這個風格改好後,剩下的FIAPPLEPINK和SUBGREEN也可以一並解決了 :mrgreen:
結果
圖檔
jason
星球普通子民
星球普通子民
文章: 13
註冊時間: 2002-05-17 01:26
來自: 台南
聯繫:

文章 jason »

這要把下面那兩個<table.....>.........</table>改成巢狀的囉
再試試吧...實在沒辦法...沒這style...只能你自己試\r

代碼: 選擇全部

<table width="100%" cellspacing="2" cellpadding="2" border="0"> 
<tr> 
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" title="{L_POST_REPLY_TOPIC}" /></a></td> 
<td width="100%" class="nav"><a href="{U_INDEX}">{L_INDEX}</a> ? <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td> 
<td nowrap="nowrap" class="nav">{PAGINATION}</td> 
</tr> 
</table> 


<table width="100%" border="0" cellspacing="0" cellpadding="2"> 
	<tr> 
	<td><br /> 
	{S_TOPIC_ADMIN}
\n	
	<table width='100%' cellspacing='2' border='0' align='center'> 
	  <tr> 
	   <td valign='top' align='left'> 
		 <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'> 
		 <!-- END quick_reply --> 
		  <!-- BEGIN switch_username_field --> 
		  <span class='gensmall'><b>{L_USERNAME}</b></span><br /> 
		  <span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br /> 
		  <!-- END switch_username_field --> 
		  <!-- BEGIN quick_reply --> 
		  <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br /> 
		  {quick_reply.U_HIDDEN_FORM_FIELDS} 
		  <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" /> 
		  </form> 
	</td> 
	   <!-- END quick_reply --> 
	</tr> 
	</table>	

	</td>
	<td class="gensmall" align="right" valign="top">{JUMPBOX}<br /> <strong>{S_WATCH_TOPIC}</strong><br /> 
	<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><br /> 
	<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><br /> 
	{S_AUTH_LIST}</td> 
	<!-- BEGIN quick_reply --> 
	</tr> 
</table> 
圖檔http://www.sdcs.com.tw
圖檔http://photo.sdcs.com.tw
圖檔http://satsuki.sdcs.com.tw/board/
圖檔http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
jason
星球普通子民
星球普通子民
文章: 13
註冊時間: 2002-05-17 01:26
來自: 台南
聯繫:

文章 jason »

建議你再做個小修改,可以將四能功能連結與快速回覆之間再縮小空間
找剛剛最後修改過的

代碼: 選擇全部

	<table width='100%' cellspacing='2' border='0' align='center'> 
	  <tr> 
	   <td valign='top' align='left'> 
		 <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'> 
		 <!-- END quick_reply --> 
		  <!-- BEGIN switch_username_field --> 
		  <span class='gensmall'><b>{L_USERNAME}</b></span><br /> 
		  <span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br /> 
		  <!-- END switch_username_field --> 
		  <!-- BEGIN quick_reply --> 
		  <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br /> 
		  {quick_reply.U_HIDDEN_FORM_FIELDS} 
		  <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" /> 
		  </form> 
	</td> 
	   <!-- END quick_reply --> 
	</tr> 
	</table>	
換成

代碼: 選擇全部

	<table width='100%' cellspacing='2' border='0' align='center'> 
	  <tr>  <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'> 
	   <td valign='top' align='left'> 		
		 <!-- END quick_reply --> 
		  <!-- BEGIN switch_username_field --> 
		  <span class='gensmall'><b>{L_USERNAME}</b></span><br /> 
		  <span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br /> 
		  <!-- END switch_username_field --> 
		  <!-- BEGIN quick_reply --> 
		  <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br /> 
		  {quick_reply.U_HIDDEN_FORM_FIELDS} 
		  <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" /> 		  
	</td> </form> 
	   <!-- END quick_reply --> 
	</tr> 
	</table>	
再找\r
{S_TOPIC_ADMIN}

上面的
<br />
拿掉

這樣就能壓縮空間了
圖檔http://www.sdcs.com.tw
圖檔http://photo.sdcs.com.tw
圖檔http://satsuki.sdcs.com.tw/board/
圖檔http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
主題已鎖定

回到「外掛問題討論」