WP-Filebase – Datei Download Manager für WordPress 16. September 2009
WP-Filebase is a powerful file/download management plugin for WordPress.
It uses a category/sub-category/file taxonomy to keep everything structured. Providing a template system, the plugin is made for consistent output for file attachements and file lists including pagination and search functions.
With WP-Filebase you can…
- create dynamic paginated and sortable file lists
- build photo galleries
- embed flash (or other formats) videos using a template player
- easily publish MP3 and other audio files with automatic ID3 tag detection
- restrict downloads for certain user roles
- upload files from the front-end via widgets
Check out WIP documentantion before leaving a comment below. Feel free to post any bugs or feature requests. And remember: cool people donate.
Currently in Development:
- File Tags: Like tags of WordPress Articles, files can have multiple tags. In 0.2.9.9 you can only set tags and display them with the template variable %file_tags%. Listing all files with the same tags and tag links are not implemented yet.
- Bulk Actions, I know they are greatly missed
Code is not visible. I try with space:
instead of:
this is spamming??? I wanted give you some help to resolve…
Ok… good luck
Thank you for this great plug in-
Question: Is there an option to change MiB to MB when listing the file size.
My apologies if this has been already covered.
Thanks
Sorry found it and more!
Thanks!
esta la traduccion al español??? how i can translate in tne code for spanish the frontend of this pluggin???
the content of this example (up image in this page)
Example of three auto-attached files:
for spanish????
I use just updated to the latest version of wp filebase (great plugin by the way, keep up the good work). The only problem I have is that when you click details, de text is shown in one block, without linebreaks. In de filedescription I do use linebreaks (although without the br-tag) just wysiwyg) In the later version that worked, but now it doesn’t. I can’t find the stylesheet where I can correct this.
Can you help? You can see an example of what I mean on http://www.peppymind.com/?page_id=20
Thanks, Luc
Hi, Fabi!
I downloaded Filebase 0.1.3.4, create folder wp-content\uploads\filebase and activate plugin
I try to test your plugin on clean WP installation, theme Default
Settings Page ok! Tools Page is blank
What can I do? Please help me!
WP 2.9.2
Apache 2.2.15
MySQL 5.1.45-community
PHP 5.3.2
ZendOptimizer 3.3.3
MS Windows Server 2003 R2
hi fabi
filebase in tools page is just gray page
please send me answer
please please help me
Hi,
Using WP-filebase 0.1.3.4 with WordPress 2.9.2 to download MP3 and M4A files. It is an excellent plugin. The files download but the tag information and coverart seems to be stripped out. This causes the M4A not to play and the mp3 plays only on some systems. The downloaded file size is correct, and if I have verified that the file on the server has all the information. Do you know why the download is removing this information from the mp3′s and m4a’s?
Thanks!
The tools page is also blank for me, running the latest stable version of WordPress.
Great plugin, thank you! One little feature I’d like to suggest is the possibility to add a custom header to attached files, for example “Attached Files”. This would fit very well under Settings > Display.
Great plugin, but I got the same BLANK on my server after clicking the INSERT button of the pop-up dialog.
It turns out the newly (PHP 5.3.2) deprecated directive ‘magic_quotes_gpc’ is responsible.
Re-enabling it via .htaccess / php.ini is a quick work-through, and make sure the ‘display_errors’ is set to off.
However, using addslashes() would be a better solution.
Hi,
I am importing a large number of PDfs into Filebase. I need to call these files from another plugin using the shortcode.
Is there a paradigm for determining the file number which I can use to systematically create the correct shortcode for each file?
Thanks,
Josh
Hi,
I want to start by saying that this plugin is one of the best i have used. now over time my download section has grown to over 2800 files in 106 categories. this many categories on one page takes forever to load on dialup and that is if i refresh the page 3 or 4 times.
i was wondering if there would be a way to limit the number of categories and files per page to x amount. some of my categories have over 200 files each.
i would love to see a user adjustable limit on the amount of files and categories that are displayed on each page with the addition of a next button at the bottom the the page to be able to see the next page worth of categories / files.
thanks
[...] detail at author’s website. 1.1. To manage the messenger – PDF file WP-Filebase [...]
Hi
Great plugin. Really saves a lot of time and work.
One thing though: When you search (using the built-in wordpress search widget) for a filename or a word/phrase from the description the search result is empty. It would be great for the reader to be able to search for a file instead of browsing after it.
Hallvard.
Hi, Great plugin.But he search for wordpress does not work with this plugin.
[...] Le site de l’auteur: http://fabi.me/wordpress-plugins/wp-filebase-file-download-manager/ [...]
Is there something odd about filebase that prevents it from working when called from inside a template with the do_shortcode() function?
I am trying to put this into a template, and supposedly this would work:
But all it does is echo the shortcode definition instead of putting in the file listing.
Sorry, the last post ate the code. This is what I am trying to do in PHP in the template file:
echo do_shortcode(‘[filebase:filelist:cat=1:tpl=simple]‘);
Hallo Fabian, nachdem ich das Plugin installiert hatte, musste ich mit Schrecken feststellen, das ein Upload der Dateien zwingend nötig ist. Ich möchte jedoch meine Dateien über meine Dropbox mit URL-Angabe zur Verfügung stellen. Ist da in Zukunft was geplant?
Danke im voraus. Gruss aus Berlin von Andreas.
Thank you for the great plugin! The issue I am having with it, however, is when you go in to edit the file, it seems that the thumbnail is getting erased when uploading a new file (not touching the thumbnail settings at all). Any way to resolve this?
Also, when I do a synchronize with the server after uploading a bunch of files via FTP, it also uploads all of the thumbnails as files. If I delete the thumbnails from the filebase, they get deleted from the server and than I have to manually re-add them to the files.
I love this plugin, but I think it doesn’t work with wordpress version 3.0. I got the following error:
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/allykatd/public_html/wp-content/plugins/wp-filebase/wp-filebase_file.php on line 247
Is there something that can be changed in the php file to fix this?
Thank you
Hallo
Ich schreibe, um ein Problem mit WP Filebase seit dem Update von WordPress auf Version 3.0, wenn ich das Bild Bericht senden, sendet der Server mir die folgende Fehlermeldung:Catchable fatal error: Object of class WP_Error could not be converted to string in /homez.316/portableg/www/wp-content/plugins/wp-filebase/wp-filebase_file.php on line 247
Nochmals vielen Dank für diese Bemerkung Werkzeug.
I’m currently on vacation, so I reallz cant give you support. Will be back at beginning of August, please hang on.
Is there any way to allow non-admin users to access the Tools/Wp-Filebase panel? I am not familiar with how WordPress manages access permissions for this, and looking through the code hasn’t revealed anything to me yet.