Set default view to NEWEST instead of random

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.
forum.subsonic.org
http://forum.subsonic.org/forum/
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.
<frame name="main" src="home.view?listSize=10&listType=newest" marginwidth="0" marginheight="0">
<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>
<td style="min-width:4em;padding-right:1.5em">
<a href="home.view?listSize=15&listType=frequent" target="main"><img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}"><br>${home}</a>
</td>
<h1>
<img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}">
<frame name="home.view?listSize=15&listType=frequent" marginwidth="0" marginheight="0">
</h1>
precipitous wrote:
Unfortunately, the edits you suggested to Home.jsp are not giving me the same result. I ended up using the following for lines 14 - 17, but still no luck:
- Code: Select all
<h1>
<img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}">
<frame name="home.view?listSize=15&listType=frequent" marginwidth="0" marginheight="0">
</h1>
Does anybody have any suggestions?
<frame name="main" src="home.view?listSize=10&listType=newest" marginwidth="0" marginheight="0">
<frame name="main" src="home.view?listSize=15&listType=frequent" marginwidth="0" marginheight="0">
soonerrob wrote:can anyone tell me where this index file is located in the Standalone install?