Other users with permissions for creating content types (module node -> create * content) cannot use the batax textfield (it doesn't appear). I have to modify batax.module:141 to a little bit permissive "access content".

Bye,
aded

Comments

a.a.egoroff’s picture

Some problem
> modify batax.module:141 to a little bit permissive "access content"
:)

sdrycroft’s picture

Cheers for this aded, you're right. Whether the "access content" is the correct permission I don't know, but it's probably the only one that is suitable.

JoshW’s picture

so what did you do to allow access to all users?

Anonymous’s picture

line 141, from

'access arguments' => array('create node content'),

to

'access arguments' => array('access content'),

Bye,
aded

sdrycroft’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.