Hi.
I've implemented Q2A as part of a system for a large organisation. We're nearing the end of the project, and at the last minute, their security head has added some new requirements that we must meet in order for the system to get approval to go live.
One of these requirements is that we have to force users to accept the site's Terms and Conditions every time they submit anything (ie a question, answer or comment).
This is obviously not a standard feature of Q2A (or any other system that I know of), but they are insisting on it (this is an environment where inappropriate posts could potentially endanger lives, so they have a right to be picky about these things).
I have spent some time trying to get this working. I have found myself forced into making changes to core Q2A files to get it working. And annoyingly it works quite differently in Questions compared with Answers and Comments, as the forms are posted differently, so I've had to write similar code multiple times.
I know it's an unusual requirement, but given that I've had to hack it into the core, I'm a little nervous about it getting overwritten when I have to upgrade the software. So I would like to ask for it to be considered as something that could be added to the next version of the software.
Or more plausibly, would you consider adding suitable plugin hooks that would make it possible to write a plugin for it so I wouldn't have to hack around in the core.
Thank you.