Hi,

I downloaded latest commit and found some unexpected changes to the layout of the question page.
(theme/default/question.php)
It now has a left-side region showing the participants, stats and subscribe button.
They do not seem to be optional/configurable.
Why are they at that location when we have the widgets to place them as we like?
Do I have to use another shortcode to have the question page without additional (widget) content and at full width (as asked and agreed here: http://anspress.io/questions/question/2400/layout-of-single-question-page/#comment-8244)

I updated to the latest version on github today and may admin dashboard is not available anymore.

Debog log shows this error:

[30-Jan-2015 19:11:29 UTC] PHP Warning:  require_once(/wp-content/plugins/anspress/widgets/question_stats.php): failed to open stream: No such file or directory in /wp-content/plugins/anspress/anspress.php on line 255
[30-Jan-2015 19:11:29 UTC] PHP Fatal error:  require_once(): Failed opening required '/wp-content/plugins/anspress/widgets/question_stats.php' (include_path='.:') in /wp-content/plugins/anspress/anspress.php on line 255

Please fix that..

Thank you

Hello,
First of all thank you very much for this great application. I would like to know if someone could help me to active current theme you’ve mentioned in demo or is there any possibility to get wp3 demo? I really don’t know how to activate theme you have mentioned in demo :

Thank you very much for your help & have a great weekend. 🙂

Hi,

In the layout of a question I find

<div class="ap-question-left col-md-8">

inside the

<div class="ap-question-lr">

div.
The col-md-8 limits the width of the question area.
Now that the Participants and Subscribe widgets exist, can’t we remove the col-md-8 class so we can take full width of the container?

Hi,

Is there already a short-code for list of subscribed questions for the logged-on user?

Thanks

Hi,

Q1: I’m testing the Related Question Extension.
When I create two questions with title
1) This is a related question test
2) This is a related question test 2
Then, when in the details of question “This is a related question test” I see “This is a related question test 2” as related, but when in the details of “This is a related question test 2”, I get “No related questions found.”

This seems weird.

Q2: Am I right when I say that the Related Questions logic is (currently) only based on the title of the question?
I created two questions with completely different title but exactly the same body and they are not found as related.

Thanks

Hi,

The comment of the first commit of Jan 27 is “Enable user link only if user extension installed”.
I do not have the user extension installed, but still I can click on the avatars and land on http://localhost:8080/author/USERNAME/
Do I have a caching issue?
I did uninstall/reinstall & reenable the plugin and cleared my browser cache.

Michiel

Hi, I installed the latest commit and now, when clicking on a user avatar, I go to a new url. For example:
http://localhost:8080/author/resolvethis/

This shows the list of posts by that author rather than showing the profile page.
1) Do I need to install/update an extension?

2) What about the default WP functionality of showing the list of posts of an author?

Thanks

Could you explain how did you make this http://snowykyoko.com/caselaw/legal-answers-2/user/titussjtu/ please, I looked into how can i set up user profile system that all of my website viewers can create by themselves using anspress on internet but it took me a day with no solution.
Also how can I let my website viewers to log in so every participants will have their own rank and role?
For example, i want to have their ranks and role of as follows; owner(owner of the question. Only the owner of the question can close their own discussion as the owner label the best answer), commoner (all of the participants. When they will sign up they are automatically commoners), lawyer(lawyer only as their registration), arbitrator(the person who answer the question), administrator.
Please let me know soon. Thank you.

I would like to have a section on my homepage with the most recent questions (like on the http://anspress.io homepage). Will there be a shortcode for this?