i have problems with the "private" code...
can anyone explain to me this part of code:
PHP Code:
if ($perms[canview]==1) {
$oldprivate=0;
} else {
$oldprivate=1;
}
in admin/forum.php. i can't seem to find the corespondence with it anywhere in functions.php or adminfunctions.php
the yesno code for private stays always set to NO, but the permissions are set correctly, only the admins and mods can view it. it's all related to oldprivate. can you tell me where i can find the function
oldprivate? ty.