Page 1 of 1
Frame Resize: I need help!

Posted:
Sun Feb 15, 2009 6:07 pm
by Club Entertainment
How do I change the frame resize options for the main page? I want to not be able to resize the top (menu) frame and the left hand (music tree) frame. Any ideas? Also, how do I change the top bar to display something else other than "subsonic" I want it to read "music" and display a different icon on the IE tab.

Re: Frame Resize: I need help!

Posted:
Mon Feb 16, 2009 7:03 am
by Coolmax
Club Entertainment wrote:How do I change the frame resize options for the main page? I want to not be able to resize the top (menu) frame and the left hand (music tree) frame. Any ideas? Also, how do I change the top bar to display something else other than "subsonic" I want it to read "music" and display a different icon on the IE tab.

Hi There
I think all what you want to do is done in the file
C:\subsonic\jetty\webapp\WEB-INF\jsp\index.jsp
Coolmax

Posted:
Mon Feb 16, 2009 2:37 pm
by Club Entertainment
Thanks. I figured it out last night along with where the info is stored so I can change all the page titles. Awesome. Thanks.

Posted:
Mon Feb 16, 2009 2:41 pm
by donpearson
one thing to remember is that when you install an update of subsonic you will have to make all your changes again
Don

Posted:
Mon Feb 16, 2009 7:39 pm
by matthew
The better thing would be if sindre could make the album frame expand to length of the longest album name.

Posted:
Thu Jul 09, 2009 11:36 pm
by fungi
I have updated to 3.7 from 3.6 and now I can't resize the frames in subsonic.
I realize I can edit the frameset heights in index.jsp but that's not that helpful since I use subsonic on many different computers with different resolutions so being able to manually resize the frames is what I need.
Any ideas?

Posted:
Fri Jul 10, 2009 12:34 pm
by guitargurus
You can resize if you are using internet explorer, but not on any good/secure browsers (like chrome).

Posted:
Sun Jul 12, 2009 2:10 pm
by jigsaw
fungi wrote:I have updated to 3.7 from 3.6 and now I can't resize the frames in subsonic.
I realize I can edit the frameset heights in index.jsp but that's not that helpful since I use subsonic on many different computers with different resolutions so being able to manually resize the frames is what I need.
Any ideas?
Not a bug, but a feature. More info here:
http://forum.subsonic.org/forum/viewtop ... c&start=60

Posted:
Wed Jul 15, 2009 11:07 pm
by fungi
so what do I add to index.jsp to get the resizeable frames back? I tried adding frameborder="1" to the playlist and left frames and that doesn't seem to work.

Posted:
Fri Jul 17, 2009 9:12 pm
by fungi
...anybody?


Posted:
Mon Jul 20, 2009 5:44 am
by sindre_mehus
The revision history of index.jsp is available here:
http://subsonic.svn.sourceforge.net/vie ... p?view=log
Take a look at revision 723, it should be more or less what you need.