How to change time formats (lists,questions pages) to YYYY-MM-DD HH:MM (ISO 8601) format in ver1.7.? If I set "Show full date after:" option to zero, does it show time in YYYY-MM-DD HH:MM format after questions is asked?
You should override qa_when_to_html() function in qa-inclde/app/format.php (around L698) on your plugin. Change lines around L709-L719.
Reference: http://www.question2answer.org/overrides.php
My CKEditor4 plugin is overriding qa_sanitize_html() function in qa-include/qa-base.php. This plugin will be helpful for you about overriding program.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.