• Resolved phillcoxon

    (@phillcoxon)


    Hi there.

    I’m wondering how I can view a list of documents (for example, the /docs page) with all of the attachments displayed by default rather than having to click each individual paperclip to display the associated attachments drawer?

    Thank you!

    Phill

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

    (@dcavins)

    Hi @phillcoxon-

    On the /docs screen, the attachment “drawers” are all rendered, but hidden. The simplest thing to do is just add a CSS rule:

    body.js .bp-docs-attachment-drawer {
      display: block;
    }

    I added one in my theme’s “Additional CSS” customizer option, and the attachments are displayed but still toggleable (if you want to close them for some reason).

    Thread Starter phillcoxon

    (@phillcoxon)

    That’s perfect. Thank you so much David!

    Plugin Author David Cavins

    (@dcavins)

    Excellent, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List documents with attachments shown by default’ is closed to new replies.