• … and the second issue is that whilst I would like to give my users the ability to add/edit individual files, I want to remove ‘add subdirectory’ ability (the big ‘+ NEW’ link in the ‘type’ column) because I know my users will instinctively click that instead of the ‘add files’ button. Believe me, I know they will! Also I don’t need to create sub-directories.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thomstark

    (@thomstark)

    You can just hide that table row with custom css.

    Thread Starter demonboy

    (@demonboy)

    Yes, that was going to be my next option. Just wondered if I was missing a shortcode.
    Cheers 🙂

    Thread Starter demonboy

    (@demonboy)

    Hi Thom – sorry for this but I’m struggling to work out what the CSS is for that specific table row to hide. I think the row is ‘row-ssfa-create-dir’ but how would I construct the specific CSS to hide this row in every table?

    Thread Starter demonboy

    (@demonboy)

    BTW, I even tried JS but this doesn’t work:
    $('#ssfa-table.row-ssfa-create-dir').hide();

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

The topic ‘Remove ‘add subdirectory’’ is closed to new replies.