Try this simple hack:
in file: qa-include / qa-page-user-profile.php
replace the following line (# 527):
if (count($showpermits))
with:
if (0)
I wish it is what you wanted :)
Drop this in your stylesheet
.qa-template-user .qa-part-form-profile .permits{ display: none; }
You want probably to show the extra-privileges only to moderators try this instead :
replace
with
if (count($showpermits) && ($loginlevel>=QA_USER_LEVEL_MODERATOR))
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.