# How to seperate the "drive by" topics from the "deeper" discussions?

**URL:** https://meta.discourse.org/t/how-to-seperate-the-drive-by-topics-from-the-deeper-discussions/68222
**Category:** Community Building
**Created:** [August 17, 2017, 11:13am UTC](https://meta.discourse.org/t/how-to-seperate-the-drive-by-topics-from-the-deeper-discussions/68222 "2017-08-17T11:13:39Z")
**Posts on this page:** 1
**Showing post:** 31

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [August 25, 2017, 1:32am UTC](https://meta.discourse.org/t/how-to-seperate-the-drive-by-topics-from-the-deeper-discussions/68222/31 "2017-08-25T01:32:33Z")

</div>

> [@Stranik](#):
>
> What to show on the feed?

The avenue I would pursue is ranking content on a user by user basis by comparing content classifications - categories, tags and authorship (i.e. who made the content) - with user-interest proxies - likes, views, reading time, replies (and others) - of the individual user. Use that ranking to create a user-specific topic list.

Maybe you know how to already, but if you don’t, the way I would do it (and the way it’s done in @joebuhlig’s [Hot Topics plugin](https://meta.discourse.org/t/discourse-hot-topics/48215)) is:

1. Add your list to the top menu options and the filter options is easy. Just add these lines to your `plugin.rb` e.g.

2. Add your list logic to `TopicQuery`. e.g.

I suggest you make both the content classifications and user interest proxies the subject of site settings so that different mixtures can be applied according to the initial hypothesis and experience of each forum.

---

_[View the full topic](https://meta.discourse.org/t/how-to-seperate-the-drive-by-topics-from-the-deeper-discussions/68222)._
