Wiki

Case Status Kiln
Register Log In

Wiki

 
FogBugz Plugin Interfaces (All…»Implementing IPluginSettingsMe…
  • RSS Feed

Last modified on 12/15/2014 5:04 PM by User.

Tags:

Implementing IPluginSettingsMenu

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