Plugin Interfaces > Custom Site-Wide Menus > IPluginSettingsMenu
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginSettingsMenu interface contained in the FogCreek.FogBugz.Plugins.Interfaces class library.
Functionality
This plugin will display a link in the user's settings menu. This link will take the user to this plugin's page. In this example, John Doe is a normal user, which is why he does not see the admin menu below his settings menu.
Compile and Install It On Your Own
Download the source file: IPluginSettingsMenu_Example.cs
Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin