Good catch. Maybe the admin should be removed from all limits but that would affect more things than expected. So to keep the change small you can do this:
1. Locate this line: https://github.com/q2a/question2answer/blob/4fce0eb2390f56b645dad375d1d81e9f91a97e69/qa-include/pages/message.php#L78
2. Insert a new line immediately below it with this text:
if (qa_get_logged_in_level() < QA_USER_LEVEL_ADMIN)
The result in context should be:
switch (qa_user_permit_error(null, QA_LIMIT_MESSAGES)) { case 'limit': if (qa_get_logged_in_level() < QA_USER_LEVEL_ADMIN) $pageerror = qa_lang_html('misc/message_limit'); break;
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.