ysl
(YSL)
27 Junio, 2017 07:31
1
Hi I’ve done some searching prior posting this. How to achieve such front page (home page) layout design (where “category” on the left, and “latest” on the right)? Thanks.
[screenshot]
dax
(Daniela)
27 Junio, 2017 07:39
2
It’s a site setting. Search for desktop category page style and choose “categories and latest topics”.
And here you need to drag “categories” at the first place on the left (before “Latest”) to have the homepage with the categories
Easier to just run the setup wizard again at /wizard provided the user is logged in as admin.
qmmhardy
(Matt H)
3 Agosto, 2017 00:57
4
@codinghorror , when you run /wizard again, will you lose existing content on the forum ?
HAWK
(Hawk)
3 Agosto, 2017 01:19
5
No, it’s safe to rerun the setup wizard at any time.
this also changes the homepage on mobile. possible to have just the ‘latest’ posts in the mobile homepage and ‘categories and latest topics’ for desktop?
No, that is not possible.
MakaryGo
(Makary Gołosz)
3 Agosto, 2017 10:21
8
That’s nor easily possible
david
(David Taylor)
3 Agosto, 2017 10:24
9
This is the compromise we use on our forum
The compromise we reached on our forum was to
Set categories as the homepage
On mobile, make the logo link to /latest
That way the categories view is welcoming to potentially new visitors, while regular users are just 1 tap away from the ‘latest’ page.
The suggestion came from somewhere on meta, but I can’t find it right now.
The code we use (in the Mobile “Header” section of CSS/HTML customisation) is
<script type="text/discourse-plugin" version="0.4">
api.changeWidgetSetting('home-logo…
bck055
(bnd)
7 Enero, 2019 16:30
10
Hello,
I did as your guide to re-start wizard. but no change as tile question.
Young
21 Febrero, 2020 17:45
12
¿Es posible configurar solo los temas más recientes tanto para escritorio como para móviles?
Tenemos un componente de tema que te permite cambiar la página de inicio móvil
Currently the default homepage settings found in the admin panel and user preferences apply to both desktop and mobile. This is a very simple theme component that will allow you to specify a different default homepage for the mobile view of your Discourse forum.
It is important to note that this will force mobile to navigate to the homepage you choose in this theme component. Your users will not be able to override the default homepage for mobile via their user preferences at this point.
Repos…