Hi, I have been going through the plugin and have some requests to make.
1. Related Questions in the Right Sidebar
2. Daily Weekly & Monthly Leaderboard in Sidebar
3. Social Share buttons below Question
4. Options to Follow other users
5. Ajax based search for questions ( Instant search while typing )
6. Live Notifications – Real time site updates. [ If a topic changes while you are reading or responding to it, or new replies arrive, it will update automatically. As new topics arrive, they also appear at the top of the list. ]
7. Answers by staff, forum admin to be highlighted ( may be with a colored background )
8. Ajax login on the same page without being redirected to another page for login & register.
9. On Single Question page , Active | Voted | Newest | Oldest should be ajax based. Now when we click on oldest page reloads again. Need to get rid of this.
Sorry, for this long list 🙂
I’ve translated the plugin into Spanish-Spain (full translation), but there are two problems: – Ask page does not display anymore the “Customized name” set in the plugin, but just “Ask” translation. – Question “*User answered *days ago” does not fully translate. (I can’t translate the “ago” part). Should you want the spanish files, please, let me know.
WordPress default media uploader is not working well for fronted upload so I have added our own image uploader. Image can be uploaded to server or user can enter link to image. Image upload to server for non logged in users are disabled, only they can insert links to image.
Let me know, what you think.
This GIF animation will describe about AnSpress image upload:
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.