Copied to clipboard

Flag this post as spam?

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


  • Tony 13 posts 43 karma points
    Jun 14, 2013 @ 13:08
    Tony
    0

    Same page content in different locations in the site

    It may just be that it's a Friday but is there an easy way of doing this? my site is stuctured as below...

    Homepage
    -- Employer
    ---- About us
    ---- How we work
    ---- Our people
    ---- Contact us
    - Graduate
    ----How we can help
    ---- Our products
    ---- Case studies
    ---- Contact us
    - Contact us

    As you can see there are three contact pages! all are required to be in the locations they are as the navigation reflects where you are in the site...

    Employer / Graduate / Contact us
    Home / Employer / About us / How we work / Our people / Contact us
    Home / Graduate / How we can help / Our products / Case studies / Contact us

    All three contact pages have the SAME content. Is there a way of creating the page once and have it used in the different loacations?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 14, 2013 @ 14:26
    Dave Woestenborghs
    0

    You can create a doctype called redirect or something.

    On that doctype you can add the property with a contentpicker : http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracointernalredirectid

    Think off it as umbraco's built in server.transfer

    Dave

  • Tony 13 posts 43 karma points
    Jun 14, 2013 @ 15:03
    Tony
    0

    Hi dave,

    That works, but it brings me out into the top level of the site where the page it's linked to.
    There is no URL redirection which is good, but the navigation on that page is different.

    Home / Employer / About us / How we work / Our people / Contact us --- clicking on contact us here (with redirect on it) will bring me out to the page here...

    Employer / Graduate / Contact us --- (page beinig linked to)

    Which will change the top navigation of the site.

    Is there no way of making an alias of the page content?

    Tony

  • Greg McMullen 49 posts 195 karma points
    Jun 14, 2013 @ 15:23
  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 14, 2013 @ 15:52
    Dave Woestenborghs
    0

    @Tony

    Another way is instead of redirecting is to put a content picker on your doctype.

    And render the content of the page picked.

     

  • Davey Bonamie 5 posts 26 karma points
    Jun 17, 2013 @ 13:45
    Davey Bonamie
    0

    Hello, I had the same problem and solved it with this solution as help:

    http://our.umbraco.org/wiki/how-tos/creating-reusable-content

    So i created an extra root node "Shared Content".
    On my textpages on the website I have an extra property to pick one or more of the "Shared Content" nodes.

    With a macro the shared content is rendered on the original textpage.

     

Please Sign in or register to post replies

Write your reply to:

Draft