I want to restrict the number of questions that a user can ask daily in a site I use the plugin. How can I do it?

Hello,
Hi ppl,
Anyone knows if AnsPress Question Answer wordpress plugin will be updated in the next days or weeks?
I am asking that, because this plugin is not updated for more than 2 months and i don´t know if i can use it.
Maybe they abandoned the plugin. If anyone knows something please help me on this, because i want to use it but only if it will be updated, i don´t use out of date plugins.
Thank you very much.

Hello,
I’d like to customize AnsPress in the way, that all answers will be show directly in the question list in the questions page:
Q1
-A1
-A2
…an so on.
So I made a child theme and all that for the customization.
I tried to evoke ap_the_answer() and ap_get_answers() in question-list-item.php to no effect. Also tried to fire the Answers_Query class directly. Not working on question page.
Is there a better way to display the answers in the question template?
Thank you for your help and best regards
abhoette

We are trialling AnsPress for a Maths student Q&A forum.
Questions have Latex in their titles.
All works fine on the page displaying the question in full.
But on the Questions page where question titles are listed and have a hyperlink on them, the HTML breaks.
This is because the post title is passed to the title attribute of the <a> element.
The title contains an <img> element.
This comes through with its own attributes delimited with double quotes and that gets embedded in the double quotes delimiting the title attribute of the <a> element.
This is what the broken html looks like.

In anspress-question-answer\templates\question-list-item.php
on Line 44 the_title() is passed to the title attribute of the hyperlink.
I have tested this solution which replaces double quotes with single quotes in the_title().
Replace that line with the following:
<?php
$title = get_the_title(); // Ge the title as a variable
$title = str_replace(‘”‘, “‘”, $title); // Replace Quotes
?>
<a class=”ap-questions-hyperlink” itemprop=”url” href=”<?php the_permalink(); ?>” rel=”bookmark” title=”<?php echo $title; ?>”><?php echo $title; ?></a>
Do you think you could add this to question-list-item.php as standard?

First I would like to thank you for the great plugin. Do you have any plans to support Gutenberg in the near future?

Can I know how to start Chinese translation for askbug?
I failed to find a completed language package in English to start now, at least.
Please kindly instruct.
 
thanks
 
Steven

I’d like to have the users profile photo, name, etc. carried over to AnsPress

thx

I’d like to be able to use the plugin for a feature suggestion and voting use case. So would like to change wording, e.g. instead of ‘Ask a question’, I’d have ‘Suggest an idea’, and so forth

I was using Buddypress with AnsPress. After uninstall of BuddyPress I checked activities page 
it is showing old activities which I performed before installation of BuddyPress, and recent activities also not showing there. How to solve this issue.

I am from Russia. I have a bad English so I am writing through a translator)
Added a plugin to your site, it is very necessary.
The problem is that questions are published if you have an administrator role.
All other roles are endless loading
http://h136400.s05.test-hf.su
The site is temporarily on a free domain while it is being finalized.