Copied to clipboard

Flag this post as spam?

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


  • Matt Taylor 859 posts 2052 karma points
    Jan 27, 2012 @ 14:55
    Matt Taylor
    0

    Architecting for a single page template in Umbraco

    Take a look at this site.

    It's a neat single page template where all the top level pages are loaded onto a single page and you jump to them using the left hand menu.

    I was wondering what would be the best way to do this in Umbraco using seperate content nodes for each of those pages as you wouldn't want a single node to contain all that content.

    Regards,

    Matt

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Jan 27, 2012 @ 17:01
    Jeroen Breuer
    0

    You could store it in different content nodes and create 1 XSLT or Razor file which reads data from multiple nodes and renders it in 1 page. Or you could use some cool jquery techniques to load in different nodes/templates like here: http://our.umbraco.org/forum/templating/templates-and-document-types/16442-Use-jQuery-to-load-a-page-with-another-template

    Jeroen

  • Matt Taylor 859 posts 2052 karma points
    Apr 10, 2012 @ 18:45
    Matt Taylor
    0

    I've ended up using the great uComponents macro 'RenderTemplates'.
    It has made it very simple for me.

    Regards,

    Matt

  • 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