Plugin Interfaces > Custom Site-Wide Menus > IPluginAdminMenu
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginAdminMenu interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.
Functionality
This plugin will add a "Database Schema" link to the top half of the "Settings" menu, which is devoted to adminstrative options. The link will take the user to FogBugz's built-in database schema page, which is located at the URL <FogBugz site>/default.asp?pg=pgSchema:
Compile and Install it on your own
Download the source file: IPluginAdminMenu_Example.cs
Then follow these instructions to create a plugin assembly: Compiling and Installing a FogBugz Plugin