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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -