Add Genre and Mood
Design and Skin Customization
ah, right, looks like the BeatSlinger skin is adding those fields in by itself.
This is going to be a bit more complicated then.
First thing to do is to clone the skin, so your changes dont get over-written if the skin is updated.
Docs: "Creating your own Skin ( Clone from an Existing Skin )"
https://www.jamroom.net/the-jamroom-network/documentation/skin-design-guide/839/creating-your-own-skin-clone-from-an-existing-skin
That will create a clone of the beatslinger skin found on your server at:
/skins/(xxYourSkin's Name)
use SFTP to connect to your server and adjust the include.php file located at
/skins/(xxYourSkin's Name)/include.php
in that file there is a function called
(xxYourSkin)_insert_fields
Thats where those fields are coming from, so we want to get rid of them. wrap the section in a
/* and the end with
*/ as is shown in the screenshots.
That will cause that section of code not to run. re-upload the file to your skin on your server then clear the caches and run the integrity check if it doesnt show up immediately.
Docs: "Reset the Caches"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do#reset-the-caches
Docs: "Run the integrity check"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do#run-the-integrity-check