Closed (won't fix)
Project:
Members
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Dec 2004 at 16:12 UTC
Updated:
25 Apr 2007 at 09:09 UTC
Is there a specific reason this module doesn't have a hook_link? I've added a small block to show the members link in the primary links section. The code was mirrored from the forum.module.
function members_link($type, $node = 0, $main = 0) {
global $user;
$links = array();
if ($type == 'page' && user_access('access members list')) {
$links[] = l(t('members'), 'members');
}
return $links;
}
Comments
Comment #1
walkah commentedugh. silly project module is still defaulting status to 'fixed' :/
Comment #2
wmostrey commentedUse the menu module for this.