Quote:
Originally posted by christec
[DarkReaper] --
OK I think this is it.
After:
while ($forum = DB_site->fetch_array($forums)) {
Add This:
$perms=getpermissions($forum[forumid],0,2);
if ($perms[canview]==0) {
makeyesnocode($forum[title],"forum[$forum[forumid]]",0);
} else { makeyesnocode($forum[title],"forum[$forum[forumid]]",1);
}
|
Worked
Regarding the password being a long string of random text....in 2.2.0 passwords are encrypted, so don't bother trying to send the password