Quote:
Originally Posted by nexialys
sure, but i was talking about integrating to vB...
|
And I was not...
It is difficult for me to understand why folks would want to hand-code something like permission checking or the pagenav stuff. In the end, all it does is lead to extensions being posted without the proper functionality.
The sorts of calls one would make might look like this:
PHP Code:
/* Set page title, script-related var's, and var's according to option string. */
$vbext = &New vbExtension($TITLE, $URL, 'navbar, forum_jump);
...
/* Generate list of forums with these permissions (or can_moderate). */
$forumids = $vbext->get_accessible_forumids('canview, canviewothers');