Closed LuisSerrano closed 13 years ago
Do you mean display the preview of .doc and .pdf file in lightbox?
Yes
Good idea, I will do that.
I have changed your file _link.rhtml with this
I have changed (harcoded) the file attachment.rb (models) (I dont know how to make a patch) Old def image? self.filename =~ /.(jpe?g|gif|png)$/i end
New
def image? self.filename =~ /.(jpe?g|gif|png|bmp)$/i end
you can fork the project, make the change , commit the change , then send a pull request.
Congratulation for your work, it is possible to use with the files .DOC and .PDF