It's really cool to see that you've done this work; it's one of the first
contributions we've gotten to the project from non-core developers. And
it's on the HTML UI, which definitely could use some love, as it hasn't
been touched in quite some time.Thank you!
I've just loaded up the changes you've made, and I like much of what I see
so far, however, I'm getting PHP warnings after copying the files over,
though. I've changed the php.ini to use E_ERROR, but that still isn't
suppressing them. Any ideas why?
doug
=============================================
Media Development Loan Fund
=============================================
Douglas Arellanes
Head of Research and Development
Center for Advanced Media--Prague (CAMP)
Salvatorska 10, 110 00 Praha 1
Czech Republic
Tel: + 420 224 312 832, Fax: +420 224 315 419
Mobile: +420 724 073 364
Skype and Yahoo IM: dougiegyro http://www.campware.org http://www.mdlf.org
============================================= http://www.mdlf.org
=============================================
I started on this because I wanted the header bar to remain fixed, so
while scheduling, browsing, etc, one could always see the time and now
playing info. Then I got a little carried away and kept on tweaking it...
I was going to upload it sooner, but I had a css bug to squash, and while
I looked for that I made several more tweaks to the theme that may or may
not work for you. For Example, if you want some of the menu items
returned, just (un)comment the nec lines in menu.tpl - or use 'Kompare' or
another similar app to compare stylesheets old vs new.
One fix that you might want to use whether using this theme or not is for
the Playlist Re-Order popup. As it is a playlist with ~20 songs cannot be
reordered because the popup is a fixed size and the buttons cannot be
seen.
This can be fixed in: /templates/popup/PLAYLIST.arrangeItems.tpl
add style="width: 510px; height: 100%; overflow: auto" to the top div
"container_elements"
then change the two table widths to 490px
--------------
Hope someone finds this useful.
Ben
ps - Campcaster team: feel free to use any or all of these tweaks in your
next release (o ;
----------------
CSS note - included for google
With the fixed header, I couldn't click on the artists/albums in the
browse library section.... it had to do with #nav ul li ul left: -999px
Took me a while to track this down, but changing it to right -200px
solved the problem. hope this helps someone save from wasting as much time
as i did.