Active
Project:
Question
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2008 at 20:11 UTC
Updated:
16 Aug 2011 at 09:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
luti commentedHi,
I've also installed this module, but have totally forgotten to go and check questions since then. Today, I've found 2 questions, for which I don't even have any details (when it was submitted). So, I agree that some notification is almost a must for this module to be efficient, and also an information about when question was submitted would be more than useful in some cases (some other details like IP - as received together with webform module notification - could be handy in some cases as well).
Comment #2
verta commentedComment #3
verta commentedI have tried to use Rules to send an email when Question content is created.
On the face of it, this should meet the requirement of this issue without change to the Question module itself. However, this module does not seem to allow a Rule to trigger on new content created. The rule will fire on creation of other content types, such as Page or Story. Perhaps it relates to the content not being published immediately, it's not clear.
I will put this in as a new issue.
Comment #4
verta commentedSince last posting, it's more clear to me now that this module does not create a node until the question is answered, so Rules are out.
This makes it clear that there is a need for some kind of notification function, as we can't use it without being notified of new questions.
Comment #5
dtj commentedHow about triggering the action when the Question "Thank You" page is viewed?
Comment #6
dtj commentedI'm making sure erroneous messages aren't being sent by checking the referring url as a condition.
Comment #7
verta commentedWe went with Faq/FaqAsk with the Path Access module to restrict access to the node/add/faq path to only the permitted roles and Rules to send email when a question is asked.
Comment #8
hlopes commentedOh hay!
I've added rules support to the module, so now it has 3 available events to work on:
New question created
Question answered
Question edited
Also, includes a fix to solve the issue where the questioner id was erased from the question_node table if the node was edited after beeing answered.
Please review.
PS: I've patched the wrong version, the file contained in the zip is related to the recomended version of the module.... Take that in account please.
Danke!
Comment #9
xalexas commentedThanks for implementing rules support, but can you provide this as patch?