Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Folder Previews & File-Type Icons
Great script & I love the simplicity but some functionality I think would be good is a preview of the folders. Example: Instead of just having the folder names in a row, how about it takes a random thumbnail out of that folder and uses it as a preview above the folder name.
Another idea is to associate special icons for file-types such as .mp3 .avi etc.
Shoot them down as needed. Thanks
0
This discussion has been closed.
Comments
I only wanted an image associated with the folders, just to make them stand out a little more.... this is only a CSS change as well.... basically create a folder image to your liking and assign it as a background to the '.Folders li' class.
Then all you need to do is add some padding to the top of the li to position the text underneath your folder image.
eg
.Folders li {
float: left;
width: 195px;
text-align: center;
margin-bottom: 6px;
font-size: 11px;
background: transparent url(_folderimg.jpg) top center no-repeat;
padding: 85px 0 0 0;
}
gives me this
Like I said, its very crude, but it gives me the effect I was after, plus its entirely up to you how large or small you make your folders