Recent content by QuackieMackie

  1. QuackieMackie

    XF 2.2 Contribute to our XF2 Developer Documentation

    In case you weren't aware, these PRs have been updated to the new docs format. If there's any problem with how this has been done let me know. It was my first time fixing a conflict of this size, so I learnt as I worked through them. https://github.com/xenforo-ltd/docs/pull/76...
  2. QuackieMackie

    XF 2.3 How does <xf:checkboxrow> works?

    What you want to do is have this in your template: <xf:checkboxrow label="{$option.title}" hint="{$hintHtml}" explain="{$explainHtml}" name="{$inputName}[userGroups]" value="{{ $option.option_value.userGroups ?: [] }}"...
  3. QuackieMackie

    Help page categories

    I think you might have misunderstood what I was suggesting. I'm looking for something more like this: I can do it myself, but I think this would be a huge improvement for the help page if this was added into Xenforo as a core feature.
  4. QuackieMackie

    New home for all XenForo documentation

    This is the commit before all the big changes occurred. https://github.com/xenforo-ltd/docs/tree/98e50b847bc1a45cac370d987b6c042a8ee1f342 You can download the files as a zip and launch the docs locally, or just browse the files. This is only the case for dev docs, as manual were not open source...
  5. QuackieMackie

    New home for all XenForo documentation

    Where do you have in mind on the navigation? I could see that being under Resources.
  6. QuackieMackie

    Detecting AI by Reaction

    You can also then change the Text colour from blank -> #FF4D4D which will make the text linked with this reaction red. (The linked text is Members who reacted to message and the text next to an emoji once your react to it.) Finally, the display order, where do you want it to appear in the...
  7. QuackieMackie

    Detecting AI by Reaction

    Okay so the emoji replacement means what emoji your going to use. For example :ai: means the country flag. What you want to do instead if use the :robot: in the Emoji replacement.
  8. QuackieMackie

    Help page categories

    I'd like to see a way of categorising the help pages. Currently, all help pages are grouped under a single 'Help' header in the side navigation. I'd like to see a way to categorise help pages instead, making them more structured. For example, admins could create categories such as: Legal -...
  9. QuackieMackie

    Detecting AI by Reaction

    Are you suggesting this for core Xenforo? I don't think this should really be added by default as a lot of sites, mine included don't need this. If you're looking to add this yourself though, you could just add the 🤖 emoji into the Admin CP -> Content -> Reactions and it would let users flag a...
  10. QuackieMackie

    New home for all XenForo documentation

    Dev docs have actually been open source for years, but they were largely unmanaged, which is what led to them becoming outdated. (An example of this is the Demo/Portal add-on example not working any more.) Making everything open source is definitely a good thing, and it was something people...
  11. QuackieMackie

    New home for all XenForo documentation

    Never used docusaurus, I'm excited to give it a go. :)
  12. QuackieMackie

    XF 2.3 Handling long jobs

    Well, that's not ideal. I wanted to have a full backup solution and not split it. :) Thanks for the advice, I'll look into using .sh scripts instead.
  13. QuackieMackie

    XF 2.3 Handling long jobs

    I've finally started adding offsite backups for my backup solution, and I ran into a Cloudflare issue. So basically, when I run a manual job, it runs through the steps: public function run($maxRunTime): JobResult { switch ($this->data['step']) { case...
  14. QuackieMackie

    XF 2.2 Contribute to our XF2 Developer Documentation

    Thank you for letting us know. :) I appreciate the response. I have a few bits I still want to fix/update, such as: 1. The broken add-on https://github.com/xenforo-ltd/docs/issues/63 2. Still missing a lot of syntax https://github.com/xenforo-ltd/docs/pull/66 Is there anything else you can...
Back
Top Bottom