Open
Description
Several different people have gotten tripped up on the following issues:
- Documents in a new Library site do not show up on the homepage by default
- Loading the Library homepage when it is empty can result in a 500
- Clicking the default "Get started" link goes to a 404.
To help people better work around these issues, we could add some better error messages to each of these scenarios. A couple ideas:
- When no documents have been tagged, display a special box on the homepage (instead of the homepage modules) that lists recent documents added
- Display a custom error message when there are no documents in the site at all on the homepage, rather than a 500
- Add some custom language to the 404 page for the "Get started" link, explaining that you should write your own page about how to get started with your Library site.
via #62
New issues from user input
- Is it possible to warn if a user sets the type to
drive
when it's actually afolder
, and vice versa? Via April Browning on the google group.