I'm trying to figure out the best way to inject some terms and conditions into the blog module so that the author sees them when they create a post. Any ideas of how best to achieve this?
1. I could put them into the header/footer of the module, but then they would should for everyone.
2. I could modify the Postedit.ascx page and list them there, but then everytime the module gets updated it will be overwritten.
3. Maybe I need to create a templated postedit.ascx page?