• Resolved sarnaiz

    (@sarnaiz)


    Hi Thom,

    I must have not understood how to set up the shortcode so that when my client uploads to a sub directory the files will appear there.

    I have the following shortcode on the page:

    [fileup sub=”guantanamo/military_commissions” makedir=”true” matchdrawer=”true” maxsize=”300″ showto=”administrator, editor, author, contributor” iconcolor=”blue”]

    [fileaway type=”list” align=”left” sub=”guantanamo/military_commissions” paginate=”true” directories=”true” pagesize=”25″ mod=”no” manager=”on” drawerid=”true” size=”no” dirman_access=”administrator,contributor” heading=”Detention Documents” filenamelabel=”Description” customdata=”Year,Keywords” metadata=”database” textalign=”left]

    There are 4 subs but when you choose one of them to upload files to, the files are uploaded to the Detention directory rather than the sub.

    Thank you for your help with this.

    The page I need help with: [log in to see the link]

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

    (@thomstark)

    In your fileaway shortcode, remove drawerid="true".

    It should either be:

    [fileup matchdrawer="true"][fileaway directories="true"]

    or

    [fileup matchdrawer="1"][fileaway drawerid="1" directories="true"]

    If matchdrawer is “true,” then don’t use drawerid. Otherwise, match matchdrawer and drawerid using numbers.

    Thread Starter sarnaiz

    (@sarnaiz)

    Thank you!! I removed drawerid=”true” and the sub directories work now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Away sub directories uploads’ is closed to new replies.