Quote:
Originally Posted by TheComputerGuy
Hi...
I am putting the 2.3.2 version out there...
This is the version that Chen originally created...and I just got it working.
I got it working on www.runaked.com if you need to see it to believe it.
Rock on!
|
PHP Code:
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}
There are two of them in showthread.php. Do I replace both codes? o.o;