Quote:
Originally Posted by vbboarder
The 'edit' link next to the parent forum name in the Permissions page just reopens the same default permissions page in a new tab. Shouldn't it open the permissions page specific to that category (ie: local_links.php?action=editcat&catid=1)?
|
Actually it should open the vb admincp forum permissions page. There is a variable missing from a global statement in local_links_admin.php. lines 398 onward should read
PHP Code:
function ldm_get_adminforumperms() {
global $vbulletin, $vbphrase, $stylevar;
global $linkscat, $links_defaults, $ldm_usergroup_cache;
global $ADMIN_SCRIPT, $ADMINCP_FORUMPERM_SCRIPT;
global $forum, $linkstats;
Thanks for pointing this out.