Hi, Rahul.
We wonder whether it is possible to apply tags feature on answers like questions.
If possible, please give us directions.
Thanks
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_orderby in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 301
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_order in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 313
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_slug in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 321
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: category_page_slug in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 330
[02-Nov-2015 01:13:17 UTC] PHP Notice: Trying to get property of non-object in /home/wp-content/plugins/anspress-email/anspress_email.php on line 645
[02-Nov-2015 01:13:17 UTC] PHP Notice: Trying to get property of non-object in /home/wp-content/plugins/anspress-email/anspress_email.php on line 646
[02-Nov-2015 01:13:18 UTC] Undefined index: attr in /home/wp-content/plugins/anspress-question-answer/includes/class-form.php on line 135
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Search_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/search.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AnsPress_Subscribe_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/subscribe.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AnsPress_Stats_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/question_stats.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Related_questions has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/related_questions.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Questions_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/questions.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_followers_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/followers.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_User_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/user.php on line 2
I’d like to keep my Q&A system good. But users usually don’t care much.
Sometimes they may ask new question as an answer to an old question.
What I need to be able to do, is to moderate my AnsPress installation:
- pull answer out of a question and turn it into a separate new question
(when user asked new question in an “answer” form by mistake) - move answers between different questions
(when there are duplicate questions and both have good answers) - be able to transform Comments into either questions or answers as well
First of all, the project I am working on relies heavily on notifications. What I would like to achieve is similar to facebook. When a user decides to subscribe to a category, the are notified of activities within that cattegory – not just email notifications, but the receive a notification in their message box. Is this possible with Anspress?
I’m trying to understand how to use Anspress tags. It seems that if you have no TAGS (extension) you have NO related Questions and also NO Breadcrumbs (why no breadcrumbs?).
But i fail to understand how the tags work. It seems that you must PREDEFINE all the tags you need and that each user can’t add his tags while asking. Not sure if this is normal or not.
Can somebody give me some more hints about all that ?
Thanks
A typo apparently.
There should be a failsafe to stop a user from asking the exact same question multiple times. Due to the slow speed it takes from the time the user presses the ‘post question’ button to it being lodged, I have found many times where a user has pressed the button multiple times resulting in the same question being asked (up to 20 times).
There needs to be a way so that if the user asks exactly the same question they get an error popup.
I opened the console in Chrome and noticed that there are scripts being loaded after the <body> tag. Is this intended? Might this be a bug with Anspress or is this normally how WordPress works?
We don’t want to have a downvote button. If I delete the down vote option from the Reputation section, will that also remove the button from the detailed question pages?
Alternatively, I could keep the downvote functionality but change it into a “Like” button worth zero points. How would we go about doing that?
Hello, on my site Anspress is not working properly – front end asking questions does not work: when you press Submit, it reloads the page and nothing happens. An error appears in the console: “Uncaught TypeError: a(…).formSerialize is not a function” (the same when aswering)
Also when I press “upload” (and mouse cursor does not change when hoverin upload or add from link) to upload image, I get to choose a file and then nothing happens. Error in the console: “Uncaught TypeError: a(…).ajaxSubmit is not a function”.
This is version 2.2.0.2. When I update to 2.3.8, the plugin starts acting even weirder, “upload” link no longer opens a dialogue to choose a file, some symbols are replaced with strange ones (wrong encoding?). ap_get_questions stops working on my website’s front page, breaking the PHP code and it also breaks some of my design. So somehow I preferred to hold onto the older version.
Anspress is using my page.php template.
What should I do?
UPDATE: Manually loaded jquery-form, now it works. Why does Anspress not load it by itself?