[IMG]http://i58.tinypic.com/opsbrr.png[/IMG]
On the question pages I want to know how do I edit the [How To Answer] Tab… Here’s a picture of it.
Is there a way to create a link or page,when clicked it’ll take the user to his anspress profile/dashboard. (Instead of visiting the global user directory and visit own profile.)
.
Thanks in advance.
http://fs2.directupload.net/images/150611/7lq7yg8n.png
I have users like the wp administrator configured with a avatar image. When I upload an image Anspress does not show it. It only shows it for users with a gravatar image that is registered with wordpress.com.
Please explain.
Hi Rahul,
I added ANSPRESS_TITLE to the title area of the base page as specified but it is not picking up the individual page titles in the browser tabs.
Here is an example – [PRIVATE LINK] (you can see it is showing ANSPRESS_TITLE in the browser tab)
How to fix this?
Thanks
I want to give some users badges (e.g. administrator, support team etc)
Two ways to do that would be great:
- Give them to a user directly
- Give them to a user group
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