Copied to clipboard

Flag this post as spam?

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


  • Craig Cronin 304 posts 503 karma points
    Jul 08, 2015 @ 13:23
    Craig Cronin
    0

    Adding a custom tab in the backend of Umbraco

    I currently have a new website that allows users to "Rate this Page".

    What I would like to do, is have a tab in the backend that shows the feedback for the selected node in the content tree.

    I've previously build dashboards that are configurable from the dashboard.config file but not quite sure how I'd add similar functionality to the content tree nodes?

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jul 08, 2015 @ 13:41
    David Brendel
    0

    Hi Craig,

    maybe it is an option to create a readonly property editor that displays what you need. Then add it to a new tab that you added on the document type.

    Don't think it is currently possible to add a dynamic tab to the content page like the dashboard.

    Regards David

  • Søren Kottal 712 posts 4570 karma points MVP 6x c-trib
    Jul 08, 2015 @ 13:41
    Søren Kottal
    0

    How do you save the feedback?

    Maybe make a Doc type, with the required tab and a custom property editor displaying the rating?

    Then you can add that doc type, to the other doctypes you use, using compositions.

  • Craig Cronin 304 posts 503 karma points
    Jul 08, 2015 @ 14:22
    Craig Cronin
    0

    Thanks for the reply both

    HI Søren,

    I'm currently saving it directly to the database and then using EF to access the data.

    I would like to have a tab that listed all feedback for the page in a table format type of thing?

Please Sign in or register to post replies

Write your reply to:

Draft