404 Error for Users

try to save the pages settings at least once

User profile problem

glad you solved that issue. for the other one, try first to add this line just after the one you added: define('WP_CACHE', true); if that one didn’t fix it tr the following so we can see what is causing it 1 – delete the error_log file 2 – go to the pageĀ  that causing the issue 3 – copy the error log message and past it here

Best answer in reputation only shows “answer”

Its because taht answer is created in version older less then 2.0. which do not save title for answer. Just edit that answer from wp-admin and add title (same as question).

Answerbox features

Yep you can, simply go to menu editor and add this two items:

Only notify user when a comment is made to his answer

Already fixed today, get new version of AnsPress email.

User profile problem

ok so from your log error you seems to bypass the limit of allowed memory, there are several ways to increase it one that would be simple for you is to use the wp-config.php file (on your wordpress root directory) Add the following before any file includes define( 'WP_MEMORY_LIMIT', '128M' ); if it doesn’t work then you have to contact your hosting provider they must be not allowing php memory increase. hoep this could be helpful

Style issues after update to 2.3

Its look like you are overriding AnsPress, if so please update old CSS or simply delete old styles. Update tags and category extension from github, I just pushed some commits. For avatar issue, do this:

Bugs reporting for AnsPress 2.3 and AnsPress.io

All cleared. Please get latest version from github and mark this as solved. Thanks for reporting.

Can’t update user information and problem with Account

Issue solved, please download latest master branch from github, https://github.com/anspress/anspress/archive/master.zip

ETA on Roadmap tasks

Already working on it, will be ready before 15th of this month. You can easily extend reputation of AnsPress, let me know what you want to extend. I will show you an example filter for extending reputation. Cheers.