I download the 6.x version and noticed a small bug with the permissions.

Example:

1. I set permission so anonymous and authenticated users can post questions.

2. I go to Admin --> content types --> question. Set it NOT to publish, so I can review questions before posting them.

However, questions are automatically published and do not go through a filtering stage (admin --> content --> not published filter).

Also, when permissions are set so anonymous users can post them the option "Notify me by email when I receive new answers to this question" is available. If they're anonymous, we don't know their email address and there's no option to leave their email address.

It's a great module, by the way.

Comments

chipcleary’s picture

Thanks for catching this. It sounds like you have found two separate issues.

ISSUE 1: Nodes that are not published show up in the list of questions (This is how I interpreted the issue ... please let me know if this is not what you meant!)

I think this is an intentional design choice. The questions that show up in the list of questions (/questions) for any user are only those that either are: a) published or b) the user has access to (e.g., the site administrator can see them all).

I wanted questions in both categories "a" and "b" to be displayed. It sounds like you don't want this and only want those in "a".

If so, you can get this by adjusting the view. Go to Administer -> Site Building -> Views and edit the view "all questions". Add a filter for "Node: Published". Then you should be good.

ISSUE 2: Anonymous users are asked whether they would like to be notified by email of responses to questions they ask.

Yep, this was a bug. Now fixed. It's available in another zip file on #301632: May I upgrade your module to Drupal 6.x? comment 42 (http://drupal.org/node/301632#comment-4175792).

Thanks for raising both of these.

prokopton’s picture

Hi Chip,

Thanks for the reply.

ISSUE 1: If it's by design, that's cool with me.

Keep up the great work!

chipcleary’s picture

Status: Active » Closed (fixed)