How can I change the follow/unfollow text?

I didn’t change anything in this plugin for the moment but know that when you change translation via poedit and generate another .mo file the crushing won’t work perfectly when you upload files via FTP (especially in languages files). You’ll have to delete the old files then upload the new ones. Maybe it’s your issue.

Prevent public to view profile?

You can override user template and add below code: if(!ap_is_my_profile){ echo "You cannot view this page"; return; } Check docs for overriding AnsPress

Any way to lock a category so that only Mods/Admins can post there?

Maybe this could help you : Lock a post to only admin and moderators then active comments on post. So they will be able to respond as comments and only your group will see it. I didn’t tried it it’s just an idea.

user profile

Based on the system of permalink I don’t think that this could be realist. Just because to see a user you’ll simply have to enter his name after /user/ like in this website, my own is http://anspress.io/user/Azman/ and yours is http://anspress.io/user/Neha_Nayak/

Question And Answer Box Size

Add to your custom css what you want in width and margin with this (it’s just an exemple) : #anspress .ap-q-cells { margin-left: 100px; width: 500px; }

Can we ask anonymous question when logged ?

See Permissions options in AnsPress panel to let the owner of the question to answer its own.

How to ask anonymously

No this is not possible yet. But as I said earlier this may be added in near future but we cannot say the exact time of implementation. Cheers.

user reputation

Hello, On custom css add this : #anspress .ap-about-block { position: relative; display: none; }