Page 1 of 1
Home Page Customization

Posted:
Sat Nov 15, 2008 5:55 am
by mixmaster
I'd like to request the ability to customize the home page. Perhaps this already exists if I hack a little html/php? Instead of 10 random albums, I would much rather display a welcome page with a brief message, an image and some links.
EDIT: Sorry, obviously not php. Looks like this is java, jsp, ajax.
________

Posted:
Sat Nov 15, 2008 7:10 am
by mixmaster
Slowly teaching myself jsp & the like here. Found the home.jsp file, created a welcome token for my page, created a c/when in the same logical flow as the users page. Random is still the default and I'll need to figure where to edit the properties home.welcome.title and home.welcome.text
EDIT: Crush! .java files need to be recompiled, correct? Guess I'll need to install a java compiler. I found home_jsp.java, edited the line to set test to welcome instead of random if it is null. But yeah, I need to recompile.
Still working on the properties.
________

Posted:
Sat Nov 15, 2008 7:18 am
by mixmaster
Oh, wait, that is derived code there. I just found my message from the edit of home.jsp in it.
________