Fabian

Forum Replies Created

Viewing 12 posts - 91 through 102 (of 102 total)
  • Author
    Posts
  • in reply to: Stats stopped to work #648
    Fabian
    Participant

    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
    Fabian

    in reply to: upload and edit permissions #644
    Fabian
    Participant

    Hi Mark,

    In Settings / Permissions check “Edit File Details”

    Regards
    Fabian

    Fabian
    Participant

    Hi Eliot,

    will be added with the next update this week.

    Regards
    Fabian

    in reply to: Trouble with Batch Upload – Files are undefined #632
    Fabian
    Participant

    Hi 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
    Fabian

    in reply to: Template using the mediaelement.js for mp3? #628
    Fabian
    Participant

    Nice 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>
    
    in reply to: Export and import #627
    Fabian
    Participant

    Hi 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
    Fabian

    in reply to: Any issues with WP 3.6? #626
    Fabian
    Participant

    WP-Filebase Pro 3.1.10 has been tested with WP3.6

    Fabian
    Participant

    In 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'];
    
    in reply to: Amazon S3 Remote Sync setup and Root Category #616
    Fabian
    Participant

    The plugin does exactly what you said. Please update to latest version, it fixes some issues with the sync.

    in reply to: Category Permissions #601
    Fabian
    Participant

    Also note that you can toggle visibility in Settings / Security / “Hide inaccessible files and categories”.

    in reply to: Curl and open_basedir/safe_mode? #589
    Fabian
    Participant

    Will be fixed with next update.
    /Closed

    in reply to: Curl and open_basedir/safe_mode? #578
    Fabian
    Participant

    Hi 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

Viewing 12 posts - 91 through 102 (of 102 total)