lol...well im not him... just using hsi accout cuz wqe run the same board.. but still
im using vs 2.2.2
I Did ALL 3 Steps... And it doesnt show
also as IronMic stated.....
Code:
if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
show_nopermission();
}
if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}
^^^These lines arent next too eachother.,.. they both exist but the bottom one is much further down the page... any help?