I’m happy to be using AnsPress and your Askbug theme.

Please could you let me know difference of meaning of “Active” and “Unsolved” in sort question?(What status each mean?)

Hello Friends,

I would like to share some details about upcoming version  4.0.

We jumped directly from version 3.0.7 to 4.0 because we are introducing many breaking changes. Main purpose of v4.0 is performance and optimization. We have improved all of our existing queries. Better caching of objects and results.

You all will happy to hear that we succeeded in reducing interaction with mysql. In current version of AnsPress there are at least 110 MySql queries in question list but in v4.0 its reduced to just 18 queries.

Also we are working on serving static cached page for non-logged in users. For page caching site must have w3tc or WP Super cache installed.

Let us know your thoughts. (Please do not request new features which are not related to performance).

Thanks,

Rahul Aryan

Update: 28 October

I decided to split some features of AnsPress as extensions. There are many features in AnsPress which are not commonly used. This will keep AnsPress core simple. Following features will be available as extensions:

  1. Activities Feed
  2. Notifications
  3. User Profile
  4. Mentions
  5. Subscribers
  6. Reputations
  7. Hover Card

Deprecating apmeta table

Apmeta table is very confusing to lots of developers, as it is used to store many types of data. We will create separate table for each data type when wp meta table is not enough.

Update: 10th December

I can finally say, AnsPress core improvements are finally over. But before release next version, I want to give enough time to our contributors to test upcoming version. So, next week AnsPress 4.0 demo will be online.

Update: 19th December

Please check demo for version 4.0 at https://d.anspress.io/. Some extensions are not added yet.

Update: 20th December

One of the most awaited issue “uninstall failed” has been solved.

Update: 30th December (final update)

All extension merged to AnsPress core as addons. This was done for easy of handling updates and translation. All major features can be toggled using option panel.

Download 4.0.0-beta.1

https://github.com/anspress/anspress/archive/4.0.0-beta.1.zip

I am interested in buying the AskBug theme, but I have a question first:

Is it possible to integrate the AskBug theme with another WP theme so I can use the AskBug theme for the community part of my website only and some other (third party) WP theme for the rest of my website (aka articles, blog etc.) in a way that the rest of my website (the third party WP theme) can also display AnsPress plugin widgets like a list of questions etc. from the same database as the community part (the AskBug theme)? Thanks!

Can the AnsPress back end be used to change a question’s status from “moderate” to “open”? Or can I only do that from the from end?

It would be nice to add “Open”, “Close”, “Moderate” and “Private” action links (next to Edit | Quick Edit | Trash | View) for each question. Another nice feature (but less important given the light volume of traffic we get) would be to allow me to select a number of questions, answers or comments and do a bulk status change (e.g. to mark 4 questions as “Open” all at once).

If an anonymous user submits a question and I edit it via the back end (perhaps to remove sensitive information), then I become the author of the question. That seems like a bug, but maybe it’s by design. Is there some way to set the author back to the anonymous user via the back end?

I LOVE AnsPress. It’s a very impressive plugin! I’m just getting started with it and it has been a real joy to use.

However, I’m confused about one thing. When an anonymous user asks a question and questions are moderated, the anonymous user sees the message:

Sorry! you are not allowed to read this question.

That doesn’t seem very friendly (esp. since they wrote the question). A better response might be:

This question is waiting for a moderator and cannot be viewed. Please check back later to see if it has been approved.

Would this be possible to implement?

Hey Guys,

 

I would want to put ‘users’ listing in one of my website page but not through WP main menu but show it as per default ‘Users’ area that AP has already – http://screencast.com/t/vzonr5BC

The problem is that when I use widget on the actual page where I would want to user listing to be populated – the result is loosing all original features i.e – there is no search anymore, and there is no filter selection anymore and the icons now are aligned in the line and not in the grid. have a look – http://screencast.com/t/3UZa8IWAOv

Simple ‘how to’ replicate the AP original ‘users’ listing with use of a widget/link/shortcode would be great!

 

Thank you in advance!

Miko

Hi,

I’m using Extra Theme https://www.elegantthemes.com/gallery/extra/

If I install Anspress.io my logo have a different position like this :

https://pageshot.net/C7W5u9nrn5CtKxpa/pyd2.odiso.fr

Usually, the logo is align on left like this :

https://pageshot.net/PV2Yq4gF6YKERbFM/pyd2.odiso.fr

I found the cause, in the main.css file on line 872 to 875 I found that :

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
    content:" ";
    display:table
}

If I change this code like this it’s ok for me :

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
    content: none;
    display:table
}

 

In the option I’ve check the option “Load assets in AnsPress page only” so it’s ok for my website except Anspress’s page 🙂

Thanks by advance.

Best Regards,

Hi all!

I’ve just started to use the hover cards and I noticed that comments count reflects my own number of comments on all cards. If I’m not connected, everybody’s comments count is at 0. Other stats seems to be ok. 😉

Please could you let me know, meaning of “Last seen” in user profile page on Askbug theme?

Who (Other user or this user) and what (User Profile page or somthing else) is seen and this “Last seen” will be updated?