You're right, that's annoying about not being able to add any subjects
you want. Luckily, it's easily fixed! This has only had 3 minutes of
development and testing put towards it, so tryer beware, but go to
control/includes/classes/sp_Record.php around line 248, and replace
what's there with:
if (isset($_SESSION["eresource_mgr"]) &&
$_SESSION["eresource_mgr"] == "1") {
$subject_string = getSubBoxes('', 50, 1);
} else {
$subject_string = getSubBoxes('', 50);
}
This means that anyone with the eresource_mgr permission can add any
subject they want. That's what that permission is meant to do, so I
gave it that rather than admin, but you could substitute admin in that
$_SESSION if you'd rather have it work that way.
As for #2, you could add a new permission type to the $all_ptags array
in config.php, and then use logic like above to stop them from
creating subject guides. Drop me a line if you'd like more clues . . .
I like your parent categories on that databases page.
Andrew
> --
> You received this message because you are subscribed to the Google Groups
> "SubjectsPlus" group.
> To post to this group, send email to subjec...@googlegroups.com.
> To unsubscribe from this group, send email to
> subjectsplus...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/subjectsplus?hl=en.