Some pages don't have a template but are rendered as tabs on the parent. these tabs can be selected throught the url with the # (in page navigation). Currently when an editor enters a link in a richtext editor, or a cshtml file has to output a link to these 'special' pages, they off course render the normal url, which is incorrect.
Override/extend NiceUrl Umbraco6
Hi,
Most of my website uses the standard url's generated through NiceUrl. One specific documenttype should not follow the standard url Umbraco provides.
I want it to be:
umbraco.domain.com/.../parentnode#currentnode
Instead of:
umbraco.domain.com/.../parentnode/currentnode
Can it be done without changing the core?
Kind regards,
Bert
Hi Bert,
What are you trying to achieve here?
Charlie.
I want the url of certain nodes:
umbraco.domain.com/.../parentnode#currentnode
Instead of:
umbraco.domain.com/.../parentnode/currentnode
Some pages don't have a template but are rendered as tabs on the parent. these tabs can be selected throught the url with the # (in page navigation).
Currently when an editor enters a link in a richtext editor, or a cshtml file has to output a link to these 'special' pages, they off course render the normal url, which is incorrect.
Hi Bert this does not feel right.
Where are you trying to render the content on the tabs with no template?,
Charlie
is working on a reply...