recipe for a social learning platform - #6 - social rated news
Posted by: admin in site_development, tags: blogging, drupal, social ratingI’ve recently added another component to the site, which is added as well to the sandbox site I’ve set up. Inspired a bit tangentially by D’Arcy Norman’s elaboration on the EduGlu concept, I’ve mucked together a socially-rated news section on the site, which
- imports rss feeds from a variety of sources (as this is for a medical school, I’m using the health news feeds from the BBC and NPR, along with several health/medicine related blogs);
- aggregates these on a “raw news items” page;
- permits social rating by our user community;
- promotes “voted up” stories to a “promoted news” page; and
- permits community tagging and threaded commenting on news articles.
Since I’m already using the Aggregation module (for import of external user blog postings into our community blog), I needed to add a second aggregation module; and for this chose to use the feedapi module. I was concerned at first that the two aggregation modules might conflict, but these (Aggregation and Feedapi) appear to play together well.
So in addition to the arrangement detailed so far, I’ve added the modules:
feedapi
community_tags
extra_voting_forms
votingapi
Table of contents for social learning site
- recipe for a social learning platform - #1
- recipe for a social learning platform - #2 - demo site
- recipe for a social learning platform - #3 - site & core modules
- recipe for a social learning platform - #4 - additional modules
- recipe for a social learning platform - #5 - modules hacks
- recipe for a social learning platform - #6 - social rated news
- recipe for a social learning platform - #7 - theme
- recipe for a social learning platform - #8 - login & access
- recipe for a social learning platform - #9 - views
- recipe for a social learning platform - #10 - no social rating?
- recipe for a social learning platform - #11 - files repository
- recipe for a social learning platform - #12 - distributed content
- recipe for a social learning platform - #14 - news feeds
- recipe for a social learning platform - #15 - surfacing algorithms
- recipe for a social learning platform - #16 - surfacing algorithms - node cloud
- recipe for a social learning platform - #17 - news feeds take two
- recipe for a social learning platform - #18 - making it social
- featuritis
- recipe for a social learning platform - navigation


Entries (RSS)