Under Home, I have a node named News and under News I haves lots of nodes. If someone go to News (a textpage), I'd like the user to be redireted to most recent child.
Yeah, I already read that and this is not what I wanted. It load the content from another node or it goes to child just under. But for me, the newest node is not necessarly directly under. So I use javascript like this :
Redirect to most recent
Hi guys,
Under Home, I have a node named News and under News I haves lots of nodes. If someone go to News (a textpage), I'd like the user to be redireted to most recent child.
Do you have an idea on how to do that?
Thank you
Take a look at this thread: http://our.umbraco.org/forum/developers/xslt/2834-Redirect-to-first-child-node-in-xslt
Does that work for you?
Another option would be to create a user control that does the redirect.
Yeah, I already read that and this is not what I wanted. It load the content from another node or it goes to child just under. But for me, the newest node is not necessarly directly under. So I use javascript like this :
But thanks for help!
is working on a reply...