Copied to clipboard

Flag this post as spam?

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


  • luke101 9 posts 50 karma points
    Jun 18, 2012 @ 23:09
    luke101
    0

    Can umbraco do this?

    Here is my website: http://akorra.com and here is an article within my website http://akorra.com/2012/06/13/top-10-struggles-of-people-with-disabilities/

    I am looking to migrate my site to umbraco blog system. Because I am more skilled in C# than any other language. But here is what i am trying to do:

    If you take a look at the article in my website you will see that it has 10 items numbered from 10 to 1. What I want to do is - instead of pasting all the text in one large text area which is what wordpress does. I want to add items individually and dynamically. In the article above there are 10 items. But what if i want to add 20 or 50. For a given article it will have an introduction, item array [title|image|image source|body|etc], featured image, Hit counter, etc. As you can see there can be any number of items and I want to add them dynamically. There will be a requirement of at least 3 items. When the 3rd item is filled in the writer can hit [Add item] button to add another item. Can this be done with umbraco?

  • Jon Boyer 37 posts 59 karma points
    Jun 21, 2012 @ 22:43
    Jon Boyer
    0

    Yes - in fact there are a couple of ways of doing it.  I generally do it be creating each item as a sub-node, and then just aggretating the data on the parent page using xslt.

     

    You might be more interested in doing it via this package:  http://our.umbraco.org/projects/backoffice-extensions/repeatable-custom-content

     

     

  • 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