joshzcold / Cold-Family-Feud

Host your own Family Feud game. Mobile friendly with built in buzzers.
https://famf.app
MIT License
72 stars 42 forks source link

How to edit title text? #55

Closed Simplegram closed 1 year ago

Simplegram commented 1 year ago

I want to change the title from Family Feud to Super Family 100.

joshzcold commented 1 year ago

Currently you can only change the first word. Something like Family Feud -> Johnson's Family Feud

Didn't realize people would want to change the whole title.

This should be a ln easy fix... But I did have to do a lot of work to make sure "Family Feud" rendered well with whatever title_text was in input. The .svg title adjusts for that and I don't know if I could get the nice 3 rows with user input.

joshzcold commented 1 year ago

If you want this change for a game your hosting sometime soon I would go just manually edit everywhere I put in text in this file.

https://github.com/joshzcold/Cold-Family-Feud/blob/ef55f473f4d4041926312569cdc1bf67e471f675/components/title-logo.js#L238

Then refresh/rebuild

Simplegram commented 1 year ago

Thank you for your reply.

I managed to change the whole title and other few things by editing the English translation json file. Changing every "family" and "feud" also worked. I also managed to customize the UI a bit by editing the return CSS. Everything else is working wonderfully after that :)

Thank you for this awesome project!