Posted by Antinoo on March 27, 2009 at 5:25pm
Does there exist a module with which users can propose/vote/emendate/etc. laws, and do other e-democracy related actions?
Thanks in advance.
Giovanni
Does there exist a module with which users can propose/vote/emendate/etc. laws, and do other e-democracy related actions?
Thanks in advance.
Giovanni
Comments
I am unaware of a module per
I am unaware of a module per se. But this functionality can be done with Wikitools (http://drupal.org/project/wikitools), or the Wiki and Talk modules, or you could simply develop this functionality on your own with drupal core modules. Use CCK to create a content type called "law." Combined with various access control modules (or just an embellished permission/role system), there are lots of ways of doing this.
----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel
I think wiki functionalities
I think wiki functionalities are too generic for my purposes.
I know I can do everything on my own, but I am/was looking for an already implemented module in order to avoid to reinvent the wheel.
I'll continue to look for a ready solution to use, otherwise I'll start to code it on my own.
Thanks anyway for your answer.