[問題]top5 的長度被裁切了 ??

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

版主: 版主管理群

主題已鎖定
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

[問題]top5 的長度被裁切了 ??

文章 hellsean »

系統:WinXp pro+sp1
快速架站程式:Appserv 1.9.0
上網方式:Hinet ADSL
安裝的程式:Apache+php+MySQL
PHP版本:2.0.6

已安裝的mod
快速回覆 1.3.1

我搜尋過文章後發現好像沒人有跟我一樣的問題
請問
我安裝Top5 2.1.0 (加速改良版)後
在首頁的的TOP5主題
發生只能顯示到發表人的欄位
之後的欄位不見了
若是主題的標題稍長一點
連發表人也會被切掉
請問這該怎麼解決?
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

我把我所修改的 index_body.tpl語法貼出來
請大家幫我看看
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
<td align="right" valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>
<!-- BEGIN forumrow -->
<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}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{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>
<!-- END forumrow -->
<!-- END catrow -->
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />

<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250>
</table>
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

TOP5不是自己有.tpl =.=
框架的設定都在tpl裡
照你這樣的說法..... 就把TOP5表格的寬度改一下
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

是指adv_top5_body.tpl這個檔嗎
我看了一下可是不知道該修正那一個好\r
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
\n<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
<!--
-->
</style>
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" style="{background-color: #FFFFFF;}">
<tr><td height="18" valign="top"><span class="nav">{nav_links}</span></td></tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
<th align="center" class="thCornerL" width="20%"> {L_FORUM} </th>
<th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
<th align="center" class="thTop" nowrap>  {L_AUTHOR}  </th>
<th align="center" class="thTop" nowrap> {L_REPLIES} </th>
<th align="center" class="thTop" nowrap> {L_VIEWS} </th>
<th align="center" class="thCornerR" nowrap> {L_LASTPOST} </th>
</tr>
<!-- BEGIN toprow -->
<tr>
<td class="row1" nowrap><span class="forumlink"><a href="{toprow.forum_url}" target="_top" class="forumlink">{toprow.forum_name}</a></span></td>
<td class="row2" nowrap><span class="topictitle"><a href="{toprow.topic_url}" target="_top" class="topictitle">{toprow.topic}</a></span></td>
<td class="row1" align="center" nowrap><span class="name">{toprow.poster_url}</span></td>
<td class="row2" align="center" nowrap><span class="postdetails">{toprow.topic_replies}</span></td>
<td class="row1" align="center" nowrap><span class="postdetails">{toprow.topic_views}</span></td>
<td class="row2" align="center" nowrap><span class="postdetails">{toprow.post_time}<br />{toprow.replier_url} <a href="{toprow.last_post_url}" target="_top"><img src="{icon_url}" border="0" alt="{icon_alt}" /></a></span></td>
</tr>
<!-- END toprow -->
</table>
</td>
</tr>
</table>
</body>
</html>
不過我弄了TOP5後原本系統管理員登入後
在下面的進入系統管理控制台就消失了
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

麻煩不要把整段程式碼貼出來
你可以tpl內的框架都貼到FontPage修改
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

嗚 抱歉
我是用editplus編輯的
可是我不知道要怎麼修改所以才會整段貼出來
對不起
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

麻煩你把貴站的網址po出來
來看看@@
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

知道問題了,等我一下^^"
把index_body.tpl裡的

代碼: 選擇全部

<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250> 
</iframe>
擺到\r

代碼: 選擇全部

<br clear="all" />

<table cellspacing="3" border="0" align="left" cellpadding="0">
中間
就是改成

代碼: 選擇全部

<br clear="all" />
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250> 
</iframe>
<table cellspacing="3" border="0" align="left" cellpadding="0">
試試看吧~
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

多謝這位先進的解答
現在已經順利解決了 ^^
不過在我原本系統管理員登入後
在下方應該出現的進入系統控制台卻不見了 ???
無論如何還是謝謝幫我解答的人 ^^
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

hellsean 寫:多謝這位先進的解答
現在已經順利解決了 ^^
不過在我原本系統管理員登入後
在下方應該出現的進入系統控制台卻不見了 ???
無論如何還是謝謝幫我解答的人 ^^
檢查看看你是不是把overall_footer裡的{ADMIN_LINK}給移除了
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

嗯\r
沒有
它還好好的躺在那\r
在overall_footer的第二行
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

既然是好好的躺在那... 那貴站的PHPBB Power By &竹貓的宣告怎麼都不見了
hellsean
星球公民
星球公民
文章: 33
註冊時間: 2002-11-09 00:06
聯繫:

文章 hellsean »

我也覺得很奇怪\r
是因為裝了top5的緣故嗎?
我只有依照\r
http://phpbb-tw.net/phpbb/viewtopic.php?t=15837
上面的網址安裝了快速回覆 1.3.1
然後再安裝top5
Devil Eric
星球普通子民
星球普通子民
文章: 14
註冊時間: 2002-10-07 21:08
來自: HK
聯繫:

文章 Devil Eric »

主題已鎖定

回到「外掛問題討論」