TaP
05-02-2002, 02:13 AM
I NEED HELP! PLEASE! :(
i installed
https://vborg.vbsupport.ru/showthread.php?s=&threadid=22083
INSTALLATION INSTRUCTION FOR VERSIONS 2.0.3 AND UP
Originally posted by freddie
If you want a one file hack for this than do this:
find in showthread.php:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
Put this before it:
$postcount = ($pagenumber - 1 ) * $perpage;
Find in showthread.php:
$postbits .= getpostbit($post);
Put this before it:
$post[postcount] = ++$postcount;
Then put $post[postcount] in your postbit template.
and now when my members reply to treads that were started before the hack it puts the reply like in the middle of the thread. !!! what got messed up? please help me. I removed the hack and i still get the same problems
Thanks you soo much for your time with this.
i installed
https://vborg.vbsupport.ru/showthread.php?s=&threadid=22083
INSTALLATION INSTRUCTION FOR VERSIONS 2.0.3 AND UP
Originally posted by freddie
If you want a one file hack for this than do this:
find in showthread.php:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
Put this before it:
$postcount = ($pagenumber - 1 ) * $perpage;
Find in showthread.php:
$postbits .= getpostbit($post);
Put this before it:
$post[postcount] = ++$postcount;
Then put $post[postcount] in your postbit template.
and now when my members reply to treads that were started before the hack it puts the reply like in the middle of the thread. !!! what got messed up? please help me. I removed the hack and i still get the same problems
Thanks you soo much for your time with this.