Hello everyone,
Here is the detail of upcoming release 2.4. From now on we will share details and schedule about our next release. This question will be updated regularly with our progress, make sure to subscribe and check this everyday.
Follow us on twitter http://twitter.com/anspress_io for regular updates.
https://gist.github.com/rahularyan/1a89be18b311ea9ebdb0
https://gist.github.com/rahularyan/c3f3e527f5c153f2aeaa
View the code on Gist.
View the code on Gist.
Hi,
I just started using this plugin, its gret but i do have a few questions
1) I used the [anspress] shortcode inside a individual page and got what i wanted, but when i click on ask a question it opens a completely new page with no theme info used by me etc, how can i display the ask a question form inside a particular page ?
2) Also how to mark a question as private ?
3) Can you please tell me where are all the available shortcodes for the plugin, etc
thanksyou
Hi,
I want to import a huge database of around 30,000 questions and answers.
I have been trying with following code
https://gist.github.com/rahularyan/7b85c9678ddef2c21208
But, it’s causing meta problems (like even after providing user-id activity log says Anonymous answered…, Question/Answers count and reputation points are not updated).
Also I have read your answer on the question Importing from Django
I tried with merging the two, but even that produces some bugs (e.g. questions/answers count, reputation points etc, activity line).
Also the biggest problem I am facing right now, is to import such a large database. It appears to be taking forever to import 30,000 questions, the actual number of queries to be run would be a lot higher, I think (first, 30k questions, then 30k answers, and their meta-entries) . I have even increased my localhost timeout.
Can you please suggest me –
1. How should I modify this code or what would be the correct code to import all questions and answers from a linear database (questions and answers are in the same row)?
2. What can be done to increase import speed?
Hi Rahul,
Would it be possible to enable Anspress to embed websites the same way videos are embedded?
An alternative option would be for an html editor in the ask question window? Perhaps also in the give answer window too?
How much would those options cost?
Thanks,
Hi,
Is there any .mo and .po files for Anspress in Turkish? If not I will do it. I know it is very easy but if there is no need to do it again. I couldn’t see inside the plug-in zip file.
We as a not-for-profit organization in Turkey want to use anspress Q&A. We had 280,000 users and 1,600 hours of video on our WP sites.
We want to upgrade our services with AnsPress Q&A forum but when we tried the plug-in we found that Shareaholic plug-in add all share buttons an every question and answers.
Is it possible to stop Shareaholic plug-in with AnsPress questions and asnwers posts? Need help.
Hi, I want to use the google transliteration with your anspress plugin for wordpress. For this purpose I need the div id of the textarea in various text form used in the anspress.
kindly give me the textarea id of all the text form used in the anspress including search form. My blog is for hindi users and I want the forum in hindi.
I have a fairly large database of about 2000 questions and answers(comments that I will convert to answers) that is in a custom django database. I have imported all the fields in wpposts and wppostmeta except in postmeta I imported history field as blank. Then I realized you use a custom table for ap_meta. So I was wondering if you could suggest fields I need to make it successful. Any tips would be greatly appreciated. Also as many are requesting, I would love an import tool…