I'm looking at adding moderator comments to the MOSS discussion board. The requirements are:
- Moderator comments can be added to any message
- Only a user with elevated permission e.g. a Site Owner should be able to add moderator comments
- Moderator comments should be rendered differently to the related message
- The modified list should be provisioned through a site definition (this is already taken care of but might be relevant to alternative approaches)
My current thoughts on this are:
- Extend the list content type for Message to include a moderator comments section
- Modify the schema.xml list definition file to render moderator comments, if they exist, in a different manner to the related message
Does anyone know of any pitfalls in the approach I've outlined, or know of a better approach altogether?