sno crash wrote:As a feature request, I'd like to see the following two items:
(1) ability to set "Newest" as the default Home screen.
You can set the default Home screen to Newest by doing the following (taken from a forum post made several months ago):
mudsharkymon wrote:
How about an option (global or per user) to change the default view to NEWEST (or whatever other view a user likes) rather than RANDOM.
Cyclopes wrote:
I don't know if you tried this, but I changed it to "Newest" by modifying "index.jsp" (sorry, previous edit had the wrong file listed) - exchange line 16 with
Code:
- Code: Select all
<frame name="main" src="home.view?listSize=10&listType=newest" marginwidth="0" marginheight="0">
Where the number after listSize equals the amount of albums shown per page. Granted, this is quick and dirty, but it does the job until this gets included as a feature.
Additionally you could change the reference of the "home" icon on the very top by changing line 30 of "top.jsp" into:
Code:
- Code: Select all
<td style="min-width:4em;padding-right:1.5em"><a href="home.view?listSize=10&listType=newest" target="main"><img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}"><br>${home}</a></td>