Closed (won't fix)
Project:
User Points Contributed modules
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2008 at 16:50 UTC
Updated:
9 Feb 2011 at 00:12 UTC
It's really difficult to assign values to nodes and comments of widely differing lengths. This is a huge problem for me, I can't give a comprehensive article the same point value as a short snide post.
If it's at all possible, please implement a way to count points per word or character posted. That would be wonderful. Thanks!
Comments
Comment #1
kbahey commentedWell, length is not a measure of quality. Copy and paste from somewhere else will solve that "obstacle" as soon as they figure it out, and you will end up with lots of spam articles if length is the major criterion.
But, from the technical point of view, this can be a separate contrib module.
The new module needs to implement the hook_nodeapi, and check the number of characters or words in the node.
Similarly hook_comment can be called for comments.
Comment #2
Flying Drupalist commentedYou're absolutely right of course, but just in my specific use case it would be much preferable to have character rather than node count.
Thanks, I hope someone picks this up.
Comment #3
berdirSorry for pinging the participants.
Now that Drupal 7 is out, there is no support for Drupal 5 and the
corresponding modules anymore. Therefore, I'm closing all old issues
which are still open.
I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature
is still needed or the bug still exists and open a new issue in that
case.