Hello all.

I'm not sure whether I am having a problem with access control or its a browser issue or whether its just my general incompetence at running drupal.

I have installed the book review module and created a node using it, but for some reason, the node isnt' available to any user except the user who created it.

I have set access to anonymous and authenticated users and create to just authenticated users, but for some reason, all I am getting is the title's of the fields with 'n/a' next to them. This doesn't make sense.

The site I am talking about is www.inksmithy.co.uk

Anybody have any ideas? I would appreciate any help.

regards

Alan

Comments

Rustin’s picture

Hi.

I've been working on creating a module based off of the book review module and was having the same problem. After being severely frustrated for half the day I just figured out how to solve the problem.

So here's what worked for me and hopefully it will work for you too.

I had created a book review input format like it said to in the module installation file. What I didn't realize was that the access control for that new input file I had created did not allow it to be used by anonymous users. So I changed that (/admin/filters and click on 'configure' next to your book review format) to allow all to use the format and the problem was solved.

I hope you were having the same problem and that this helps.

Rustin