# Show 'Categories' to New Users, 'Latest' to Members 📈

**URL:** https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355
**Category:** Feature
**Created:** [19 september 2017 om 11:37 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355 "2017-09-19T11:37:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Justin\_Veenema](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_veenema/32/61263_2.png) [@Justin\_Veenema](https://meta.discourse.org/u/Justin_Veenema)
#### Post date: [19 september 2017 om 11:37 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/1 "2017-09-19T11:37:08Z")

</div>

Hey all,

Recently we implemented a few tweaks to our homepage based on some user testing and feedback from new Community visitors. Essentially we moved from _ **Latest** _ to the _ **Categories** _ view.

 ![46 AM](https://global.discourse-cdn.com/meta/original/3X/5/6/566b0d199c9db5b03ec0b06f47dbc178fd1745ec.png)

So far from what we can tell, new users are find it a bit easier to navigate and find the content they’re looking for. _However…_

Return users, such as our power users and Experts, keep needing to click ‘Latest’ as that’s the view that works better for them. Their feedback is that it’s easier to see which topics are getting activity, compared to those that aren’t, by looking at the ‘Latest’ view.

 ![50 AM](https://global.discourse-cdn.com/meta/original/3X/0/4/046929617031c92883300b119355c72a347ca7e3.png)

I think I once saw a way in these forums to show **Latest** to members/return visitors, and **Categories** to new visitors… but I can’t for the life of me find that topic.

Anyone have any ideas?

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [19 september 2017 om 11:42 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/2 "2017-09-19T11:42:30Z")

</div>

I’m pretty sure that this isn’t possible without a plugin or customization yet, but it would definitely make sense to allow that! Maybe we can split the site setting `top menu` into one for logged-in users and one for the anonymous view?

I’ll move this to #Contribute > Feature.

---

<div class="post-metadata">

### Author: ![Justin\_Veenema](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_veenema/32/61263_2.png) [@Justin\_Veenema](https://meta.discourse.org/u/Justin_Veenema)
#### Post date: [19 september 2017 om 11:43 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/3 "2017-09-19T11:43:43Z")

</div>

That would be ideal!

Also I tracked down a comment showing that Imgur set something like this up, just can’t figure out how they did it. I’m fine if it’s a customization for now. 🙂

Any pointers @codinghorror?

> [@User-selectable Home screen](https://meta.discourse.org/t/user-selectable-home-screen/33518/2):
>
> I still recommend what [http://community.imgur.com](http://community.imgur.com) does over what you are proposing. That is, first arrivals get categories page, all subsequent clicks or taps on logos goes to latest.

---

<div class="post-metadata">

### Author: ![Justin\_Veenema](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_veenema/32/61263_2.png) [@Justin\_Veenema](https://meta.discourse.org/u/Justin_Veenema)
#### Post date: [19 september 2017 om 11:54 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/4 "2017-09-19T11:54:52Z")

</div>

Actually, looks like I found the answer.

> [@Redirect / for non-logged in users?](https://meta.discourse.org/t/redirect-for-non-logged-in-users/33500/19):
>
> I’ve added a new widget setting to customize that url in this commit: [https://github.com/discourse/discourse/commit/02f771e66ead3fb6e861bfa1fd41d8c65d10ab1d](https://github.com/discourse/discourse/commit/02f771e66ead3fb6e861bfa1fd41d8c65d10ab1d) Here’s an example of how to use it via a customization: \<script type="text/discourse-plugin" version="0.4"\> api.changeWidgetSetting('home-logo', 'href', '/new-url') \</script\> Just replace /new-url whatever you want the path to be and you should be good to go.

However, still trying to figure out how to automatically redirect returning users to ‘Latest’ as opposed to clicking the logo.

Any help would be appreciated. 🙂

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [19 september 2017 om 23:28 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/5 "2017-09-19T23:28:23Z")

</div>

> [@Justin\_Veenema](#):
>
> However, still trying to figure out how to automatically redirect returning users to ‘Latest’ as opposed to clicking the logo.

I don’t think there’s going to be a simple way to accomplish this without changes to core. I’ll be interested to hear the rest of the team’s thoughts on this when they return from the yearly retreat. This has come up before…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [25 september 2017 om 07:36 UTC](https://meta.discourse.org/t/show-categories-to-new-users-latest-to-members/70355/6 "2017-09-25T07:36:04Z")

</div>

Allowing users to pick homescreen is definitely something we want to add. Now we have a very clear UX section for it in profile.

Once that is added you could add an option for user default and it could differ from forum default. Adding this to next release cause it is quite easy.
