The answers link in the toolbar goes to the list of answers, but the answers link under the name on the profile goes to the same profile page.
How can I retireve total number of Upvote and Downvote for a particular question or answer? I tried using the following function but it didn’t retrieve the count.
ap_count_vote( false, 'vote_up', ap_question_get_the_ID(), false)
When a user submits a question, are they creating tags at the time they submit the question, or are the administrators of the site manually tagging the questions later?
When I’m asking this question to your team – I only see a category and not tags as an option for me to select, so I’m guessing the administrators tag the questions to their preference?
To keep the the Q&A section clean, is it possible to require that all questions submitted must be approved by an administrator before displaying to the public?
Ex – if I set up the Q&A section, a client asks a question on the site I created, the question should not show to the public unless I approve it. Just want to make sure this is possible. Thanks for your help, and have a great day!
I would like to add “Like” functionality to questions and answers so that users can like other user’s questions and answers. How can this be achieved?