I need two modules - one to allow users to rate and one to allow users to comment articles on my Umbraco site - so far the star rating script from nibble.be is the only I found, but it is not working on 4.7 (using SQL CE). Any ideas/links to modules?
If any of these does not exist I guess I just need to create my own tables in the Umbraco database and then some controls to list and write/rate? The only question to this then is how I will get the id of the current page - will this need to be a parameter to the control or is it possible to get Umbraco information directly in my control without passing parameters to it?
Easy one - i didnt saw the content of the package before now :)
Another question - if I am using this rating script, or code my own, what possibilites do I have to use this value in a seach-mechanisme? lets say I want to make a search of article containing the word "wauw" and a total rating of 3 or more?
Modules to make comments and ratings possible
I need two modules - one to allow users to rate and one to allow users to comment articles on my Umbraco site - so far the star rating script from nibble.be is the only I found, but it is not working on 4.7 (using SQL CE). Any ideas/links to modules?
If any of these does not exist I guess I just need to create my own tables in the Umbraco database and then some controls to list and write/rate? The only question to this then is how I will get the id of the current page - will this need to be a parameter to the control or is it possible to get Umbraco information directly in my control without passing parameters to it?
Comment author was deleted
Hey Kim,
If you simply create the tables manually for the star rating package it should work
Easy one - i didnt saw the content of the package before now :)
Another question - if I am using this rating script, or code my own, what possibilites do I have to use this value in a seach-mechanisme? lets say I want to make a search of article containing the word "wauw" and a total rating of 3 or more?
is working on a reply...