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?
Hello Rahul .. how are you .. i hope youre fine
first i would like to thank you for your answer and question plugin its amazing and really love it
second please i have a question .. i have arabic site and the main language is arabic i want to translate the plugin in arabic .. i found here arabic translate but when i upload it to language folder in the plugin director i t cant translate and nothing happend
also i’m try to find the original language file to translate it and didn’t find it .. really i don’t know how the plugin read the english words !!
so please help me because i want to use your script but i cant use it withe english language .. i hope you help me
thanks so much
Bassem
Hello.
Is there any way can I manage or I write some codes to manage user role. Such as if person registered as moderator he/she can add new category. Or user can follow certain category question. If I write functions in function.php is it good idea?
Thank you
If you are interested in extension development then I have created a grunt script.
https://github.com/wp3/anspress-boilerplate-extension
Simply follow the instructions and it will generate a base extensions code for you.