Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
rating.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2002 at 14:37 UTC
Updated:
8 Dec 2002 at 15:22 UTC
what are these options in admin.php?mod=system#rating supposed to do? as far as i can see, they are useless: you cannot submit a block|jabber|tracker.
from rating_help(): "you gain or loose points based on the fact your nodes got approved/promoted or rejected/declined."
thats allright - problem is that rating_conf_options() bases its assumption of which node types can be submitted by a user on the existence of a _user() function. which leads to the (bad) options mentioned in the subject. shouldnt the decision which node|module type can be submitted (and thus, rated) be based on the existence of _node() (or _save() or _form())?
Comments
Comment #1
ax commentedfixed in cvs for RC