
09-11-2002, 12:06 AM
|
 |
|
|
Join Date: Nov 2001
Location: The Netherlands
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by GamerForums
I can't for the life of me get this working with 2.2.7. Can anyone please help?
|
Does working on 2.2.7
Just fellow below code:
Quote:
Originally posted by Raptor
this worked for me on vb 2.2.6
Open showthread.php
Find
$postdone = array();
and ABOVE it put:
// Hack post count and link
$postcount = ($pagenumber - 1 ) * $perpage;
// Hack post count and link end
Find
$postbits .= getpostbit($post);
and ABOVE it put:
// Hack post count and link
$post[postcount] = ++$postcount;
// Hack post count and link end
Save and upload.
Edit template postbit and place the following text where you want the post # to show.
(<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post #$post[postcount]</a>)
its probably been posted before but it may help someone
|
|