You can get the start number on page viewtopic_body.html of your style with the following method.
Open the viewtopic.php file on phpBB root (not style file).
Find:
Code: Select all
'TOPIC_ID' => $topic_id,
Code: Select all
'START_ID' => $start,
Save. Now, when you use
{START_ID}
code on /template/viewtopic_body.html file of the style you use, you will get the start number.Best.