1. Unable to add or remove widgets from the AP Question Sidebar (the update also added the statistics, subscribe and subscribers widgets to this sidebar for some reason but they can’t be removed)

2. Even if I uncheck the ‘Hide author credits’ it still shows on the site.

3. The page titles for Ask page and Categories don’t save when the text is changed. The Base page title does update though.

4. Sorting issue. As mentioned in a previous question the filters for Active, Voted etc only work on the main base search page. All other occurrences do not work (ie. sorting the answers in an individual question gives a 404 error and in the questions/answers tabs on the BuddyPress profile it has no effect at all)

5. The answer count is not updating for existing users. When an existing user answers a question it still shows 0 in the acount box but for new users it updates.

6. Title autocomplete is no longer working on ASK page. It doesn’t search for similar questions now.

7. Reputation is no longer working for existing users. Works for new users but doesn’t allocate point for registration.

8. User thumnail pics are not showing for Category page and BuddyPress Question tab (works everywhere else)

Sorry to dump all these but I hope it helps in improving an already awesome plugin. It is really coming along great now!

members on the members page
and the buttons to edit questions are off in IE

I just tried to change the default tab from Active to Newest in the admin options but nothing changed. Has anyone else experienced this?

The ‘Active, Voted, Newest, Oldest’ filters for the answers of an individual question link back to the main questions page rather than sorting the answers.

If anybody is trying to remove a tab from question list, then simply follow this:

/**
 * 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');

Copy and put this code in your theme

functions.php

Cheers!

Is there a way to change the background color of the answer count box based on whether the question has been answered?

Eg. If not answered

#anspress .ap-questions-acount {
background: #fff; }

and if answered

#anspress .ap-questions-acount-answered {
background: #61c17d; }

This would help users see which questions are answered a lot easier.

When you type in a tag on the ask page the text moves to the left of the textbox and the autocomplete doesn’t seem to be working.
Also the tag doesn’t register unless you add a comma or press enter.

My suggestion would be to make it so that when the user clicks outside the box it registers the tag (especially good when adding just one tag)

I need to change a lot of the standard wording for the front-end but despite editing the ap.pot file, nothing changes at the front end. Is there a single file that controls all the front-end wording? For example, I want to change the label ‘Category’ on the ‘ask a question’ form to ‘Your Location’.

Thanks.

It seems that the reputation points are not linking to the buddypress total in the new version of anspress. It was working but now it’s not. Has anything changed?


Let us know how you feel.