Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home link not working #2119

Closed
Omertron opened this issue Mar 15, 2015 · 4 comments
Closed

Home link not working #2119

Omertron opened this issue Mar 15, 2015 · 4 comments

Comments

@Omertron
Copy link
Member

Original issue 2120 created by Omertron on 2011-10-09T10:55:06.000Z:

What is the expected output? What do you see instead?
when pressing the home button on the screen, it should point to the file defined in mjb.homepage, it points to blank page instead

What version/revision of YAMJ are you using? On what operating system?
r2654 @ win7

What skin are you using?
default-mod-large

Please provide any additional information below.
i have in skin properties:
mjb.homepage=Other_Todos_1

that file exists in dir, however, when i press the home icon, it always points to ".html".
the skin maker says it's an issue with yamj and not the skin.

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2011-10-09T11:04:28.000Z:

in yamj log file, in the properties line, i can see this:
mjb.homePage=,mjb.homepage=Other_Todos_1

i've tried to put mjb.homepage in the yamj properties file, but the result is the same.

so, there are two instances of homepage why? and why is one blank?

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2011-10-09T11:08:40.000Z:

found why the two instances in the log, the 1st is from the default properties skin file and the 2nd is the user properties skin file.

shouldn't just the USER file be valid? i understand it loads the default 1st, but when the user is loaded, it should overwrite the default one, right?

With the same setting on default and user skin properties, the home icon now WORKS, which isn't right, user should be valid, and not the default setting.

@Omertron
Copy link
Member Author

Comment #3 originally posted by Omertron on 2011-10-09T13:33:15.000Z:

mjb.homePage is the correct property, all others are invalid.
Properties are case sensitive, so you need to make sure that they are the same

Yes, any properties that are "duplicated" are overridden by the subsequent properties files (look at the top of the log file for the order the property files are loaded)

@Omertron
Copy link
Member Author

Comment #4 originally posted by Omertron on 2011-10-09T18:28:58.000Z:

my bad then, i confirm that this is working properly, the problem was my homepage instead of homePage.

thanks for helping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant