Copied to clipboard

Flag this post as spam?

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


  • mike 2 posts 22 karma points
    Apr 22, 2014 @ 20:26
    mike
    0

    User should enter News Backend, Last 5 News on Startpage

    Hi, iam new with Umbraco 7.x.
    I want that defined User's should enter in the Backend News (first question is how did i define that i enter a news article?) . On the Startpage should always displayed the last five entered News (as teaserlink,and date of creation) . when i click on the link i whould display the whole news.

    i can i done this with umbraco?
    best regards mike

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Apr 23, 2014 @ 09:19
    Alex Skrypnyk
    0

    Hi Mike,

    1) You can use Umbraco Membership for restricting user roles, some users will be able to create news after authorisation.

    2) It's easy task, you can traverse any nodes from any place in your site.

    http://umbraco.com/follow-us/blog-archive/2011/3/13/umbraco-razor-feature-walkthrough-part-5.aspxInsert link text here

    http://our.umbraco.org/documentation/Reference/Templating/Mvc/querying

    3) It's the easiest way, when you traverse, try to use nodeId for getting url to the page what you need.

    Thanks, Alex

  • 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