Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tim James 2 posts 52 karma points
    May 01, 2015 @ 12:54
    Tim James
    0

    Bug? Umbraco 7.2.4 generating strange URLs

    I have Umbraco 7.2.4 assembly 1.0.5557.19139 installed on an Azure VM, and when creating new pages the URLs that are being created are strange.

    Rather than being '/hello-world/' the URL is '/values-dtdguidcf881bd4-96e9-493e-ab3b-6c8fb7f7d40b/'

    From additional testing, it seems as though having Vorto properties within the Root doctype is causing this issue. Has anyone got a solution?

  • Tim James 2 posts 52 karma points
    May 01, 2015 @ 13:57
    Tim James
    100

    Found the problem. I had a property within the Master doctype which was 'umbracoUrlName' to be used if we ever needed to overright the URL. This was a Vorto TextString data type, so Umbraco was seeing a value in this and overriding the URL!

     

  • Dennis Aaen 4457 posts 17970 karma points admin hq c-trib
    May 01, 2015 @ 14:11
    Dennis Aaen
    0

    Hi Tim,

    Yes Umbraco has some predefined  documenttype aliases, that you could use for some specific tasks, if you want to be a to hide a menu item from a navigtaion e.g you could use the umbracoNaviHide as alias, and then you need to write some Razor or XSLT, or C# code to hide it. https://our.umbraco.org/wiki/reference/umbraco-best-practices/umbraconavihide

    See the list of predefined aliases with some built-in functionality in the left side of the page. https://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlname

    Hope this helps,

    /Dennis

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies