Active
Project:
Author Select
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
19 Apr 2011 at 20:01 UTC
Updated:
19 Apr 2011 at 20:02 UTC
If you are using the core Blog module with this module, the only user that appears in the dropdown is admin (uid 1). This is presumably because the module is hardcoded to work only with regular nodes.
Comments
Comment #1
pygatea commentedI fixed this (hackishly) by changing line 11 of author_select.module to the following:
$permissions = array('create ' . $node->type . ' content', 'edit any ' . $node->type . ' content' , 'create blog entries' , 'edit any blog entry');