PretendYoureXyzzy icon indicating copy to clipboard operation
PretendYoureXyzzy copied to clipboard

Customization

Open UnwiseRy opened this issue 5 years ago • 2 comments

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.

UnwiseRy avatar Feb 01 '20 07:02 UnwiseRy

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.

ajanata avatar May 24 '20 01:05 ajanata

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

Dalkei avatar Jul 03 '20 01:07 Dalkei