Recent content by eDaddi

  1. eDaddi

    XF 2.3 webhooks, timing and criteria

    I created a simple webhook to test with new posts. Ran a successful test and 5-10 min after disabling it, I'm still catching post events. How are those triggered? Cron? I was expecting them to be near instant. I was looking into that ... when I noticed the 'criteria' column in the webhook...
  2. eDaddi

    XF 2.3 Rebuild cache for single template

    Appreciate it 🍻 Only problem now is you don’t have a ‘Beer Me’ link in your sig!
  3. eDaddi

    XF 2.3 Rebuild cache for single template

    I did see your recent post about that. I'm running this script outside the public available folder so what all files do I need to include from XF to allow that to work?
  4. eDaddi

    XF 2.3 Rebuild cache for single template

    I have a page template I’m updating in the DB and the changes don’t reflect until rebuilding cache. Is there a way I can rebuild just that page’s cache vs doing them all?
  5. eDaddi

    Showcase - A more modern user experience

    Not trying to be argumenitive by any means but if you’re to the point you need WordPress or a big EComm solution or other software … you’re probably to the point of self hosting. That or just have a forums.domain.com subdomain pointer XF’s servers.
  6. eDaddi

    Showcase - A more modern user experience

    What do people mean by more modern? As far as forums I thinks it's pretty modern and the best option out there. Personally I think XF is for forums. Hard Stop. I never viewed it as an all in one website solution which is what I feel like you're implying or trying to create. I think your...
  7. eDaddi

    Add-on Update Notifier

    board_url is wrong, contact mazzly for help Super appreciate this add-on! Any way we can get a second URL allowed for Dev sites? Creates a lot of back and fourth between live and dev to test add-on updates in a dev environment.
  8. eDaddi

    Webp download Conversion

    My previous post wasn't necessary for XF Devs, more for anybody wanting to make an add-on. I appreciate XF's backend is more complex than that and am in no way trying to be insulting. Just brainstorming a problem for my members. They have lots of personal preferences when it comes to forums...
  9. eDaddi

    Webp download Conversion

    I would think it would be a popular one. I should have learned how to make XF plugins by now but it's not a difficult bit of PHP code on it's own. In it's simplest form a function like: $src = imagecreatefromwebp($webpPath); $jpg = tempnam('/path/to/tempDir/', 'convertedJpg') . '.jpg'...
  10. eDaddi

    Webp download Conversion

    How do you close voting before it's even been up for 24hrs? Doesn't seem like you're wanting to hear what your customers may need from your product. EDIT: That sounds kind of ... attacky. I was just wondering what the criteria was for deciding to close this or any suggestion so soon.
  11. eDaddi

    Webp download Conversion

    I get that, it's common sense. But thats like .... 'we have this cool feature to make your site faster for end users, save space, help pagespeed scores, etc ... but don't use it if your users aren't capable of figuring out how to work with webp. So you get a slow site for your slow users'...
  12. eDaddi

    Webp download Conversion

    Maybe if you're dealing with professional photographers looking for original files, but I bet those people have other ways of sharing pics. But for most people that just want to download a file to chop or screw around with you can easily read an image from the filesystem, set the new format and...
  13. eDaddi

    Webp download Conversion

    XF and many Image Optimizer add-ons are forcing WebP, which is ridiculous. We get it can be faster but many end users despise webp because they can't easily download it and work with the images. I suggest an dropdown on image attachments that allows you to download the attachment in a formant...
  14. eDaddi

    Flagging posts

    Looking for help developing an add-on which provides 3 ways to flag a post, based off permissions, and sticks the post ID into a dedicated table. I can provide more info in DM.
  15. eDaddi

    XF 2.3 Fatal Error: gd-webp cannot allocate temporary buffer

    Tracy? It was an animated image. They should add a check to see if they are animated or not before processing.
Back
Top Bottom