Hello Friends,

I am very pleased to inform you that AnsPress is now one year old since official release —and we have all of you to thank for it. We couldn’t have done it without all of you!

We are working on new version as fast we can. Version 2.4 will be ready soon with lots of new improvements including new feature “@mentioning”.

Thanks.

I want to add a new field to the question form. I would like this field to be where the user can enter a dollar amount. This field will ALSO be used as the field for my payment processor (Braintree). I’ve been looking through the PHP files and I know that process-form.php might need to be changed as so:

 

$question_array = array(
‘post_title’ => $fields[’title’],
‘post_author’ => $user_id,
‘post_content’ => apply_filters(‘ap_form_contents_filter’, $fields[’description’]),
‘post_type’ => ‘question’,
‘post_status’ => $status,
‘comment_status’ => ‘open’,
‘post_amount’ => $fields[’amount’],
);

But I think I also need to modify $fields. Where do I find the components of $fields? Also, any tips on what else I would need to modify in order to successfully add a new field that is tied to the question and posted to the database?

Thanks,

Aaron

How to solve this problem sir? my title question is double

Dear Developer AskBug Team,

Actually i am editing my askbug theme in my blog, and i currently get a problem.

this is my problem on logo category

how to set logo category like in askbug demo?

Unlike the demo (http://demo.anspress.io/askbug/category/blog/) my post excerpt displays unwanted info

“Posted on April 16, 2015, updated on Septemb…. by Tarrence Posted in Blo.…., Tagged Worldvie….”

How do I get mines like the demo, plus add the tags below description

As per our development roadmap for 2.4 we have replaced history as activity. Created new tables for activity and activity meta. Functions related to history are deprecated and new activity class, hooks and functions are added.

I never heard about AnsPress history.

Probably, you haven’t. But this is the most important feature of AnsPress which store actions and activities of question and answer. Like you see updates below question or answer when post is edited or when new answer/comment received.

Previously history was saved in ap_meta table and we believe that this table is crowded and confusing as AnsPress store all of its data in this table.

Our new activity system will enhance notification & subscription system as well. A new widget will be added where all activities of a question can be seen.

This will be very helpful feature for 3rd party extension, for example: a paid Q&A extension.

Let us know your thoughts.

Thanks.

Regards

When i VIEW a Question, I’m kindda “logged off” or something, since the Wp top admin bar is gone. But selecting Back or some other menu i’m ok. This doesn’t happen when i select to ASK a question or to view the questions index (base page). It happens only when i view a question.

Hello,

I installed your ‘anspress-question-answer’ plugin, it seems working good but I have couple of questions,can you please explain ?

1.When question is replied, how to see notification same as on your site in top header ?
2.I can see category list here in the link in right bar http://demo.anspress.io/askbug/  , how can we see that in our site ?
3.I see in the below link tools option but in my site it does not show, how can we get that ?
http://anspress.io/questions/question/easily-customize-anspress-capabilities-and-permission-for-a-user-role/

Thank you!