AL8 Forum » Discuz 5.0 及 5.5 插件發佈 » pw首頁~論壇標題、介紹,最後發表、版主列表、帖子數 美化


2007-5-6 15:21 2506
pw首頁~論壇標題、介紹,最後發表、版主列表、帖子數 美化

難度: [color=magenta]易[/color]

修改: 兩個文件

適合:5.5版本使用

增加: 一些圖片

版權:[color=blue]晴春 [DZ:52327755]   [/color]   原作者:[url=http://www.discuz.net/space-uid-437480.html][color=#154ba0]我上網來摘星星[/color][/url]

演示:[url=http://www.cx-host.com/milksugar/bbs/]http://www.cx-host.com/milksugar/bbs/[/url]

原貼:[url=http://www.discuz.net/thread-576247-1-1.html]http://www.discuz.net/thread-576247-1-1.html[/url]

修改開始

一、修改include/forum.func.php,搜尋:
[code]$lastpost['dateline'] = gmdate("$dateformat $timeformat", $lastpost['dateline'] + $timeoffset * 3600);[/code]

下面加:
[code]
$lastpost['subjectsc'] = cutstr($lastpost['subject'], 23);
[/code]

上面的[color=red]23[/color]是   要在首頁顯示主題的字數 ,自己調整一下

二、修改templates/default/discuz.htm       [[color=red]我現在用5.5預設discuz.htm文件修改,如有過改動,請自己搜尋[/color]]
[color=#ff0000]      [/color]搜尋:
[code]<!--{loop $catlist $key $cat}-->
<!--{if $cat['forumscount']}-->
  <div class="spaceborder spacebottom" style="width: {TABLEWIDTH}; clear: both; margin-top: 5px;"><table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
  <tr><td colspan="<!--{if $cat['forumcolumns']}-->$cat[forumcolumns]<!--{else}-->7<!--{/if}-->" class="header" style="padding-left:20px">
  <div class="subtable" style="padding: 0px"><div class="right">
  <!--{if $cat['moderators']}--><font color="{HEADERTEXT}">{lang forum_category_modedby}: $cat[moderators]</font> <!--{/if}-->
  <a href="###" onclick="toggle_collapse('category_$cat[fid]');"><img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" border="0" alt="" /></a>
  </div><a href="$indexname?gid=$cat[fid]">$cat[name]</a></div>
  </td></tr>
  <!--{if !$cat['forumcolumns']}-->
   <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]">
   <tr class="category" align="center">
   <td width="5%"> </td>
   <td width="56%" align="left">{lang forum_name}</td>
   <td width="5%">{lang forum_threads}</td>
   <td width="5%">{lang forum_posts}</td>
   <td width="13%">{lang forum_lastpost}</td>
   <td width="16%">{lang forum_moderators}</td>
   </tr>
   <!--{loop $cat[forums] $forumid}-->
    <!--{eval $forum=$forumlist[$forumid];}-->
    <tr class="row" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">
    <td align="center">$forum[folder]</td>
    <td align="left" class="subject">
    $forum[icon]<a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a>
    <!--{if $forum[todayposts]}--><span class="todayposts">($forum[todayposts])</span><!--{/if}-->
    <br><span class="smalltxt">$forum[description]<!--{if $forum['subforums']}--><br><span class="bold">{lang forum_subforums}:</span> $forum['subforums']<!--{/if}--></span></td>
    <td align="center">$forum[threads]</td>
    <td align="center">$forum[posts]</td>
    <!--{if $forum['permission'] == 1}-->
     <td align="center"><span class="smalltxt">{lang private_forum}</span></td>
    <!--{else}-->
     <!--{if is_array($forum['lastpost'])}-->
      <td align="center" title="{lang forum_lastpost_in}: {$forum[lastpost][subject]}" nowrap>
      <span class="smalltxt"><a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][dateline]</a></span><br>{lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
      </td>
     <!--{else}-->
      <td align="center"><span class="smalltxt">{lang never}</span></td>
     <!--{/if}-->
    <!--{/if}-->
    <td align="center" style="word-break: keep-all">$forum[moderators]</td></tr>
   <!--{/loop}-->
  <!--{else}-->
   <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]"><tr class="altbg2">
   <!--{loop $cat['forums'] $forumid}-->
    <!--{eval $forum=$forumlist[$forumid];}-->
    <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
     </tr>
     <!--{if $forum['orderid'] < $cat['forumscount']}-->
      <tr class="altbg2">
     <!--{/if}-->
    <!--{/if}-->
    <td width="$cat[forumcolwidth]" valign="top" class="altbg2" onMouseOver="this.style.backgroundColor='{ALTBG1}'" onMouseOut="this.style.backgroundColor='{ALTBG2}'">
    <table cellspacing="0" cellpadding="0" width="100%">
    <tr><td rowspan="3" align="center" width="15%">$forum[folder]</td><td colspan="3" class="bold subject"><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></td></tr>
    <tr class="smalltxt"><td colspan="3">{lang forum_lastpost}:
    <!--{if is_array($forum['lastpost'])}-->
     <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][dateline]</a>
     {lang forum_lastpost_by} <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
    <!--{else}-->
     {lang never}
    <!--{/if}-->
    </td></tr><tr class="smalltxt"><td>{lang forum_threads}: $forum[threads]</td><td>{lang forum_posts}: $forum[posts]</td><td>{lang forum_todayposts}: $forum[todayposts]</td></tr></table>
    </td>
   <!--{/loop}-->
   $cat['endrows']
  <!--{/if}-->
  </tbody></table></div>[/code]

修改為:
[code]<!--{loop $catlist $key $cat}-->
        <!--{if $cat['forumscount']}-->
                <div>
                  <div class="spaceborder spacebottom" style="width: {TABLEWIDTH}; clear: both; margin-top: 5px;">
                    <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
              <tr>
                <td colspan="7" class="header" style="padding-left:20px"><div class="subtable" style="padding: 0px">
                  <div class="right">
                      <!--{if $cat['moderators']}-->
                    <font color="{HEADERTEXT}">{lang forum_category_modedby}: $cat[moderators]</font>
                      <!--{/if}-->
                      <a href="#" onClick="toggle_collapse('category_$cat[fid]');"><img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" border="0" alt="" /></a>  </div>
                  <a href="$indexname?gid=$cat[fid]">$cat[name]</a></div></td>
              </tr>
              <!--{if !$cat['forumcolumns']}-->
              <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]">
                <tr class="category" align="center">
                  <td width="5%"> </td>
                  <td width="56%" align="left">{lang forum_name}</td>
                  <td width="35%" colspan="3">{lang forum_lastpost}</td>
                </tr>
                <!--{loop $cat[forums] $forumid}-->
                <!--{eval $forum=$forumlist[$forumid];}-->
                <tr class="row" onMouseOver="this.className='row1'" onMouseOut="this.className='row'">
                  <td align="center">$forum[folder]</td>
                  <td align="left" class="subject"> $forum[icon]<a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a> <br>
                      <img src="{IMGDIR}/forumlin.gif" height=5><br>
                    <span class="smalltxt">$forum[description]
                      <!--{if $forum['subforums']}-->
                      <br>
                      <span class="bold">{lang forum_subforums}:</span> $forum['subforums']
                      <!--{/if}-->
                    </span></td>
                  
                  <!--{if $forum['permission'] == 1}-->
                  <td width="4"><img src="{IMGDIR}/last.gif"></td><td align="center"><span class="smalltxt">{lang private_forum}</span></td>
                  <!--{else}-->
                  <!--{if is_array($forum['lastpost'])}-->
                                  <td width="12" align="right">
<a href="post.php?action=newthread&fid=$forum[fid]&extra=page%3D1"><img src="{IMGDIR}/topicnew.gif" border="0" alt="在本版發表新帖"></a><br>
<a href="post.php?action=newthread&fid=$forum[fid]&extra=page%3D1&poll=yes"><img src="{IMGDIR}/vote.gif" border="0" alt="在本版發起投票"></a><br>
<a href="forumdisplay.php?fid=$forum[fid]&filter=digest"><img src="{IMGDIR}/tsale.gif" border="0" alt="查看本版的精華帖"></a>
</td>
                  <td width="4"><img src="{IMGDIR}/last.gif"></td>
                                  <td align="left" title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" nowrap>
                                  <img src="{IMGDIR}/ttopic.jpg"> = <span class="smalltxt"><a title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][subjectsc]</a></span>
<br><img src="{IMGDIR}/forumlin2.gif" height=5><br>
<img src="{IMGDIR}/wirter.jpg"> =<!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><font color="#88B500">($forum[lastpost][dateline])</font></a>
<br>
<img src="{IMGDIR}/forumlin2.gif" height=5><br>
                  </td>
                  <!--{else}-->
                  <td align="center"><span class="smalltxt">{lang never}</span></td>
                  <!--{/if}-->
                  <!--{/if}-->
                </tr>
                <tr class="row">
                  <td height="28" bgcolor="#FFFFFF"></td>
                  <td height="28" bgcolor="#FFFFFF"><img src="{IMGDIR}/moderator.gif"> $forum[moderators]</td>
                  <td bgcolor="#FFFFFF" height="28" colspan="3"><img src="{IMGDIR}/i_topic.gif"  alt="主題總數"> <font color="#9933CC">$forum[threads]</font> <img src="{IMGDIR}/i_post.gif" alt="帖子總數"> <font color="#0099FF">$forum[posts]</font> <img src="{IMGDIR}/i_today.gif" alt="今日帖數"> <font color="#FF3399">$forum[todayposts]</font></td>
                </tr>
                <!--{/loop}-->
                <!--{else}-->
                        <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]"><tr class="altbg2">
                        <!--{loop $cat['forums'] $forumid}-->
                                <!--{eval $forum=$forumlist[$forumid];}-->
                                <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
                                        </tr>
                                        <!--{if $forum['orderid'] < $cat['forumscount']}-->
                                                <tr class="altbg2">
                                        <!--{/if}-->
                                <!--{/if}-->
                                <td width="$cat[forumcolwidth]" class="altbg2" onMouseOver="this.className='altbg1'" onMouseOut="this.className='altbg2'">
                                <a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a><br>
                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_topic.gif"  alt="主題總數" /> <span class="STYLE1">$forum[threads]</span></span></div>
                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_post.gif" alt="帖子總數" />: <span class="STYLE2">$forum[posts]</span></span></div>                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_today.gif" alt="今日帖數" /> <span class="STYLE3">$forum[todayposts]</span></span></div> </td>
                        <!--{/loop}-->
                        $cat['endrows']
                <!--{/if}-->
                </tbody></table></div><br></div>
        <!--{/if}-->
<!--{/loop}-->
<div>[/code]

找到就刪除:
[code]
<!--{if !empty($advlist['intercat']) && $key < max(array_keys($catlist))}--><div style="clear: both; margin-top: 5px;"><!--{echo $advlist['intercat'][array_rand($advlist['intercat'])]}--></div><!--{else}--><br><!--{/if}-->
<!--{/if}-->
<!--{/loop}-->
[/code]

最後再上傳圖片檔案到,風格的目錄下

∼完成∼

[[i] 本帖最後由 2506 於 2007-5-6 15:25 編輯 [/i]]

2007-5-6 15:23 rextsang
:em141: -.-仿pw美化

2007-5-6 15:24 2506
恩~~~~~~~~

2007-5-6 15:26 kulu
回覆 #3 2506 的帖子

動作真快 = =

找到馬上搶頭香= =

2007-5-6 15:58 人仔
我來也
但唔安

2007-5-6 16:13 無盡ソ命運
支持樓主,一陣去安裝先xDDDD
但係樓主D圖片改得唔係太好
都係用作者果個

[[i] 本帖最後由 無盡ソ命運 於 2007-5-6 16:19 編輯 [/i]]

2007-5-6 16:48 nickyjelly
好似好哂位咁既 .. -口-""

2007-5-6 18:22 小智仔
純支持唔安

因為有會員拉唔到落下面:em35:

2007-5-6 20:33 過兒
[quote]原帖由 [i]小智仔[/i] 於 2007-5-6 18:22 發表 [url=http://www.alan888.com/Discuz/redirect.php?goto=findpost&pid=929027&ptid=111033][img=13,13]http://www.alan888.com/Discuz/images/common/back.gif[/img][/url]
純支持唔安
因為有會員拉唔到落下面:em35: [/quote]
咩意思呢

2007-5-6 20:35 過兒
[quote]原帖由 [i]小智仔[/i] 於 2007-5-6 18:22 發表 [url=http://www.alan888.com/Discuz/redirect.php?goto=findpost&pid=929027&ptid=111033][img=13,13]http://www.alan888.com/Discuz/images/common/back.gif[/img][/url]
純支持唔安
因為有會員拉唔到落下面:em35: [/quote]
咩意思呢

2007-5-6 20:44 漩渦鳴人
多謝大大的分享

2007-5-6 22:52 ken911hk
:cool: 好似幾哂位下

2007-5-6 23:10 芝麻貓
支持 = =+

2007-5-7 18:06 六翅天使
好~頂一個~~

2007-5-7 18:11 【無形風】
MAXSPEED 5.2 點改—。—

2007-5-7 18:51 瑋少
作者果個link係咩

2007-5-7 19:03 louisman01
支持.....:em21:

2007-5-7 19:20 s00316987
:em32:

2007-5-7 19:27 aespo1994
支持:em21:

2007-5-7 19:31 kulu
回覆 #15 【無形風】 的帖子

MAX5.2 可以改的

請參看如何更改解說:
[url]http://bbs.maxspeeds.com/thread-1105-1-1.html[/url]

2007-5-7 21:05 ken911hk
唔錯:em30:

2007-5-11 17:52 無盡ソ命運
解決左IE問題
[quote]<!--{loop $catlist $key $cat}-->
        <!--{if $cat['forumscount']}-->
                  <div class="spaceborder spacebottom" style="width: {TABLEWIDTH}; clear: both; margin-top: 5px;">
                    <table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center">
              <tr>
                <td colspan="7" class="header" style="padding-left:20px"><div class="subtable" style="padding: 0px">
                  <div class="right">
                      <!--{if $cat['moderators']}-->
                    <font color="{HEADERTEXT}">{lang forum_category_modedby}: $cat[moderators]</font>
                      <!--{/if}-->
                      <a href="#" onClick="toggle_collapse('category_$cat[fid]');"><img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" border="0" alt="" /></a>  </div>
                  <a href="$indexname?gid=$cat[fid]">$cat[name]</a></div></td>
              </tr>
              <!--{if !$cat['forumcolumns']}-->
              <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]">
                <tr class="category" align="center">
                  <td width="5%"> </td>
                  <td width="56%" align="left">{lang forum_name}</td>
                  <td width="35%" colspan="3">{lang forum_lastpost}</td>
                </tr>
                <!--{loop $cat[forums] $forumid}-->
                <!--{eval $forum=$forumlist[$forumid];}-->
                <tr class="row" onMouseOver="this.className='row1'" onMouseOut="this.className='row'">
                  <td align="center">$forum[folder]</td>
                  <td align="left" class="subject"> $forum[icon]<a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a> <br>
                      <img src="{IMGDIR}/forumlin.gif" height=5><br>
                    <span class="smalltxt">$forum[description]
                      <!--{if $forum['subforums']}-->
                      <br>
                      <span class="bold">{lang forum_subforums}:</span> $forum['subforums']
                      <!--{/if}-->
                    </span></td>
                  
                  <!--{if $forum['permission'] == 1}-->
                  <td width="4"><img src="{IMGDIR}/last.gif"></td><td align="center"><span class="smalltxt">{lang private_forum}</span></td>
                  <!--{else}-->
                  <!--{if is_array($forum['lastpost'])}-->
                                  <td width="12" align="right">
<a href="post.php?action=newthread&fid=$forum[fid]&extra=page%3D1"><img src="{IMGDIR}/topicnew.gif" border="0" alt="在本版發表新帖"></a><br>
<a href="post.php?action=newthread&fid=$forum[fid]&extra=page%3D1&poll=yes"><img src="{IMGDIR}/vote.gif" border="0" alt="在本版發起投票"></a><br>
<a href="forumdisplay.php?fid=$forum[fid]&filter=digest"><img src="{IMGDIR}/tsale.gif" border="0" alt="查看本版的精華帖"></a>
</td>
                  <td width="4"><img src="{IMGDIR}/last.gif"></td>
                                  <td align="left" title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" nowrap>
                                  <img src="{IMGDIR}/ttopic.jpg"> = <span class="smalltxt"><a title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][subjectsc]</a></span>
<br><img src="{IMGDIR}/forumlin2.gif" height=5><br>
<img src="{IMGDIR}/wirter.jpg"> =<!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><font color="#88B500">($forum[lastpost][dateline])</font></a>
<br>
<img src="{IMGDIR}/forumlin2.gif" height=5><br>
                  </td>
                  <!--{else}-->
                  <td align="center"><span class="smalltxt">{lang never}</span></td>
                  <!--{/if}-->
                  <!--{/if}-->
                </tr>
                <tr class="row">
                  <td height="28" bgcolor="#FFFFFF"></td>
                  <td height="28" bgcolor="#FFFFFF"><img src="{IMGDIR}/moderator.gif"> $forum[moderators]</td>
                  <td bgcolor="#FFFFFF" height="28" colspan="3"><img src="{IMGDIR}/i_topic.gif"  alt="主題總數"> <font color="#9933CC">$forum[threads]</font> <img src="{IMGDIR}/i_post.gif" alt="帖子總數"> <font color="#0099FF">$forum[posts]</font> <img src="{IMGDIR}/i_today.gif" alt="今日帖數"> <font color="#FF3399">$forum[todayposts]</font></td>
                </tr>
                <!--{/loop}-->
                <!--{else}-->
                        <tbody id="category_$cat[fid]" style="$collapse['category_'.$cat[fid]]"><tr class="altbg2">
                        <!--{loop $cat['forums'] $forumid}-->
                                <!--{eval $forum=$forumlist[$forumid];}-->
                                <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
                                        </tr>
                                        <!--{if $forum['orderid'] < $cat['forumscount']}-->
                                                <tr class="altbg2">
                                        <!--{/if}-->
                                <!--{/if}-->
                                <td width="$cat[forumcolwidth]" class="altbg2" onMouseOver="this.className='altbg1'" onMouseOut="this.className='altbg2'">
                                <a href="forumdisplay.php?fid=$forum[fid]"><span class="bold">$forum[name]</span></a><br>
                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_topic.gif"  alt="主題總數" /> <span class="STYLE1">$forum[threads]</span></span></div>
                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_post.gif" alt="帖子總數" />: <span class="STYLE2">$forum[posts]</span></span></div>                                <div style="float:left;width: 33%; padding-top: 6px;"><span class="smalltxt"><img src="{IMGDIR}/i_today.gif" alt="今日帖數" /> <span class="STYLE3">$forum[todayposts]</span></span></div> </td>
                        <!--{/loop}-->
                        $cat['endrows']
                <!--{/if}-->
                </tbody></table></div><br></div>
        <!--{/if}-->
<!--{/loop}-->
<div>[/quote]

2007-5-11 17:54 瑋少
原貼[url]http://www.discuz.net/thread-576247-1-1.html[/url]
原貼修改演示:[url]http://www.superairhk.com/index.php[/url]

2007-5-12 12:07 waiwai0308
棒!!支持拉!!不錯

2007-5-13 12:17 jediskdy
thank  you

[[i] 本帖最後由 jediskdy 於 2007-5-13 12:23 編輯 [/i]]

2007-5-13 13:25 krgordonho
又係轉貼 discuz.net

2007-5-14 14:25 2506
[quote]原帖由 [i]krgordonho[/i] 於 2007-5-13 13:25 發表 [url=http://www.alan888.com/Discuz/redirect.php?goto=findpost&pid=933830&ptid=111033][img=13,13]http://www.alan888.com/Discuz/images/common/back.gif[/img][/url]
又係轉貼 discuz.net [/quote]

請問怎麼了?  :em36:

2007-6-1 19:40 wai2005
支持樓主:em32:

2007-6-9 17:07 pkdiu487
支持..........thz

2007-6-9 18:04 a5591804
這樣版主會不見耶    要怎樣用出來

2007-6-9 18:14 KeNNyMK
純支持 :titter:

2007-6-10 11:14 toprtien
請問一下
這樣的美化可以套用在子論壇嗎?
如果可以可以分享一下修改的方式?
感謝....

2007-6-10 18:59 sps99133
幾好咁wor,
但純支持~~

2007-6-12 12:53 hyc1976
裝上來..還真不錯看耶..謝謝了.

2007-6-12 17:59 翼〞
標題顯示唔到出黎



[code]<a title="發布時間:$forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][subjectsc]</a>[/code]

更改成
[code]<a title="發布時間: $forum[lastpost][dateline]{LF}完整標題: $forum[lastpost][subject]" href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">$forum[lastpost][subject]</a>[/code]

2007-6-12 19:11 martinluk
唔整...

唔係太夾我風格..

2007-6-12 22:01 cwHP
wirter.jpg 串錯字:titter:

我才不知甚麼叫「wirter」!

2007-6-12 23:08 Steven_CX
感謝提供~"~

小弟我已經馬上完工了-.-

2007-6-15 11:25 wai312
正........thxxxxxxxxxxx

2007-6-17 18:13 FDLWW
wirter <-- 好似串錯字...

頁: [1] 2


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.