feincms / feincms-elephantblog

A blog for FeinCMS
feinheit.ch/labs/
BSD 3-Clause "New" or "Revised" License
43 stars 38 forks source link

Popular system request #23

Closed pije76 closed 11 years ago

pije76 commented 11 years ago

Are there's a popularity system for FeinCMS or ElephantBlog?

sbaechler commented 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.

pije76 commented 11 years ago

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?

sbaechler commented 11 years ago

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.