Quote:
Originally Posted by Theory
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}
if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}
That code dosen't exsist in showthread.php ...
|
I have the same problem... the second section of code that needs to be replaced doesn't exist in 2.3.5's showthread.php file. I'm hoping to find an official answer before I try messing around with it. >__<