Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Fred_CA

    (@mesetudes)

    Modify buddydrive-views.min.js

    Find : ` // Try to find the best place to inject the uploaded file
    if ( file.get( ‘file_id’ ) && ! _.isUndefined( buddydrive.Uploader ) ) {
    position = _.indexOf( _.pluck( buddydrive.Uploader.filesQueue.models, ‘id’ ), file.get( ‘file_id’ ) );
    if ( -1 !== position ) {
    options = { at: position };
    }`
    and add
    window.location = '#edit/'+file.get( 'id' );
    just after

    Works fine

    Yes you can. I answered this question in a support question before ( nearly 1 year ago)

    Thread Starter Fred_CA

    (@mesetudes)

    In fact It’s easy but I search a lot.

    Here is a simple way to add it :

    'post_name' => wp_generate_password( 12, false ),

    On line 194 of buddydrive-item_classes.php
    Because by default wordpress add the title to the name and the plugin use the name to link. So that change only the name.

    It’s work great and add a great privacy sharing option for the URL.

    • This reply was modified 8 years, 3 months ago by Fred_CA.

    To Change the name of BuddyDrive in the menus you need to change the title and the permalink in the page created by the plugin.
    Then update your permalink in settings and Done.

    Hi, I’ll use it for a university repository, and a great feature could be a versioning option. Student could upload a new revision of the document and could see the revision history with the file description. That could be awesome ! ??
    I’m more a project manager than a developer but I offer you my help if needed for the development of this plugin.

Viewing 5 replies - 1 through 5 (of 5 total)