I want to change the URL structure of the Categories and Tags page from something like
http://localhost/questions/categories to http://localhost/categories/
http://localhost/questions/tags to http://localhost/tags.
This is required because I plan to use Categories and Tags taxonomies with multiple other custom post types on my website and I want the URLs to look like
http://localhost/categories/questions/, http://localhost/categories/articles/, http://localhost/categories/videos/……. etc
Is there an easy way to replace the term reputation with something different. I know that I can easily override the theme files under anspress/theme/default but there are some mentions in notification.php which is in anspress/includes and seems like a core functionality.
I don’t want to modify this file since it will be overwritten upon plugin update. Any suggestions ? Thanks.
Hi!!
I’m making changes in my home page. I can get the comments number writing the following:
<?php comments_popup_link('<i class="fa fa-comments"></i>'); ap_question_the_answer_count(); ?>
But I can’t get the suscribers count!! I tried:
ap_question_get_the_subscriber_count();
ap_question_the_subscriber_count();
But not luck. Any way to do it?
Thanks.
Hi ,
Is there any way to get the best or selected answer id from the question id ?
Thanks
“Warning: Division by zero in /home/[URL]/wp-content/plugins/anspress-question-answer/includes/users-loop.php on line 177”
What does this mean and how can I get rid of it? 🙁
When I signup as a new user for Anspress (without moderator or admin privileges), I still see a wordpress editor header, however the only link I have permission to view is “Log out”. The other links to my profile take me to a WordPress user profile and not my AnsPress user profile. is there a way I can customize this header and dropdown for my AnsPress participants?
As an example, here’s what i’m seeing below:
The topic is closed or solved(marked at options to prevent user to submit answer on solved question.) but users can still post new answers.
Does anyone else have an issue with the Ajax loading taking an extremely long time to do any actions? Posting replies, new questions, etc. It takes a century. There is also not any sort of loading bar to let users know that anything is happening. How can I add a loader so people won’t double click because they think nothing is happening.
Thanks!