Copied to clipboard

Flag this post as spam?

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


  • Tri 7 posts 27 karma points
    Mar 26, 2010 @ 08:10
    Tri
    0

    linking to the page conflicts with same name.

    hi i have node llike

    A

       b

       c

     

    B

       b

       a

    Now i am on homepage B and i need to link to B-b... i use umbraco.library.NiceUrl...

    but on clicking it linked to the node A-b.. due to the same name b.

    even i use node id instead of pagename 'b' still it navigate to A-b

    how can i remove this name conflict

    pls help

    tri

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 26, 2010 @ 09:37
    Dirk De Grave
    0

    Hi tri,

    Either set:

    umbracoHideTopLevelNodeFromPath in web.config to "false", so your path becomes /a/b.aspx and b/b/aspx

    or restructure your content and introduce an extra level in your navigation

    -Content
    --Site
    ---A
    ----B
    ----C
    ---B
    ----B
    ----A

    For the latter, you don't set to set that config settings to "false"

     

    Hope this helps

    Regards,

    /Dirk

     

     

  • Nick 4 posts 24 karma points
    Apr 02, 2010 @ 14:04
    Nick
    0

    i had this problem also.

    i belive i solved it by adding subdomains to the site. so A is like wwww.blabla.com

    and B is second.blabla.com

     

    this way it should be solved.

     

    (or just give them different names!!:D)

     

    Nick

Please Sign in or register to post replies

Write your reply to:

Draft