so im guessing the problem is here:
PHP Code:
if (isset($vbulletin->forumcache["$forumid"]) AND
($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) AND
($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND
verify_forum_password($forumid, $vbulletin->forumcache["$forumid"]['password'], false))
but i dont know what do the vbulletin functions do, so im a lil blind here.
so heres the prob again...
MAIN FORUM > SUBFORUM > POST
-------------- '-Can't View - '- Can View
-------------------------------------------------------
UPDATE:
ok i updated the code and removed all the permission stuff...
which leave me with this line of codes:
PHP Code:
foreach (array_keys($vbulletin->forumcache) AS $forumid)
{
$forumid = intval($forumid);
$forumchoice[] = $forumid;
}
And guees what... Still no luck!