FogBugz Plugin Interfaces > FogBugs Users > IPluginPersonDisplay
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginPersonDisplay interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.
Functionality
This plugin will add a link to each FogBugz user's homepage (as set on the options page) to the Users admin page:
The plugin will also demonstrate how one can add html to the User's options page:
Compile and Install it on your own
Download the source file: IPluginPersonDisplay_Example.cs
Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin