Integrated Toplist 2
phpBB2 で最近更新されたトピックを表示する MOD

タイトルがないので「最近更新されたトピックス」ってつけようと思う
ついでに表示位置も変更する

再度やり直しします

ついでにテーブルの設定でwidth="100%"を続けて使用しているところがありました
普通に表示はできますが厳密にはエラーになります・・・・と、思います
なんで誰も指摘しないのでしょうか?
それだけ使っている方がいないってこと??

Integrated Toplist 1.0.3.txtで間違っている部分(↓の赤字部分)を削除してタイトル部分を付け加える(↓青字部分)
検索する部分をオレンジ色の部分にする

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/index_body.tpl

#
#-----[ FIND ]------------------------------------------
#

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

#
#-----[ AFTER, ADD ]------------------------------------------
#

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%"(←削除する) class="forumline">
<tr><td class="catHead" colspan="6" align="left" width="100%"><span class="cattitle">最近更新されたトピック</span></td></tr>
<tr>
<th align="center" class="thCornerL" width="20%">&nbsp;{L_FORUM}&nbsp;</th>
<th align="center" class="thTop" width="40%">&nbsp;{L_TOPICS}&nbsp;</th>
<th align="center" class="thTop" nowrap>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>
<th align="center" class="thTop" nowrap>&nbsp;{L_REPLIES}&nbsp;</th>
<th align="center" class="thTop" nowrap>&nbsp;{L_VIEWS}&nbsp;</th>
<th align="center" class="thCornerR" nowrap>&nbsp;{L_LASTPOST}&nbsp;</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}&nbsp;<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>
<br />

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

前ページと同じやり方でテンプレートを変更して元の場所に上書きする

Integrated Toplist

↑なんとなく様になったような・・・・・

Lolipop User's Forumロリポップユーザーのためのフォーラムとおなじようにするには次へ

HOME   ←phpBB2 MOD 導入覚書 TOP   ←前のページ    Integrated Toplist 3→