Comments

Would You like to have comments always expanded/visible to the users? If so, then look here and here. In short, for now there is no way to do that. Maybe in next version, probably 4.0.

Put the write an answer field before all the answers

You can prepare that kind of modification for Your needs Yourself. Look here: https://anspress.io/docs/?topic=customization#post-16185 In this way feature updates will not affect Your code changes. As for making it mainstream, IMHO there is no need for that. Purpose of Q&A is to find a best answer for Your question. If the best answer is not selected, then user should read answers before his participation. In this way we will avoid content duplication, and unnecessary comments.

Adding a Link in a new Question is Broken?

So basically this support section is working on a previous version of Anspress, 2.x and older WordPress. In newer WP, links are added with inline link tool and just don’t work with Anspress editor. This issue was addressed on Github. Download Anspress from Github, replace it on Your server, and let as know if it’s working. If it’s still doesn’t work, then probably something from Your theme or plugin is messing with it.

Translate “sort” “view” “posted” and “ago”

You need to update Your .po file from Anspress source code or .pot file. You can do that with app Poedit. Just download Anspress from WordPress plugin directory and unzip it. Then open Poedit, open your lang .po file (/languages/)  and use Project ->Update from Sources or Update from .pot file. After that just check if strings that You mentioned are translated, and if not, then do it Yourself. If You done, then save and copy .po and .mo file to Anspress plugin directory located on Your server. Done.

Put the write an answer field before all the answers

Ok I found it, in question.php 🙂   > <?php ap_question_the_answer_form(); ?> <?php /** * Output list of answers */ ap_question_the_answers(); ?>

Change default user role on multisite (new users can’t answer questions).

I fixed the problem myself, using WP Role Editor and Buddypress.

AnsPress 4.0 is about to release!!

Is AskBug compatible with it?

How do use the ‘hide_list_head’ shortcode attribute

Posting as an answer so I can add an image. The goal is to get the sort bar in this image to the far left of the page.

How do use the ‘hide_list_head’ shortcode attribute

Hello Alan, Add this css to your theme style.css: #ap-lists .ap-search-form { display: none; } .ap-btn-ask{ display: none; }