ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.23k stars 396 forks source link

Customization #222

Open UnwiseRy opened 4 years ago

UnwiseRy commented 4 years ago

So, I've been wanting to rename the site and certain things located around the interface, namely things such as the name of the tab,title etc. However I'm unable to work out how to do so, I'm new to JS as a whole.

ajanata commented 4 years ago

You'd have to manually edit the jsp files which control the presentation. If you do a find and replace in files, you should have some decent luck.

Dalkei commented 4 years ago

Plus, I would like to point out that this is Java, and not Javascript.

If you're looking to customize the entire website, you may want to learn the website. Otherwise, these may be of help.

https://github.com/ajanata/PretendYoureXyzzy/blob/ed08e371978529db8a908e266dc1a8add1d37967/WebContent/viewcards.jsp#L141 https://github.com/ajanata/PretendYoureXyzzy/blob/ed08e371978529db8a908e266dc1a8add1d37967/WebContent/game.jsp#L54 https://github.com/ajanata/PretendYoureXyzzy/blob/ed08e371978529db8a908e266dc1a8add1d37967/WebContent/index.jsp#L36