Increase Album covers
Posted: Sun Sep 25, 2011 10:03 pm
Was wondering if anyone knows how to increase the number of album covers from 5 wide to say 8 wide on the index view?
djamu wrote:that does'nt seem to work with the build I'm running > 4.5 (build 2384)
if I choose 8 ( changed the 3 parameters, 2 * <c:if test="${loopStatus.count % 5 == 1}"> to 8 and the <c:forTokens items="5 10 15 20 30 40 50" delims=" " var="size"> in multitudes of 8
then I'm getting rows of 5 + 3 + 2 images, replacing the customized with the original home.jsp doesn't bring this back
Is there some cache setting I'm missing
also
There's no "home.view?listSize=10&listType=recent" in top.jsp
thanks
LeTsRiPiT wrote:Hi
Thanks for the reply!
I change the loop count [Awesome]. At first I didn't realize that there were (2) that needed to be adjusted.
[I have a very wide monitor and wanted to utilize the open space] . I was able to fit 8 covers across comfortably.
The other 2 items mentioned I have already modified to my liking.
Thanks again.
LeTsRiPiT wrote:Not sure of this, been awhile, scanned through where I think I went and found these. I hope it helps.
Sorry that I didn't pay more attention to what I was changing. in the future I will take some notes.
I change this line in the index.jsp ( I believe it said 5 or something @ where the 24 is now)
<frame name="main" src="home.view?listSize=24&listType=newest" marginwidth="0" marginheight="0">
I changed this line in the home.jsp to say 24
<c:param name="appearAfter" value="${loopStatus.count * 24}"/>
I also changed this line to give me multiples of 8
<c:forTokens items="8 16 24 32 40 80 160" delims=" " var="size">
Here is a pic of the result on my 24" monitor:
http://i5.photobucket.com/albums/y180/B ... cindex.jpg
I have also modified the built-in video player:
http://i5.photobucket.com/albums/y180/B ... Player.jpg
JMoreau wrote:In which file is the following line ?
"<frame name="main" src="home.view?listSize=10&listType=newest" marginwidth="0" marginheight="0">"
I want to change listSize=10 (for 15 or 20)