Copied to clipboard

Flag this post as spam?

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


  • vijay 129 posts 152 karma points
    Jan 05, 2010 @ 06:22
    vijay
    0

    How to make Active Story board in umbraco?

    Can any one give me some idea how to make active story board in umbraco?

    ---- vijay

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Jan 05, 2010 @ 07:19
    Aaron Powell
    1

    What are you trying to make? Your question seems exceptionally vague.

    Maybe if you gave some info on the features you're wanting it'd be easier to provide help on how to achieve them

  • vijay 129 posts 152 karma points
    Jan 05, 2010 @ 08:15
    vijay
    0

    In my current project client ask  us to make Active story board item which functions like Google to do list.

    I m trying to get the information from google to do list but ours is News related website so can anyone tell me what options i can give.

    ---vijay.

  • Dennis Milandt 190 posts 517 karma points
    Jan 05, 2010 @ 09:47
    Dennis Milandt
    2

    Everything you can develop in HTML / AJAX / ASP.NET can be implemented in umbraco either in the template (ASP.NET MasterPage) or as a macro (ASP.NET usercontrol or XSLT).

    If you want to extend the backend you can develop a Dashboard control (ASP.NET usercontrol) or a custom datatype (ASP.NET usercontrol implementing the correct interface).

    Maybe you can benefit from the umbraco Node structure and use umbraco to store your data or content, or perhaps you should just develop your feature as you would develop any other ASP.NET feature, and then just plug it into your umbraco website as a macro.

    Hard to tell which is the best approach with this little detail. Hopefully this will give you an idea of the direction to attack your task.

    Kind regards
    Dennis Milandt

  • vijay 129 posts 152 karma points
    Jan 05, 2010 @ 13:40
    vijay
    0

    hi Dennis,

                  Thanks for ypur quick reply.I want to ask u one thing how to implement Dashboard controls / What actually Dash board controls menas.

    Please give some information about how to implement them.

    thanks in advance.

    ----vijay.

  • Dennis Milandt 190 posts 517 karma points
    Jan 06, 2010 @ 14:18
    Dennis Milandt
    0

    Please see the reference to the dashboard.config for more info: http://our.umbraco.org/wiki/reference/files-and-folders/dashboardconfig

    A Dashboard control is a usercontrol with your own custom developed features that you wish to display in the empty blank area in umbraco for each section when you click "Content", "Media", "Settings" etc.

    A Dashboard section is an additional custom section next to "Content", "Media" etc. I found this tutorial on how to add a custom section with it's own tree navigation etc. http://www.simm.dk/umbraco-corner/articles/making-custom-sections-and-trees-inside-umbraco---part-i.aspx

    Kind regards
    Dennis Milandt

  • 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