I have ported og_roles to Drupal 5 today with some minor improvement:
- site administrator will see og_roles tab at the OG group page.

CommentFileSizeAuthor
#2 og_roles.patch1.13 KBwojtha
#1 og_roles.info_.txt214 byteswojtha
og_roles.module.txt7.68 KBwojtha

Comments

wojtha’s picture

StatusFileSize
new214 bytes

just adding .info file

wojtha’s picture

StatusFileSize
new1.13 KB

I've been too fast with sending the issue. I've discovered, that group managers can't see the tab. So here is first patch.

// this don't work
'access' => node_access('update', array('nid' => $key, 'status' => 1)),

// this seems to work as expected
$node = node_load(array('nid' => $key)); 
'access' => node_access('update', $node),
wojtha’s picture

Assigned: Unassigned » wojtha
Status: Needs review » Closed (fixed)

I've become new maintainer of this module, so I'm closing this issue.