Recent content by QuackieMackie

  1. QuackieMackie

    Add-on UserPets

    I'm glad you got it working again, can I ask what you did differently and what the problem was? Also lovely sprite sheets but I do see they are AI generated and have a few miss matches with what the animations should be. You can see in this template what animations should be and where.
  2. QuackieMackie

    Add-on UserPets

    Check this wiki section out https://github.com/Sylphian-Network/Sylphian-UserPets/wiki#step-3-adding-the-spritesheet :) By default it doesn't come with any sprite pre loaded, you have to load them in yourself otherwise if you went and removed the pre loaded it would cause a health check error.
  3. QuackieMackie

    Revise all the developer docs (and maybe even the normal docs) using AI

    I don't see why adding a llm.txt to the dev docs would be a problem. The dev docs contain none of Xenforos actual source code (to my knowledge, and if it does I imagine it's very minor.) Giving AI access to the dev docs would let AI possibly gather the information it needs to generate semi okay...
  4. QuackieMackie

    Revise all the developer docs (and maybe even the normal docs) using AI

    A dev doing this would be ideal, but with 2.4 in the works, I imagine they’d prefer to wait, otherwise, they’d have to redo it. Personally, I think updating the dev docs should have been a mandatory part of each update. I don’t mind updating the sections I contribute to as I discover features...
  5. QuackieMackie

    Revise all the developer docs (and maybe even the normal docs) using AI

    I completely agree that the developer docs need a rehaul. A lot of the content is over two years out of date, and even the copyright footer still says Developer documentation for XenForo® © 2010–2023 XenForo Ltd. It’s pretty clear the docs haven’t been getting much love. I also agree that using...
  6. QuackieMackie

    Improved smiles tooltip

    I'd like to see a better tool tip for emojis. Currently it only shows the Title and the first replacement text. I think it should also have a larger preview for it, so if you have a detailed emoji or your eye sight isn't great, you can still see an emoji. This is an example of how i'd like to...
  7. QuackieMackie

    Build-release independant from database

    I did a few days of off and on again tweaking before I finally have something working how I want. So a few things I did to set this up: I set up a completely clean Xenforo installation on a self hosted device. I set up my own github runner so I can just access the Xenforo installation without...
  8. QuackieMackie

    Build-release independant from database

    I tried combining my dev enviroment, and the selfhosted runner so I wouldn't have to set up a seperate Xenforo site. Not the best idea, but I was being lazy.
  9. QuackieMackie

    Build-release independant from database

    I think your right. Without a lot of work, setting up any of the build process to be automated is a huge pain, hopefully with 2.4 this does get easier :) I’ve been experimenting with self-hosted runners today and got to the point where the workflow can build the add-on and upload the artifact...
  10. QuackieMackie

    Build-release independant from database

    Self hosting GitLab should in theory make it a lot easier to do. Whether it’s easy though is another matter. If you do end up getting it working I’d love to know what you ended up doing. :)
  11. QuackieMackie

    Build-release independant from database

    This suggestion is being made to re ignite an old suggestion that had a lack of interest. https://xenforo.com/community/threads/add-cli-flag-to-build-add-on-without-needing-a-full-xf-environment.187253/ As the title suggests, I’d like to see the php cmd.php xf-addon:build-release Vendor/Addon...
  12. QuackieMackie

    let's say I'm trying to create an add-on that will modify every avatar, how can i do it?

    Yeah my bad I should have specified that, I was just aiming to show how it could be affected.
  13. QuackieMackie

    let's say I'm trying to create an add-on that will modify every avatar, how can i do it?

    Ah okay! Then i'd suggest checking out https://xenforo.com/community/resources/xb-user-profile-styles.9916/ as this already seems to do something similar to what your looking for. If you want to do this yourself however. From a quick test, modifying the src/XF/Template/Compiler/Tag/Avatar.php...
  14. QuackieMackie

    let's say I'm trying to create an add-on that will modify every avatar, how can i do it?

    I'm a little confused on what your asking for exactly, but I don't think your going to achieve that using templates alone. Now I only did a quick look into avatars so if anyone notices incorrect information please do let me know. Avatars are stored in these files: data/avatars/h/0/1.jpg...
  15. QuackieMackie

    XF 2.0 Add Content between Categories XF2

    Just to update this as I didn't see a confirmed answer. In the template forum_list you have this part: <xf:macro id="node_list" arg-children="!" arg-extras="!" arg-depth="1"> <xf:css src="node_list.less" /> <xf:foreach loop="$children" key="$id" value="$child"> <xf:macro...
Back
Top Bottom