You recently posted the code how to remove the unsolved filter tab shown below. How would this be altered to remove the ‘active’ and ‘voted’ tabs?
Also how do I rename the tab labels as follows? – ‘Newest’ = ‘Latest’ , ‘Answers’ = ‘Answered’
/**
* Filter for removing "unsolved" link from question list tab
* @param array $nav contain link of tab in array
* @return array
*/
function my_remove_ap_tab_item($nav){
unset($nav['unsolved'])
return $nav;
}
add_filter('ap_questions_tab', 'my_remove_ap_tab_item');
I see that there is now an option to remove the subscribe and stats in the AnsPress options. I would like to keep the subscribe button but remove the subscribers and stats. How would I do that?
I am still having issues with the reputation not updating for certain actions and would also like to add more ways to earn points.
How are the reputation points awarded so I can check to see where it is failing? And what steps need to be taken to add a new reputation method (eg. Writing a status update)
Thanks
I want to make anspress match my blog theme, but i don’t really know how to do it. I read in a previous question that it is as easy as copying index.php from theme into index.php of anspress, but there are 5 index.php files and nothing happens when i change their content.
Good morning,
Is there a way to sort categories in a specific way?
I just want them to be sort in the same order i create them or in alphabetical order, but it seems that they set themselves without criteria.
Thanks
How to use BuddyPress profile instead of AnsPress built in profile ?
BTW: The auto-finish drop-down menu on here is beyond frustrating!!! It will pop up and refused to go away blocking the post button. Neither ‘problem with plugin’ or ‘features’ are tags I wanted to include but I had to click something to make the menu go away.
Hi,
I noticed that Active | Newest | Voted | Answers | Unanswered | Unsolved sub-menu only displays on the parent, /questions page.
It would be extremely valuable for users to have the ability to use these filters more narrowly, not only by all questions, but all questions asked with a particular tag.
In other words, on this site, anspress.oi, I would love to filter questions asked in the Anspress category + the Unsolved filter, + the features tag.
Let me know if you need more context.
I am improving the AnsPress form. Removed unused buttons from editor and added a nice uploader, so users can upload image easily. 
when I try to insert a link on my page, the window that pops up is cutoff and I can’t search links. Do you know of a quick way to resize this so that it looks/works better?
This is my view of top answers: http://fs2.directupload.net/images/150509/skmx39e2.png
BTW: How is “top answer” and “top questions” calculated?