修改模板 postbit Templates中的postbit模板
查找$post[title]
<smallfont><b>No.$countposts</b> $post[icon] <b>$post[title]</b></smallfont>
在
<td bgcolor="$post[backcolor]" width="100%" valign="top">后面加上
修改了 showthread.php
查找:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
在前面加:
$postcount = ($pagenumber - 1 ) * $perpage;
查找:
$postbits = getpostbit($post);
在前面加:
$post[icon] = ++$postcount;