Search results

  1. J

    WikiPost - Errors with XF 2.3.9

    They only appear like this because the addon effectively hides the attachment management option from users without the permission to delete them. The alternative is to keep the attachment management section, but then they will see the "Attach files" button, and will be able to delete the...
  2. J

    WikiPost - Errors with XF 2.3.9

    I have released a new version, please let me know if it works for you!
  3. J

    WikiPost - Errors with XF 2.3.9

    When you say the attachment permission error, do you mean you have it set to No and the addon is allowing those users to upload files anyways? Or is it the other way around?
  4. J

    WikiPost - Errors with XF 2.3.9

    As of right now there's no option to do it in bulk. I might take a look at it to implement it in a future release. For now, you'd have to do it manually. I am sorry for the inconvenience and as soon as it is implemented I'll let you know.
  5. J

    Improvements for Wiki addon

    Thank you for your patient. I have implemented all of these suggestions!
  6. J

    Improvements for Wiki addon

    I would like to get more feedback from you to understand your general need and plan an implementation in the future: - Does a simple user group permission with the amount of edits per day would be enough? - Do you think it would be enough to send the edit to the approval queue? This would...
  7. J

    Improvements for Wiki addon

    Thank you so much for the suggestions. I'll take a look at every one of them and implement some of them. There are a few that might require extra work, and I might pass on them because of the difficulty in coding them, but thank you nonetheless.
  8. J

    I can't download the addon

    Please try again to download the 1.0.8 version. I'll review the permissions. The problem with this approach is that if a user deletes an attachment by mistake, there's no way to recover the file. However, I'd like to give the user the ability to decide if they want to enable this for their own...
  9. J

    I can't download the addon

    Hmm there's an error in the DP's Cloudflare addon. I'll update it to see if it fixes the problem. Thanks for reporitng and I'm sorry for the inconvenience.
  10. J

    I can't download the addon

    Hello, let me check the error and I’ll get back to you ASAP
  11. J

    Permissions issue

    And in the rest of the permissions? Could you show me how are your permissions for the Forum permissions category?
  12. J

    Permissions issue

    Hello oceanblue. This one is tricky to reproduce, however this hint gives me something to start working on it. The banner should only be displayed if you have permissions to edit a WikiPost, so what it means is that there is something with the permissions that is preventing your normal users to...
  13. J

    Chunked Uploads 1.0.4 and XF 2.3.5

    Can you upload an image with the webP optimization you mention?
  14. J

    WikiPost banner showing in non-wiki threads

    I have released a new version to fix this problem. Please let me know if it works for you!
  15. J

    Chunked not working

    It's not the file size but the process to rebuild the chunks to form the final file what was giving me problems.
  16. J

    Chunked not working

    I have tried to upload a similar file and it worked fine while uploading, but the rebuilt process was giving me problems. It may be limits with your server or security measures in your firewall, but there's no other reason not to be able to upload ~2500 small files to your server because that's...
  17. J

    Chunked not working

    Is the file a video or a .zip archive?
  18. J

    Chunked not working

    Thanks for reporting this. I have fixed this and released a new version. Let me know if this works for you.
  19. J

    Chunked not working

    Hey guys thanks for reporting the problems you’re having with the addon. I still need some more time to debug it and try to reproduce it with the different environment that have been mentioned here. As soon as I have some progress I’ll keep you yo to date. Thank you.
  20. J

    Chunked not working

    Hello, although it should work with only one chunk, you could increase the simultaneous chunk files to upload in parallel. Also, do you see any errors in your error_log?