Active
Project:
Favorite Nodes
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2007 at 12:25 UTC
Updated:
15 Apr 2008 at 21:01 UTC
It would be great to have a feature to show the number of times a certain node have been favorited by people, like on YouTube.
Comments
Comment #1
sharique commentedI'm also looking for same feature.
Comment #2
asund commentedYou can get this by putting the following function in your themes template.php
And then you can call the function in your node template like this:
<?php print(_favorite_nodes_count($node->nid)); ?>