Rahul, please google

ANSPRESS_TITLE

and see tones of the problem. It seems to be some problem with the skin (show ANSPRESS_TITLE in the header), sincw with the default skin it doesn’t show. But googling for it, if found many-many sites with that problem, so many skins have it.

Please spend some time to find a workaround.

Thanks

Hi there,

Is it possible to create a own tab with own content and own link name in the profile view?

Would be awesome 🙂

Something like this:

function add_profile_tab($menus){
    $slug = 'details';
    $content = anyfunction();
    $menus[] = array( 'slug' => $slug, 'title' => 'Any title', 'content' => $content, 'order' => 4, 'public' => false);
    return $menus;
}
add_filter('ap_user_menu', 'add_profile_tab');

I would like to put the Subscribe button on each of the items on this page https://anspress.io/questions/categories/?

For example here there are 6 so there would be 6 buttons, and the user can mass-subscribe to them without having to click in.

Or similarily, if they want to mass-unsubscribe from questions they are following they don’t want to follow anymore.

You gave me this

ap_subscribe_btn_html($id, $type);
id = id of term
$type = category, tag or question

but I’m not sure where which file I would modify, and what “id of term” is?

By default when the user clicks her page she sees a list of Questions she is subscribed to. How can I change this to show Categories by default instead?

hello,

I am using your “anspress-question-answer’ plugin. I want to show the notifications and user profile in the top same as it is showing in your site, can you please confirm is there any short code for this ?

Regards
Rahul

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