Nodefeedback provides a form on the node view pages to answer/vote on custom questions. It should be useful for Knowledge Base / Wiki sites and/or some others needing users input on the content.
Supported question types are:
- radio buttons (answers are stored in the Voting API DB as the votes on the question tags)
- text-areas (answers are stored in the custom table).
Permissions system: 2 global permissions:
'administer nodefeedback' - administrative permissions to setup the module
'use PHP input for nodefeedback options' - security permission to explicitly allow to use PHP for questions configuration (required to implement custom questions) 2 per node_type permissions:
'provide feedback on node_type content' - permission to provide feedback on the nodes of this node_type
'see feedback on node_type content' - permission to see the results/feedback directly on the node view pages
Requirements:Voting API
Awesome Voting API module is used to record answers to the radio-button questions and tailor results for these questions. It also provides Views integration for these questions.
The Horizontal Slider Module provides a views style to output content in sliding divs. Take a look at the DEMO to see it in action.
Please submit your bug requests so your fixes can be included in upcoming releases.
Themes
If you made a theme for the module and want to contribute it, feel free to put it in the issue queue. If i get some themes i will implement theme/switching like other modules do.
Install
Enable it like any other Module, create a view and change the output style to "views horizontal slider". Take a look at the README.txt for detailled instructions and additional tips.
As there are incoming more feature request it would be an idea to integrate http://nicolahibbert.com/demo/liteAccordion/
This can only be done if there is funding/sponsoring for that.