jfbourdeau
(Jfbourdeau)
22. September 2019 um 19:16
1
How to we customize / where, the Welcome message at the top that people can CLick so it goes away.
I would like, when people come to the discourse forum for for the 1st time and are not logged or registered, to have some message displayed at the top
1 „Gefällt mir“
ondrej
22. September 2019 um 19:21
2
jfbourdeau:
CLick so it goes away.
Perhaps a banner topic may help? Users can remove those. It is visible to users not logged in or registered too
2 „Gefällt mir“
jfbourdeau
(Jfbourdeau)
23. September 2019 um 11:24
3
But would they have to go into a Category and open it ?
I would have preferred something at the top like this forum
dax
(Daniela)
23. September 2019 um 11:34
4
You too can create a global banner in this way:
or using the Versatile Banner which is extremely customizable!
3 „Gefällt mir“
jfbourdeau
(Jfbourdeau)
23. September 2019 um 12:07
5
Is it possible I do not see, have the admin wrench on the top right ?
I do have the hamburger menu with the admin though…
dax
(Daniela)
23. September 2019 um 12:12
6
If it doesn’t appear on the top right your topic contains only a post (or a few short posts). That’s why you can find another wrench icon even at the end of the topic
2 „Gefällt mir“
jfbourdeau
(Jfbourdeau)
23. September 2019 um 12:16
7
TKs " a lot " for your help and patience
Are you saying as an admin, I create a " TOPIC" withiin one of the actual CATEGORY and make it a banner post ?
And anonymous people logging to the site would see that message ??
I am now lost
dax
(Daniela)
23. September 2019 um 12:26
8
Yes, even if it is not mandatory to use the categories, you can use the Uncategorized “category” (if you have not disabled it from site settings) - which is not a real category - as is done for the Welcome topic that you find in every Discourse installation.
Anons and normal users can see (and dismiss) the banner. If you want to display it ONLY to anon you need to add a few lines of CSS to your main theme(s)
#banner {
display: none;
}
.anon #banner {
display: block;
}
4 „Gefällt mir“
jfbourdeau
(Jfbourdeau)
23. September 2019 um 13:09
9
Tks !!! It worked
Have a good day
1 „Gefällt mir“
system
(system)
Geschlossen,
23. Oktober 2019 um 13:09
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.