[問題]請問要如何修改在subice上快速回覆顯示的位置
版主: 版主管理群
[問題]請問要如何修改在subice上快速回覆顯示的位置
我找個地方加上去後是如下顯示,請問有沒有辦法把那個版面選單移到右方,訂閱主題的上方,然後把四個管理圖示和快速回覆往上移?
點我看圖
點我看圖
最後由 Oudie 於 2004-02-24 22:11 編輯,總共編輯了 2 次。
像這種東西當然是要自己試試囉....
你要換位置的那些東西全部都在 viewtopic_body.tpl 的最後面\r
雖然每個style都不見得一樣...但是都大同小異\r
至少會有這一段 <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
跟這一段 <span class="gensmall">{S_AUTH_LIST}</span>
你要改的...通通在這兩段附近
你要換位置的那些東西全部都在 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/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
http://photo.sdcs.com.tw
http://satsuki.sdcs.com.tw/board/
http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
我記得當初我是在前面加上align="right"他就跑到右邊去了...但要改到下一行喔..不然我撞在一起.........
後來我發現還是左邊比較好看.在加上plus裡面的快速回覆整合的很棒..所以我就放棄使用這一種的了........
http://www.phpbb.com/phpBB/viewtopic.php?t=76352
後來我發現還是左邊比較好看.在加上plus裡面的快速回覆整合的很棒..所以我就放棄使用這一種的了........
http://www.phpbb.com/phpBB/viewtopic.php?t=76352
-
- 竹貓忠實會員
- 文章: 1086
- 註冊時間: 2003-10-28 14:50
忘了附上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 次。
以上跟以下這段話雖是有點不是那麼厚道....但我還頗認同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/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
http://photo.sdcs.com.tw
http://satsuki.sdcs.com.tw/board/
http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
-
- 竹貓忠實會員
- 文章: 1086
- 註冊時間: 2003-10-28 14:50
[討論]
試試這樣看看...
我沒有此風格...無法馬上試\r
若有不正確...再修正
我沒有此風格...無法馬上試\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/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
http://photo.sdcs.com.tw
http://satsuki.sdcs.com.tw/board/
http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
這要把下面那兩個<table.....>.........</table>改成巢狀的囉
再試試吧...實在沒辦法...沒這style...只能你自己試\r
再試試吧...實在沒辦法...沒這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/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
http://photo.sdcs.com.tw
http://satsuki.sdcs.com.tw/board/
http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
建議你再做個小修改,可以將四能功能連結與快速回覆之間再縮小空間
找剛剛最後修改過的
換成
再找\r
{S_TOPIC_ADMIN}
上面的
<br />
拿掉
這樣就能壓縮空間了
找剛剛最後修改過的
代碼: 選擇全部
<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>
{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/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。
http://photo.sdcs.com.tw
http://satsuki.sdcs.com.tw/board/
http://jason.sdcs.com.tw/guestbook/
身是菩提樹,心如明鏡台。時時勤拂拭,莫遣有塵埃。
菩提本無樹,明鏡亦非台。本來無一物,何處惹塵埃。