Forum Replies Created
- AuthorPosts
- FabianParticipant
Hi Roger,
in Dashboard / Files sort by “Last download”. Are there files that have been downloaded recently?
Note that downloads by admins and multiple download from the same IP (for same file) do not count.
Regards
FabianFabianParticipantHi Mark,
In Settings / Permissions check “Edit File Details”
Regards
FabianFabianParticipantHi Eliot,
will be added with the next update this week.
Regards
FabianFabianParticipantHi Remco,
please try it after disabling all other plugins. If that’s working, re-enable them one-by-one to find out which one is conflicting.
If it’s still not working, please send me a support request at //wpfilebase.com/got-wp-filebase-pro/premium-support/
Regards
FabianFabianParticipantNice to know that this is working. What Plugin are you using for the [audio…] shortcode?
You can also use the HTML5 audio element http://www.w3schools.com/html/html5_audio.asp
:<audio controls autobuffer preload="none"> <source src="%file_url%" /> </audio>
FabianParticipantHi Yutaka,
Currenlty, there is not automatic export/import function, but you can use phpMyAdmin to export the tables:
wp_wpfb_cats
wp_wpfb_files
wp_wpfb_files_id3
wp_wpfb_rsync_meta(where wp_ is the table prefix)
Regards
FabianFabianParticipantWP-Filebase Pro 3.1.10 has been tested with WP3.6
FabianParticipantIn classes/Admin.php, comment out theses lines:
$result = self::ParseFileNameVersion($file_name, $file->file_version); if(empty($file->file_version)) $file->file_version = $result['version']; if(empty($file->file_display_name)) $file->file_display_name = $result['title'];
FabianParticipantThe plugin does exactly what you said. Please update to latest version, it fixes some issues with the sync.
FabianParticipantAlso note that you can toggle visibility in Settings / Security / “Hide inaccessible files and categories”.
FabianParticipantWill be fixed with next update.
/ClosedFabianParticipantHi FAF,
are there actually issues with the S3 sync? It should work fine, even with the warning, since S3 server does not usually redirect.
I think commeting out the line
//curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
in S3.php
is better than the workaround because this makes 2 HTTP requests if open_basedir is on.Let me know if it works.
Regards
Fabian - AuthorPosts