1 頁 (共 1 頁)

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

發表於 : 2004-02-23 10:09
Oudie
我找個地方加上去後是如下顯示,請問有沒有辦法把那個版面選單移到右方,訂閱主題的上方,然後把四個管理圖示和快速回覆往上移?
點我看圖

發表於 : 2004-02-23 10:11
Martinet
修改 viewtopic_body.tpl

發表於 : 2004-02-23 10:54
Oudie
Martinet 寫:修改 viewtopic_body.tpl
這個嘛............我知道是修改viewtopic_body.tpl,但是我想問的是如何修改,才能達到我想要的結果,因為quick reply的 viewtopic_body.tpl和subice的不一樣,一般文字編輯器無法達到所見即所得的效果,所以對我來說如何修改是蠻困難的事情 :-(

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

你要改的...通通在這兩段附近

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

發表於 : 2004-02-23 15:48
sakamoto
我記得當初我是在前面加上align="right"他就跑到右邊去了...但要改到下一行喔..不然我撞在一起.........
後來我發現還是左邊比較好看.在加上plus裡面的快速回覆整合的很棒..所以我就放棄使用這一種的了........
http://www.phpbb.com/phpBB/viewtopic.php?t=76352

發表於 : 2004-02-23 16:26
GeniusKiKi
不懂 html 的人不適合更換風格...

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

建議先學一些基礎的 html 用法...
學會用文字編輯器編輯網頁...
那才是 "真正" 學會編輯網頁...

發表於 : 2004-02-24 10:59
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>

發表於 : 2004-02-24 19:30
jason
GeniusKiKi 寫:不懂 html 的人不適合更換風格...

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

建議先學一些基礎的 html 用法...
學會用文字編輯器編輯網頁...
那才是 "真正" 學會編輯網頁...
以上跟以下這段話雖是有點不是那麼厚道....但我還頗認同
真的要改風格..或是裝mod之類的...
真的是要一點用文字編輯器作網頁或寫程式的基礎...
不然...說句實在話...改的人很累....要問問題也累...回答的人也累

發表於 : 2004-02-24 22:12
Oudie
(汗)終於知道筆戰怎麼來的XD

發表於 : 2004-02-24 23:31
GeniusKiKi
Oudie 寫:(汗)終於知道筆戰怎麼來的XD
是從一堆亂回覆的文章中開始的...

就如同您這篇...
另外我上面的回覆應該不算筆戰...

[討論]

發表於 : 2004-02-24 23:34
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>

Re: [討論]

發表於 : 2004-02-24 23:57
Oudie
jason 寫:試試這樣看看... :mrgreen:
我沒有此風格...無法馬上試\r
若有不正確...再修正
多謝幫忙,回報結果如下,只剩紅色部分需要往上移,這個風格改好後,剩下的FIAPPLEPINK和SUBGREEN也可以一並解決了 :mrgreen:
結果

發表於 : 2004-02-25 00:08
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> 

發表於 : 2004-02-25 00:15
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 />
拿掉

這樣就能壓縮空間了