• Thanks for this awesome plugin! Its do what i want

    Can you add Gutenberg blocks? (I cant see it on gutenberg)

    Is it possible add Description button to frontend ui(Table [mdocs], we can see downloads size version rating).

    How can i switch description editor? I cant add images

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bhaldie

    (@bhaldie)

    for now if you add the classic block to your post you can use the mDocs shortcode button. It is the “M” icon.

    no there is no description button. only the table view of all the elements.

    No sure what you mean by switch description editor?

    Thread Starter letmedo

    (@letmedo)

    Hi,
    I was taking about description text editor. There no option for import multimedia (images). Is it possible use gutenberg or any other text editor for description area.

    And is it possible add description ıcon to mdocs table.When user click he can see description on spoiler not on popup. Is it possible? Can you add option for this?

    Another question: Can i filter the files? Is it possible search by tags etc..

    Thanks for your awesome extension ite realy helpfull.

    Plugin Author bhaldie

    (@bhaldie)

    if you want multi media, ope the file mdocs-upload.php edit line 502:

    
    $editor_settings = array('media_buttons' => false, 'editor_class' => 'disabled', 'editor_css' => '<style>display: none;</style>');
    

    and change it to this:

    
    $editor_settings = array('media_buttons' => true, 'editor_class' => 'disabled', 'editor_css' => '<style>display: none;</style>');
    

    use at own risk I have not tested this in any way.

    if you want description showing in the table got setting > Document List Configuration > then check show in table for the option description.

    there is currently now advanced search for mDocs.

    • This reply was modified 4 years, 6 months ago by bhaldie.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Awesome’ is closed to new replies.