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.
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.
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...
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...
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...
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...
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.
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...
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. :)
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...
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...
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...
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...