I'm installing this hack to my newly upgraded board.. just got 2.2.6
Question, in forumdisplay.php where it says to find:
Quote:
Find:
// display threads
$limitlower=($pagenumber-1)*$perpage+1;
$limitupper=($pagenumber)*$perpage;
|
My file doesn't say that. Instead it says:
Quote:
// display threads
$limitothers="";
if (!$getperms[canviewothers]) {
$limitothers="AND postuserid='$bbuserinfo[userid]' AND '$bbuserinfo[userid]'<>0";
}
|
Since I'm a newb and not good at coding this stuff, what should I do?
Thanks.