Support for skins
develCuy - November 30, 2008 - 18:52
| Project: | OG Files |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | develCuy |
| Status: | needs review |
Description
Navigation between folders is confusing for some users which are more familiar with icons, having support for skins which provides icons would do navigation more intuitive.

#1
This patch adds support for skins, images seems to not be created in the patch so I'm adding them(dir.png, dir_up.png) into a tar package, should be extracted into og_files/skins/default/
Blessings!
#2
Great work, makes it much sexier.
Your css file wasn't working that good with my theme (aberdeen), so I changed it a bit:
.og_files-default-dir-up {
background: url(dir_up.png) no-repeat scroll 0 50%;
display: block;
width: 16px;
height: 16px;
overflow: hidden;
list-style-type: none !important;
margin: 0 0 0 0.7em !important;
}
.og_files-default-dir-up a {
padding-left: 16px;
display: block;
}
.og_files-default-dir {
background:transparent url(dir.png) no-repeat scroll 0 50%;
padding-left:22px !important;
}
#3
Thank you @spython!
This new version is based on your changes. Was tested in 3 themes: garland, pushbutton and bluemarine.
Blessings!
#4
Skin now supports #343033: Tree view and fixes some theme issues.
Blessings!
#5
the files...