Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aaronkine

    (@aaronkin)

    I got it to work by changing Two Lines in “attachments.js”

    FROM THIS:
    file_frame = new BP_Docs_MediaFrame({
    title: bp_docs.upload_title,
    button: {
    text: bp_docs.upload_button,

    TO THIS:
    file_frame = new BP_Docs_MediaFrame({
    title: ‘New Doc’,
    button: {
    text: ‘Select’,
    },

    Plugin Author Boone Gorges

    (@boonebgorges)

    Thanks for the report and for posting your solution. I’ve created a ticket for the problem https://github.com/boonebgorges/buddypress-docs/issues/417 and will follow up there with the results of investigation.

    I’m not confortable in changing the code,

    when a try to add a file , an attachment.

    the add file button is simply not working

    any news about the investigation?

    I am also not able to upload files. i installed BP docs and it was working fine. I didn’t make any changes and then it stopped working. can you give some more guidance on changing the code so i can get back up and running?

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

The topic ‘Cannot upload doc’ is closed to new replies.