The page is not directly linked in the main menu. The only place you’ll alway expect such kind of information. There should be at least a static link from the about page to this three pages (FAQ, Terms of Service, Privacy).
Supplement:
Requirement by law is: “leicht erkennbar, unmittelbar erreichbar und ständig verfügbar”
(engl.: easy to find, directly to reach and always available)
Discouse has a pretty impressive clean ui design. I won’t punish my users by looking day after day on unnecessary information they (and myself too) are not interested in. A disclaimer is something you’ll have to setup up in case of emergency or in other urgent situations. Nobody won’t actually look into this until something went wrong.
If I’m going to run websites, all of them are designed for easy to use and great user experience. This is why I love Discouse so much. It’s just perfect as it is. I won’t change the whole ui concept. I just need some more info on the about page
The footer is admin-customizable, and you can put whatever text, links, or HTML you want to there. It takes about 30 seconds to edit. The links there are easy to find, direct to reach, and always available. And most of all, it doesn’t require a source code edit to make happen.
But as I mentioned, I won’t destroy the design. I think this is not the right place for that. I’d like to leave it cleared up. Fact is, there is a main menu and a about page. On the about page is currently a notice on contact information, owner, moderators and so on. This is exactly the right place in my opinion and that’s why I’d like to invest half hour or even more to convince developers and and other enthusiastic Discourse admins like me
I think the only way to cover all your bases is to stick a position: fixed footer on your forum that is always visible, unlike the default footer that only becomes visible after scrolling all the way down through several content updates.
For a quick test, I put this in the </body> section of my customization:
<div class="imprint">put links to more legal cruft here</div>
And this is the corresponding CSS with some basic but ugly styling that somewhat blends in with my overall customization:
It’s actually pretty hard to destroy the design if you just add a footer. You only see it at the bottom of topic pages and other pages with an “end”, it doesn’t show up on the topic list.
@riking, this is right but I’m one of those minimalistic guys who are always looking for form and function, fit and finish
Indeed, you can put this information easily to the footer. Can you explain me why do think, this is right place for that? Because 90% of all shity websites has it? – I’m on different opinion. – That’s just a bunch of static and uninteresting information for my target group and me.
I’d like a disclaimer section for people who are explicitly looking for that. (On the right place.)
Like lawyers, urgent contacts… at least to avoid expensive lawsuits.
You can save traffic, focus on you’re content – not regulatory affairs, have everything on place you’ll expected. And what about mobile users?
Too bad, that the common behaviour of overblowing webpages with ads and regulatory content is still you’re first choice. It reminds me on the big debate on Wikipedia to use a new image viewer. Off course, you can show all users every information staticly on each page. Is this the intend to use a dynamically driven forum? I don’t think so.
Every information has their right place to be there
I think maybe @terraboss didn’t look at the http://talk.openmrs.org/about page which so tidily displays that required info right where someone will be looking for it and not burden the other pages that don’t need it.
Small notice:
If I stay on about page the translation of the nav items are correct. But if I jump to one of the other pages, the about page item is in English.
That’s because the /about page is rendered client side, while other pages are rendered server side. So I added a new server side translation for “About” string, that needs to be translated on Transifex.