1

Recently I am started exploring Umbraco 7 cms and building a site where I need to implement a blogging feature.I want to do it using MVC razor syntax but I am also open for extension.But primarily I want to do it using coding . Please help me by giving some ideas and resources to accomplish the task.

Thanks

Utpal

Utpal
  • 805
  • 4
  • 15
  • 44

2 Answers2

0

You can use uDateFoldersy for this purpose. using it you will be able to do following with out any coding.

  • Configure multiple nodeTypeAliases for landing (root eg. news, blog) nodes.

    • Configure multiple nodeTypeAliases for nodes to put in date folders (eg. article, blogpost)

    • Configurable property alias for date property (you can call it anything!)

    • Automatic folder creation occurs on the Saved event.

    • Change of a date in a node results in the node being moved.

    • Moving a node to another date folder results in the date being changed.

    • Year, month and day folders can be disabled

    • Nodes can be created directly on a year or month folder, and will stay at the folder.

    • Define your own date folders (if you want)

    • The package includes mvc view and a master page.

This will make your development a lot easier as the basic features needed to implement for a standard blog will be done with this extension.

None
  • 5,582
  • 21
  • 85
  • 170
0

A complete blog package is UBlogsy, it has tags, categories, authors, data folders and more. Also working in Umbraco 7 (see details on downloadpage)

For a blogwebsite I created my own Razor scripts to run it the way I want it to Run ;)

RunnicFusion
  • 193
  • 1
  • 3
  • 12