Here is a screenshot of user’s notification page:
Thank you so much for your kind comments. I’m so glad you liked AnsPress. AnsPress is based on its users feedback hence I believe its awesomeness credit goes to all AnsPress community and even you too. In 2.2.0.2 image upload not work, but its has been fixed many days ago. You can get latest commit from github http://github.com/anspress/anspress. Its safe to use development version, but there may be some unfinished UI. Really? I am not adding any delay. Notice is triggered as soon as response received from server. Cheers.
First thing you should try, update all installed AnsPress extensions .i.e. Categories for AnsPress Tags for AnsPress AnsPress email
I’m excited about those updates, I really like your plugin! Do you accept Bitcoin? If so, I’m ready to make a donation…
We are simply using : wp_login_url( $redirect ); Hence, you can simply use this hook to filter your login url: add_filter( 'login_url', 'my_login_page', 10, 2 ); function my_login_page( $login_url, $redirect ) { return home_url( '/my-login-page/?redirect_to=' . $redirect ); } Cheers.
will answerbox be re-released and ever upgraded?
Allright, I found a way to make it work but I’m pretty sure it’s a little hack around the whole thing! but just wanted to let you know how I did it for future reference; Change this line: $roles = array(‘editor‘, ‘contributor‘, ‘author‘, ‘ap_participant‘, ‘ap_moderator‘, ‘subscriber‘); and add any role you want (in your and my case, customer) to the class-roles-cap.php it’ll look like this: $roles = array(‘editor‘, ‘contributor‘, ‘author‘, ‘ap_participant‘, ‘ap_moderator‘, ‘subscriber‘, ‘customer’); when you did that, click save then deactivate the plugin, and activate it again. apparently the roles get called on activation so that fixes it! the only problem is that you have to do this manually after every update I’m afraid. Hope this helps for you as well! Cheers, Robin
Thank you for choosing AnsPress. That theme is called AnswerBox, I stopped selling it cause I am not getting time to write documentation for that theme. We are will start working on new theme after 2.3. Its simple and WordPress have the answer. Use WP translation method, like your current language is set to en_US Then you can create a new pot file named as ap-en_US.pot, and save it to anspress language folder. You can use this tool poedit.net to easily edit pot files. I actually tried this for a an AnsPress site, which needs to change: Question to Trade Answer to Offer