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?
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?
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
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.
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?
is working on a reply...