Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.0-rc11
Component:
Directory Listing Pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2007 at 11:23 UTC
Updated:
2 Nov 2016 at 12:34 UTC
Jump to comment: Most recent
Comments
Comment #1
Ceia commentedOk I seem to have fixed it. You have to set your icons directory to be your files directory, and then the icons show up.
Comment #2
Susurrus commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
carlone@www.drupalitalia.org commentedHi,
I have this problem too. I' ve tried this way (same directory for module start-point and icons) but I can not see file's and directory's icons.
Directory and file listing goes well but the module seems not to consider the directory of icons that I have set.
Drupal 5.7, module version 5.x-1.0 and theme Garland.
Thanks, Carlo
Comment #5
Susurrus commentedSo what exactly were the settings you used? Where're your icons? Do they have the proper permissions?
Comment #6
Susurrus commentedNo activity in 2 months, closing.
Comment #7
asb commentedSame issue on a plain 6.x installation.
The README.txt claims:
However, in the archive I downloaded were no icons, and in
./sites/all/modules/filebrowserno "icons" folder was being created. This information should be updated in the README.txt.Greetings, -asb
Comment #8
Carlos Miranda Levy commentedBy looking at the code of function _filebrowser_get_default_thumbnail() in filebrowser.common.inc, it becomes clear that instructions in README.txt are not right at the moment:
To get it to work you have to:
That should do it for the current release. I assume the developer will eventually work on the routine to complete the functionality described in README.txt or update README.txt with this instructions, so stay tuned for future changes :-).
In summary, create "images/mime-types/" under "sites/all/modules/filebrowser" and put application-pdf.png, application-msword.png, application-rtf.png, image-jpeg.png, application-zip.png, audio-mpeg.png, etc. and it should work for the current release.
Comment #9
bwoods commentedThanks Carlos! #8 worked for me.
Comment #10
rdahiya commentedIs it assumed that we all have our own icons to install using these instructions?
Comment #11
Carlos Miranda Levy commentedYes. Previous versions of the module came with icons. But I think the last version does not include an icons folder.
You might want to use the fam fam fam icons:
http://www.famfamfam.com/lab/icons/ in particular http://www.famfamfam.com/lab/icons/mini/
Comment #12
Yoran commentedActually I had number of request not remove thumbnailling stuff. Main argument is that this can be done on the theming side. So I'll have to rework this.
Comment #13
Yoran commentedCustom icons are corrected in trunk. You can copy module's icons folder in you theme, renamed as 'filebrowser' and change for your own icons.
Comment #15
itrivino commentedThis issue should be reopened. Icons don't show in Google Chrome. The solution is simple: in "filebrowser.theme.inc", line 129, change:
'style' => 'width:1%';into:
'style' => 'width:1%; min-width:18px;'Comment #16
clivesj commentedEasy fix indeed. I'm planning a new release somewhere next week.
Can you wait until then?
And maybe I'll have to move all in line styles to a separate css file to make customizing easier.
Comment #17
fuzzy76 commentedSince this issue was about file paths, the CSS issue in #15 is a completely different issue. Filed in #2824285: File icons not showing