drupal - Where is the last vote stored? -
i'm using fivestars module , i'm modifying code. need last vote of user specific node.
i'm sure module stores it, because displays stars user selected, when logs in , re-visits node.
but i'm not able find in code. (i found average vote node, , count of nodes).
take @ fivestar_get_votes()
in fivestar.module. votes for, say, user 1 on node 34, you'd fivestar_get_votes('node', 34, 'vote', 1)
. alternatively, take @ voting api, fivestar_get_votes()
uses.
Comments
Post a Comment