Recent content by QuackieMackie

  1. QuackieMackie

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I feel like I joined this community at an amazing time, so much is happening. :) I'm loving it.
  2. QuackieMackie

    Custom Thread Fields [Applicable Threads]

    We have the option to set an Applicable forum could we get an alternative option for thread types? So we can add fields only to thread types.
  3. QuackieMackie

    Custom Thread Fields [Display Location]

    Could we get the option to not display the custom thread field? Currently we have: Before message After message Thread status block
  4. QuackieMackie

    XF 2.3 Custom Thread Values [Sorta Solved]

    I just got finished with creating a template for my custom thread type, right now the template modifications are using place holder values. I want to be able to upload an image when a thread is created or edited. Does anyone know how I might go about doing this, or if it's even possible? The...
  5. QuackieMackie

    Easily Extensible Thread Types

    Simply put for me, it's clarity. Sure we have a few thread types now, and they can be re purposed to what we need. But with custom thread types we would be able to make everything clearer, no more repurposing other thread types. If we wanted a new type of disucssion, we could just add a new...
  6. QuackieMackie

    Easily Extensible Thread Types

    I was mistaken, I did a bit of digging, and you can just create a class extension, and just inject the thread_type like this: class DiscussionHandler extends \XF\ForumType\DiscussionHandler { public function getPossibleCreatableThreadTypes(Forum $forum): array { $types =...
  7. QuackieMackie

    Easily Extensible Thread Types

    I'd be interested in this, you can already make new thread types, pretty easily. using: public function installStep1() { $this->insertThreadType(); } But to actually use that custom ThreadType, it gets a little bit tricky. (Feel free to correct me if i'm wrong) So you have two choices, you...
  8. QuackieMackie

    XF 2.3 Versioned Documentation

    I'll start adding the ones I noticed. I quite like inetpub for windows, it's what I was most familiar with and it wasn't to difficult to set up. It just means it's on when my pc is on. As a side note, i'd quite like a section in the documentation that would explain small concepts with...
  9. QuackieMackie

    XF 2.3 Versioned Documentation

    Ah I see, I was under the assumption that older versions were still supported.
  10. QuackieMackie

    XF 2.3 Versioned Documentation

    Update: https://github.com/xenforo-ltd/docs/issues/62 I created an issue on github. And drafted up a brief demonstration of what it could look like. https://github.com/QuackieMackie/XenforoDevDocs
  11. QuackieMackie

    XF 2.3 Versioned Documentation

    Howdy Xenforo People, I've been referring to the developer docs https://xenforo.com/docs/dev/ quite often, and it's clear, it's a tad outdated. I was wondering, is there a specific reason the docs haven't been versioned yet? It would be really helpful to know which version of XenForo a given...
  12. QuackieMackie

    XF 2.3 Gif Avatars Addon Development

    Hi folks, I'm brand new to PHP and XenForo addon development (just a few hours in) but I’ve already built a basic widget with basic dynamic content. Now I want to move on to my actual goal. What I want to build is a permission that controls whether a user's avatar GIF animates or remains...
  13. QuackieMackie

    Legal Enquiry

    Good morning folks, I've recently purchased the software and begun the set up process, but honestly I didn't even consider the legal side of hosting a forum, and now I want to cover my behind incase I ever go anywhere with what I'm doing. To give a little context, I am a UK resident, I live...
Back
Top Bottom