I am using this plugin with Emmet theme. But I have no idea what to do after inserting few questions from the WordPress dashboard.

I am using anspress with buddypress and therefore clicking on a user redirects to buddypress profile page. I therefore lose user info like stats, votes, etc. How can i add the info under the anspress user about tab, i.e., (stats, reputation, votes, top answers, new questions) to appear under Q/A tab in buddypress?

hello

I have a question.

Can a user who does not log in view see only questions?

best regard.
shimamura

Hi Rahul, I really appreciate this plugin and the work you’ve put into it. I am running 3.0.7 and can’t upgrade (for various reasons). However, there is text that says:
There aren’t any comment yet.

… and I need to be able to fix it.

I can’t find it in any of the plugin files, the root files via FTP, or in your 3.0.7 build in GitHub. PLEASE help me find a way to fix that text without upgrading to the latest version.

I’ve setup an instance of Anspress for a forum and can’t upgrade to 4.0.5 without it breaking the user profiles we have setup as well. Making the move to BuddyPress is not an option as the old profiles do exactly what we want via TML and we’re committed.

Do I have any hope of getting that copy fixed? Moreover, what are the odds that I can dice out some of the fixes in 4.0.5 into 3.0.7 by copying over the code fixes (or even whole files) into the build I’m stuck with?

Help me Rahul Ar-yan, you’re my only hope… bzzzz…. Help me Rahul Ar-yan, you’re my only hope… bzzzz…. Help me Rahul Ar-yan, you’re my only hope…

In the Ask Form, it’s possible to set the first value empty as default at the combo Category, to force user select a category?

Why wenn I open the main page with questions its tries to open it with https and not standard with http ?

I’m using latest “Anspress” and “Categories for AnsPress”
but its not works well.
Ofcourse i can activate “category” in plugin menu,
but it was not displayed in Anspress setting.

I tried with Anspress ver 3.0.7,
is works very well.

is is a bug? or any my miss?

Hello,

I’ve created a custom author.php file for my wordpress site to show user’s commnets,article,questions and answers

how can I list all of the user questions and answers and comments in this page?

which code should I use?
thanks!

I want to change some JS for AnsPress, how do I edit main.min.js? What is it compiled from? Are there original scripts (not minified) which I can edit?

Hi!

I have discovered a problem when you disable voting for questions there is a run-time error in AnsPress main.min.js.

There is a part of code which gives an error:

render: function(){
var b=this.$el.find("[ap-vote]").attr("ap-vote");
return this.model.set("vote", a.parseJSON(b), { silent: !0 }),this
}

Using a debugger i’ve figured out that specified element cannot be found which leads to variable ‘b’ become ‘undefined’. After this next line crashes because ‘undefined’ cannot be parsed as JSON.

Apparently, this problem leads to other problems with UI scripts: comments and comment form on answers stop opening.

I tried this on clean AnsPress with my own website template but with no modified AnsPress scripts or templated. AnsPress installed from WP, latest version.

Please, suggest a proper workaround, because I need to disable voting on questions.