☐ Reputation showing wrong count
☐ Dont let reputation to be negative
☐ Ask page title option not working
☐ Add featured question (sticky post)
UI
☐ Improve UI of comments
☐ Check UI of comments when comments are shown by default
☐ Change font weight of question and answer action links
☐ Improve UI of question page
☐ Improve UI of button
☐ Add icons in stats widget
☐ Improve subscribe button
☐ Add breadcrumbs
☐ popup add link box in tinymce cuts off content.
☐ Show question filter tab on Category and Tag pages
☐ Unsolved also shows questions with selected answers
☐ Rename “voted” tab to vote
☐ Add an API based code button.
☐ Social Share buttons below Question
☐ Ajax login on the same page without being redirected to another page for login & register.
☐ On Single Question page , Active | Voted | Newest | Oldest should be ajax based
☐ Improve popup notification style
☐ Form error message below input field
☐ Short category dropdown in ask form as defined
User profile
☐ Use avatar.io for uploading avatar
Comments
☐ Check comments as general user
☐ Add comment author name and time
☐ Add loading animation in post/edit comment button
☐ Ability to have posted links (in comments) automatically hyperlink.
☐ Allow anonymous comments
Look at that image:
http://fs2.directupload.net/images/150510/vh63bi3a.png
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