Newbie question

Hello, is there a way to insert an specific image inside dashboard's body below header? I'm familiar with html, css, js - if thats helpful I just need to know what way to go, I will do rest of research and experiment things. Just give me a head-up. Thanks!
No description
19 Replies
Emma
Emma2y ago
Do you need this to show everywhere or just the console page
Rentex
RentexOP2y ago
just console page
Emma
Emma2y ago
Alright then, give me a second.
Emma
Emma2y ago
And this guide basically goes over what you need to know and how to add something there.
Rentex
RentexOP2y ago
so that thing I want to implement is called "component" ?
Emma
Emma2y ago
You basically want to make a directory called components (can be different but for the sake of this example we'll call it that) and put it in the dashboard: components: "" option in your conf.yml.
Rentex
RentexOP2y ago
okay
Emma
Emma2y ago
Then inside of that components directory, you'll need to create a file called Components.yml. Inside of that file, place the config from this page.
Rentex
RentexOP2y ago
Where should I normally create that directory "components" ?
Emma
Emma2y ago
Inside of your extension. If you haven't created an extension yet, run blueprint -init and choose "Barebones" as template.
Rentex
RentexOP2y ago
okay
Emma
Emma2y ago
Then your dev files will exist in your .blueprint/dev folder, which is in your Pterodactyl directory.
Rentex
RentexOP2y ago
No description
No description
No description
Rentex
RentexOP2y ago
I did this for example, I ran "blueprint -build" but nothing is showing on dashboard
Rentex
RentexOP2y ago
No description
Emma
Emma2y ago
your blueprint version is way too old
Rentex
RentexOP2y ago
oh shii
Emma
Emma2y ago
make sure to backup your dev folder

Did you find this page helpful?