For those interested in the same thing:
Open showthread.php
Find
PHP Code:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
and ABOVE it put:
PHP Code:
$countposts = ($pagenumber-1)*$perpage;
Find
PHP Code:
eval("\$postbits .= \"".gettemplate("postbit")."\";");
and ABOVE it put:
PHP Code:
$countposts = $countposts+1;
save and upload.
Edit template
postbitp and place the variable
$countposts where you want the post # to show.
For example, place <smallfont>Post #$countposts</smallfont> somewhere at the bottom.
This will accurately count the post number irrespective of the page you are on.
Cheers,
Bira
p.s.
You can see it on my BB, on any of the threads (near the date/time of the post, to the left of the small folder icon)
http://www.atlasf1.com/bb