Closed pije76 closed 11 years ago
What do you mean by popularity system? A read count? Then no.
Or a rating method? In this case you can use django-ratings.
I mean the most popular posts extension at elephantblog just like http://wordpress.org/extend/plugins/wordpress-popular-posts/ If no, can we integrate from 3rd party apps & and which's one the good for elephantblog?
Or are there's another options?
The wordpress plugin calculates the popularity using number of comments and time range. Elephantblog does not even have an integrated comment system. So you would have to build it yourself. It must have the following components: A content type with the configuration options, a database table (and own app) to store the currently popular blogs, a management command to calculate them and an interface to a comment server (i.e. Disqus) to get the comment count.
Are there's a popularity system for FeinCMS or ElephantBlog?