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.
"Save," "Copy," and "Img Tag" options in Filebrowser
I would love to use Filebrowser on my site as an easy art gallery for some of huge directories. The problem is Filebrowser image pages have "Save," "Copy url," and "Copy img tag" options at the top. I know removing these is not going to stop a user, but I don't want to look as though I encourage the saving of my files.
Is there a way for me to edit that, or is it something that's embedded in the php code? I love the software and think it's the perfect solution to my gallery growing pains were it not for that one thing.
Anyway, great work Mark. I'm quite impressed reguardless. :)
0
Comments
Don't comment anything out
With the help of css, you should never have to touch the code in order to change the appearance of the application.
Just open up your _default.css file and add the following class definition to the bottom of the file:
.Options { display: none; }
and your saving options will disappear
I use the FileBrowser to share print files with printers and have run into a problem relating to filesize. As far as I can tell if I have a PDF that is over a certain size the 'save' link doesn't work and reports that the file/link is missing...
I've looked through the index.php file but can't see anything the is limiting filesize... only one part that is feeding back filesize info.
Anybody got any ideas?