[問題](已按照發文格式)如何更改我的版面
發表於 : 2004-09-04 13:23
之前沒人回答,大概是發文格式不對
問題主機:朋友的
問題版本:2.0.10
問題Mod:無\r
問題往站:http://rv74.homeip.net/~hunej/phpBB2/
問題:
我想用修改tpl的方式把檔頭這些東西移到左邊,之前在http://www.phpbb-tw.net/phpbb/viewtopic ... 3&start=15這篇文章有教學,但是它只能改index,可是我需要讓全部的頁面都把檔頭置左,於是我改了overall_*.tpl,一改之下果然成功,但是變成置右了:http://rv74.homeip.net/~hunej/phpBB2/
godless老師說可以改成置左,但是他沒說改法,所以請各位老師懇請賜教!教教我
錯誤代碼(overall_footer code)
*Thank in Advance!!!*
問題主機:朋友的
問題版本:2.0.10
問題Mod:無\r
問題往站:http://rv74.homeip.net/~hunej/phpBB2/
問題:
我想用修改tpl的方式把檔頭
代碼: 選擇全部
常見問題 文章搜尋 瘋狂大冒險 會員列表 會員群組
個人資料 私人訊息 登出 [ [ffs]hunej ] godless老師說可以改成置左,但是他沒說改法,所以請各位老師懇請賜教!教教我
錯誤代碼(overall_footer code)
代碼: 選擇全部
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>
<td valign="top" width="23%">
<table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>{L_BOARD_NAVIGATION}</b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
<a href="{U_PORTAL}">{L_HOME}</a><br />
<a href="{U_INDEX}">{L_FORUM}</a><br />
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
<a href="{U_FAQ}">{L_FAQ}</a><br />
<a href="{U_SEARCH}">{L_SEARCH}</a><br />
</span></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>{L_STATISTICS}</b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS}<br />{NEWEST_USER}<br /><br/>{TOTAL_POSTS} {TOTAL_TOPICS}<br /> </span></td>
</tr>
</table>
<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="25"><span class="genmed"><b>Links</b></span></td>
</tr>
<tr>
<td class="row1" align="center"><a href="http://smartor.is-root.com" target="_blank"><img src="images/smartorsite_logo.gif" width="88" height="31" alt="Smartor Site" border="0" vspace="3"></a></td>
</tr>
</table>
</td></tr></table>
</td>
</td>
</tr>
</table>
</body>
</html>