Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can I add the "Notifications" option to the top node in the Content section?Only nodes under the Content node have the "Notifications" option.
I don't believe that you can and have it run the way you'd be expecting. Because the root node doesn't have an actual ID I don't that it'd be picked up properly and have notifications filtered all the way down.
You can try it out, and it should be possible to add one the same as adding any other context menu item (using the BaseContentTree.BeforeNodeRender event). Here's some sample code on how to do it: http://our.umbraco.org/forum/developers/extending-umbraco/5878-VB-code-for-adding-context-menu
is working on a reply...
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.
Continue discussion
Content node context menu
How can I add the "Notifications" option to the top node in the Content section?
Only nodes under the Content node have the "Notifications" option.
I don't believe that you can and have it run the way you'd be expecting. Because the root node doesn't have an actual ID I don't that it'd be picked up properly and have notifications filtered all the way down.
You can try it out, and it should be possible to add one the same as adding any other context menu item (using the BaseContentTree.BeforeNodeRender event). Here's some sample code on how to do it: http://our.umbraco.org/forum/developers/extending-umbraco/5878-VB-code-for-adding-context-menu
is working on a reply...
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.