The current requirement is 'adminster_nodes', which is too strict in most cases. See following email

------------
From: drupal-devel-admin@drop.org on behalf of Kjartan Mannes [kjartan@drupal.org]
Sent: Thursday, February 14, 2002 2:56 PM
To: drupal-devel@drop.org
Subject: Re: [drupal-devel] Collaborative Book Block & Book access

[snip]

> I also changed the user_access("administer nodes") to user_access("access
> content") in the book_link function to relax the access on the book pages,
> so the anybody can create book pages.

> Basically i'd like all _members_ to be able to create book pages, but before
> I changed the user_access bit, the menu.create option didn't come up. Is
> there another way to do this?

The administer nodes access is a bit too strict. The proper access level
would be "post content" IMO.

> I'd like to have it show up at the bottom of the book pages as well, I'm
> guessing that will be in the node section?

The create node link? Just change the _link for $type == "node".

--
Kjartan (http://natrak.net/)

Comments

Anonymous’s picture

Assigned: Unassigned » Kjartan

Assigning this to myself.

Anonymous’s picture

Component: Code » User interface

Change the permissions on the link. Fixed in CVS.

Anonymous’s picture

Priority: Major » Normal

Should be tested enough by now so closing.