Hi @damndit
Sorry to hear that you’re not happy with the menu.
We originally announced back in April that the menu was going to be removed (see here), but due to user feedback it was kept to an extent but made customisable to suit individual businesses.
As I explained in my message to you, (and as per @Glenn’s post above), we can import a default menu which reflects what used to be in place on the dashboard, but we do need your account number to do this.
As for ‘locking’ the menu, it may be possible to remove the option for external links using CSS if you have a Power User Subscription (required for L and XL accounts). If you need any help with this part, please let me know and I’ll try my best to help.
[Edit]
You can hide the external link option by adding the following to your CSS file (Account Settings >> Design Customisation >> Advanced CSS & HTML Customisation >> Global CSS):
.customizable tr:nth-child(2) {
display: none;
}
However, a power user subscription would be required to add this.