《hack》首頁每版顯示最後主題(希望貴站可以入此功能!)
修改include/forum.php
找
$forum['lastpost'] = "<a href=\"viewpro.php?username=".rawurlencode($forum['lastpost'])."\">".$forum['lastpost']."</a>";
下一行加上
$forum['lastpost'] = cutstr($forum['lastpost'], 16);
(注意上面16為顯示字元,多於16就會出現 ...)
修改模板兩個,方法一樣.
index.htm
forumdisplay_subforum.htm
找
$forum<br>
後面加上
<a href="redirect.php?fid=$forum&goto=lastpost#lastpost">$forum</a><br>
(如果想位置改變可以將$forum<br>上一行right改為left)
完~ 哇~對我來說是挺高深的學問,還是有勞論壇主人Hua來處理囉^^\\ 沒問題,但要等我月底回家才好改........:gr:
頁:
[1]