I'm new to installing hacks, sorry if the problem is an obvious one.
I'm running 2.2.9 and this segment of code isn't found in showthread.php in this form, as listed in quickcloseopenthread_v11.txt:
PHP Code:
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;
}
I find them split at different locations. (I have the original quick reply box hack installed.)