Hi,

First of all, this plugin and theme looks great!

How can i remove the “What is reputation? Learn more about the reputation system” box?

Rahul.

how to change dropdown sortby (in home page) to be sortby mode in user page?

i want make sortby mode like in user page:

 

thank you

Rahul,

i set my widget in sidebar

in homepage and categories page, widget can display well

but, I cannot display widget in sidebar question and user page,

 

kindly need your help for this issue,

Hello,

My website uses AnsPress to create a Q&A forum and uses AnsPress Category extension to create categories inside the forum. My forum has two categories called “depression” & “anxiety”. These categories are listed by executing the following REST endpoints:

http://ninsutu.com/wp-json/taxonomies/question_category/terms/
<code>[
    {
        "ID": 6,
        "name": "Anxiety Disorder",
        "slug": "anxiety",
        "description": "",
        "taxonomy": "question_category",
        "parent": null,
        "count": 3,
        "link": "http://ninsutu.com/questions/category/anxiety/",
        "meta": {
            "links": {
                "collection": "http://ninsutu.com/wp-json/taxonomies/question_category/terms",
                "self": "http://ninsutu.com/wp-json/taxonomies/question_category/terms/6"
            }
        }
    },
    {
        "ID": 7,
        "name": "Depression",
        "slug": "depression",
        "description": "",
        "taxonomy": "question_category",
        "parent": null,
        "count": 4,
        "link": "http://ninsutu.com/questions/category/depression/",
        "meta": {
            "links": {
                "collection": "http://ninsutu.com/wp-json/taxonomies/question_category/terms",
                "self": "http://ninsutu.com/wp-json/taxonomies/question_category/terms/7"
            }
        }
    }
]</code>

My struggle now is how to retrieve posts listed under “depression” or “anxiety” category.  Following WP-REST API documentation, I can filter posts with standard categories using the following endpoints:

http://ninsutu.com/wp-json/posts?filter[category_name]=myStandardCategory

I’m also able to get all posts with the AnsPress’s question and answer using the following endpoints respectively:

http://ninsutu.com/wp-json/posts?type=question
http://ninsutu.com/wp-json/posts?type=answer

What I’m unable to do is filtering all AnsPress posts with a certain custom AnsPress category. I’ve tried the following but it doesn’t work as category_name filter is probably invalid.

http://ninsutu.com/wp-json/posts?type=question&filter[category_name]=depression
http://ninsutu.com/wp-json/posts?type=question&filter[question_category_name]=depression
http://ninsutu.com/wp-json/posts?type=question&filter[cat]=7

I’m stuck with this for several days, please help.

Thanks

Loc

As you can see here http://ahsfans.net/topics/ it has a page title which is ‘Questions’. Is there any way to remove this?

In the last version of the tag extension in github, when you press enter to validate the tag, the page try to send out the entire form.

There also is no help hover mouse for this field.

 

UPDATE 27/09/2014: now when you press ENTER, it do not try to send the form but the tags do not appear:

I tried with this version: https://github.com/anspress/tags-for-anspress

Why are such sub-sub

 

 

I downloaded the last version of anspress and extensions from github.

In the email tab in the backoffice, when I click on the save button, I loose all the format of all emails.

So the email I receive looks like :

Hello! A new question is posted by asker Title: question title Description: question description Link: question link

Instead of :

Hello!

A new question is posted by asker

Title: question title

Description:
question description

Link: question link