Posted by saitanay on June 13, 2012 at 6:24am
Recently I had a requirement where the client wanted to restrict the number of comments that a user can make per day based on his/her role.
I tried http://drupal.org/project/comment_limit
- The 7.x was now where near to working
- It restrcited comments on a per content-type basis. We needed it to be on a per-role basis
So I took the module and modified it. However I can say there is 20% of code from the original module.
As the 7.x branch is only a dev version in comment_limit and was not functional, should I create an issue or find an issue and submit the code as a patch there? Or is it advisable to create a new sandbox project on a different name?