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
Hello,
Can anyone tell me if it's possible to add a new button on the edit page footer - to go alongside Preview, Save, Save and Publish.
If it can't be done is it possible to add a new option to the save button?
Thanks
Hi Paul,
You can add Action to the Context Menu. Here is the link for assistance. https://www.wiliam.com.au/wiliam-blog/adding-a-custom-control-to-umbraco-7-action-menu
However, adding a button at the bottom is not something we have seen earlier.
Cheers,
Shaishav
Hi, Paul,
I write an App_Plugin for v8, that does the job. You need to duplicate the complete edit.html-section of umbraco and then you can customize the buttons as you wish.
You find my code on git:
https://github.com/SitePointGmbH/Umbraco-CustomEditButtons/tree/master
If you have any questions, just write me.
All the best -
Tom
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
Adding custom button to edit page / custom save event
Hello,
Can anyone tell me if it's possible to add a new button on the edit page footer - to go alongside Preview, Save, Save and Publish.
If it can't be done is it possible to add a new option to the save button?
Thanks
Hi Paul,
You can add Action to the Context Menu. Here is the link for assistance. https://www.wiliam.com.au/wiliam-blog/adding-a-custom-control-to-umbraco-7-action-menu
However, adding a button at the bottom is not something we have seen earlier.
Cheers,
Shaishav
Hi, Paul,
I write an App_Plugin for v8, that does the job. You need to duplicate the complete edit.html-section of umbraco and then you can customize the buttons as you wish.
You find my code on git:
https://github.com/SitePointGmbH/Umbraco-CustomEditButtons/tree/master
If you have any questions, just write me.
All the best -
Tom
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.