How to customise the Portal web app #434
-
Hello, i searched by my self, but not found anything. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 21 replies
-
What settings are you looking for? |
Beta Was this translation helpful? Give feedback.
-
I dont know... everything. Like the colors and pictures, texts an everthying whats on the website. |
Beta Was this translation helpful? Give feedback.
-
The settings panel is not customisable as it is intended to be seen only by server administrators and infrequently, and adding translations would have made development take much longer. Translations may be added in the future though, but customizability is unlikely. The user-facing portal part of the application will use your guild's logo and colours and will support translations when it is made. |
Beta Was this translation helpful? Give feedback.
-
I am done... its working 🥇 |
Beta Was this translation helpful? Give feedback.
-
Okay, I'm done after all. Found my mistake. And even one in the original code. |
Beta Was this translation helpful? Give feedback.
-
@eartharoid |
Beta Was this translation helpful? Give feedback.
-
@FoxXxHater muss ich irgendwas beachten ? ich bekomm es nicht nicht^^ hab das so gemacht wie beschrieben wurde bzw. rauszulesen ist aber er zeigt die standardseite an. Hab auch schon versucht dein bot und portal zu installieren aber da kommt beim bot direkt ein fehler hab dann versucht den standard bot und dein portal aber keine ahnung komm nicht auf den trichter wo mein fehler ist ^ |
Beta Was this translation helpful? Give feedback.
You would need to clone https://github.com/discord-tickets/portal,
npm i
, make your changes to whatever you want, thennpm run build
.Then use
npm link
followed bynpm i
in the bot directory to override the package.If you're using a panel like Pterodactyl to host then you can't do that, so you would need to host the web app separately, as described here.
You can change the blurple colour in https://github.com/discord-tickets/portal/blob/main/tailwind.config.cjs#L8 but changing any other colours will take a lot of search and replace.