Opened 8 years ago
Last modified 8 years ago
#5477 new enhancement
Browse all media
Reported by: | Olivier Mehani | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Currently, when clicking on any media from the front page, say at URL/
, one is redirected to the user's media page, at URL/u/USER/m/SLUG/
. Using the arrows now only browses media for this user, rather than media as displayed on the front page.
This ticket suggests the creation of an URL/m/SLUG
route, which essentially displays the media as the /u/USER
one, but allows to browse media across users. Link on the front page would lead to those pages, while links from URL/u/USER
would lead to the currently existing page.
Actually, the same should also apply for collection: links in URL/u/USER/collections/COLLECTION
should lead to, say, URL/u/USER/c/COLLECTION/m/SLUG
, and navigation on those page should only be within media in the named collection.
Change History (2)
comment:1 by , 8 years ago
Component: | graphic design/interface → programming |
---|
The same go for tags:
/tag/TAG
->/t/TAG/m/SLUG
.