Recent content by eDaddi

  1. eDaddi

    Add-On GoFundMe like feature

    I don't need it for my forums, I would like to see it on THIS forum to be used in the XenForo resources and add-ons section where devs list their add-ons. That was they can run a list of potential updates to their add-on people could fund.
  2. eDaddi

    Add-On GoFundMe like feature

    It would be cool if XF’s own forums had ‘GoFundMe’ like feature so members with an add on that’s 95% what they need could fire up a GoFundMe type action to encourage the dev to develop the XYZ feature they need in the existing add-on. If enough people chip in, it gets done. Simple Example: I...
  3. eDaddi

    Need a Dev for Custom Groups like Add-on

    Looking for XenForo developer that can immediately start dev work on a custom add-on that enables user-generated access areas with limited management capabilities. Like some of the groups add-ons, but not. The add-on will involve the User Upgrade Categories add-on, integrating payment profiles...
  4. 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...
  5. 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!
  6. 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?
  7. 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?
  8. 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.
  9. 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...
  10. 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.
  11. 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...
  12. 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'...
  13. 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.
  14. 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'...
  15. 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...
Back
Top Bottom