修改模板 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;
博客主要介绍了信息技术相关的模板修改操作,包括修改模板postbit Templates中的postbit模板,在特定代码后添加内容;还对showthread.php进行修改,在特定代码前后添加代码,如添加$postcount计算等。
2051

被折叠的 条评论
为什么被折叠?



