ysl
(YSL)
2017 年 6 月 27 日午前 7: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)
2017 年 6 月 27 日午前 7: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)
2017 年 8 月 3 日午前 12:57
4
@codinghorror , when you run /wizard again, will you lose existing content on the forum ?
HAWK
(Hawk)
2017 年 8 月 3 日午前 1: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)
2017 年 8 月 3 日午前 10:21
8
That’s nor easily possible
david
(David Taylor)
2017 年 8 月 3 日午前 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)
2019 年 1 月 7 日午後 4:30
10
Hello,
I did as your guide to re-start wizard. but no change as tile question.
Young
2020 年 2 月 21 日午後 5:45
12
デスクトップとモバイルの両方で、最新トピックのみに設定することは可能ですか?
モバイルのホームページを変更できるテーマコンポーネントがあります
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…