I want to replace the comment functions for posts (also custom post types) with anspress questions.
Instead of commenting to a post, the user should see a “Ask a question about this post”.
When he clicks on this button he will get to the question ask form. Then all questions according to this post should be shown below it (list style like anspress front page).
Technically it can be done like this:
The post-question linking thing is handled via tags. So every post gots a own tag (may the slug of the post like “how-to-update” for the “How to Update” post)
When the user clicks on the “Ask a question about this post” link under the “How to update” post, the tag “how-to-update” is prefilled. so the question is linked correctly to the post. (may via url like site.com/questions/ask?post=how-to-update)
Then the system shows all question with tag “how-to-update” below the “How to update” post.
I hope you understood 😛
It should also handle custom post types, so not only default post type. May the best would be to create a plugin for that.
Sometimes user post private answers/questions but forget to set it to private. So a “set to private” button in the dropdown next to “edit”, ” set as featured”… would be good
Like social sites, we have also added user hover card. When you hover over a user avatar or user link then this card will appear and show user details. See the screenshot.
Good morning!
When answering a question, I can see the “how to answer” tab, but when asking questions, although is enabled and a page is set, i can’t see where the instructions are supposed to appear.
Thanks.
how to changed permalink structure be customizable on Anspress example ( example.com/anspress/777/topic-here and etc… ) or
( example.com/my-slug/post-number/topic-here and etc… )
I have a user structure under the name “Customer” integrated with WooCommerce.
But only users “AnPress Participants” can ask and respoder the plugin. It is possible to change this?