I'm looking at extending the admin interface, and in stead of doing a lot of work (more work that is... ) I'm thinking about adding a feature to EditForumControl.ascx. By including this file in my project and compiling it I get lots of errors, and the component is compiled in my DLL. Is there a sensible way to solve this, by recompiling the admin DLL in some way, or naming/namespacing the EditForumControl control in my project?
If you change the Inherits and CodeBehind attributes in the "<%@ Control"-statement in EditForumControl.ascx to a custom class which inherits EPiServer.Community.Web.Administration.EditForumControl it should work. An upgrade may break the changes though as EditForumControl.ascx might be updated.