I wanted to change the icons, and I can see that there are plans on making icon themes, but I can't seem to find the settings anywhere. Guess it's not implemented yet.
Anyway, I made a little icon pack. Just upload this folder to the filefield/icons folder and change line 33 in filefield.theme.inc from
$theme = variable_get('filefield_icon_theme', 'protocons');
to
$theme = variable_get('filefield_icon_theme', 'fammini');

The icons are based on the nice free pack by Famfamfam: http://famfamfam.com/lab/icons/mini/

Guess I could make a patch with more mimetypes and icons, and a theme select settings page if somebody wants that..!

CommentFileSizeAuthor
#1 icons.png1.15 KBasund
fammini.zip14.37 KBasund

Comments

asund’s picture

StatusFileSize
new1.15 KB

Here's a picture of the icons

dopry’s picture

dude the theme select setting page would be awesome.... if you have time for the patch.

sharique’s picture

That will be very nice.
--
Sharique

asund’s picture

Okay, I'll have a look at it this weekend :)

quicksketch’s picture

I think configurable icons might be out of scope for Filefield itself. The icon module was meant to handle this sort of thing, but it might be a little ways out: http://drupal.org/project/icon

As a separate issue:

The icons are based on the nice free pack by Famfamfam: http://famfamfam.com/lab/icons/mini/

The FamFamFam icons are Creative Commons licensed, and according to the drupal.org CVS rules, only GPL licensed files are allowed to be stored on drupal.org, so these icons wouldn't be allowed to be hosted or bundled with FileField.

robloach’s picture

quicksketch’s picture

Status: Active » Closed (won't fix)

Marking won't fix for the time being. Though Rob makes an interesting suggestion (though I'd need to make more icons for that). :D

quicksketch’s picture

Title: Icon themes » FamFamFam Icon Theme