Rahul Aryan
Forum Replies Created
-
Forum: Plugins
In reply to: [AnsPress - Question and answer] image uploadHello,
This is not possible at the moment. And at the moment I will not recommend uploading by non-logged in.Hello,
Subscribing to a taxonomy will be a complicated task and there is not an out of the box solution. There are many things involved and queueing system will be required. With some coding taxonomy subscription can be achieved with the help of 3rd party plugins.If you are interested we can help with custom development.
Cheers!
Forum: Plugins
In reply to: [AnsPress - Question and answer] Uploaded image not added to postHello,
Thanks for letting us know. Yes image uploader does not work with quick tag editor at the moment.Forum: Plugins
In reply to: [AnsPress - Question and answer] Answer tab empty in profileWill check soon.
Forum: Plugins
In reply to: [AnsPress - Question and answer] Answer tab empty in profileThanks for reporting.
This was resolved and a patch was released.Forum: Plugins
In reply to: [AnsPress - Question and answer] Profile answers emptyThanks for reporting.
This was resolved and a patch was released.Forum: Plugins
In reply to: [AnsPress - Question and answer] Answer tab empty in profileThanks for reporting. I am looking.
Forum: Plugins
In reply to: [AnsPress - Question and answer] Postview and DateHello,
You can use below filter to remove views from array:
https://github.com/anspress/anspress/blob/21b505e9a3a617e9782ad2e1541e6ad12224dfc7/includes/qaquery.php#L469and in same file, you will notice how I am fetching last active time of question. https://github.com/anspress/anspress/blob/21b505e9a3a617e9782ad2e1541e6ad12224dfc7/includes/qaquery.php#L456
To change date, you have to modify last_updated column in table
wp_ap_qameta
table. You can do that directly from PhpMyAdmin.Let me know if you need further assistance. Cheers!
Forum: Plugins
In reply to: [AnsPress - Question and answer] Template OverwritingHello,
Directory name should beanspress
instead ofanspress-question-answer
. More detail can be found here: Overriding AnsPress Templates
Cheers.Forum: Plugins
In reply to: [AnsPress - Question and answer] Upload DirectoryHello,
I kept AnsPress uploads separate from other WP uploads because most of AnsPress medias are uploaded by public user. And also for checking unattached media upload and delete them automatically.Though, sometime this cause issue with 3rd party plugins. So we were planning to update that at some point but we don’t have ETA yet.
If you wish to change it now, you can edit core files. You can find hard coded directory names here:
https://github.com/anspress/anspress/search?q=anspress-uploads
Forum: Plugins
In reply to: [AnsPress - Question and answer] Tags PageI will look into this.
Forum: Plugins
In reply to: [AnsPress - Question and answer] Bug Report V.4.2.0Hello,
A fix has been released. Please update to 4.2.1.
Cheers!Forum: Plugins
In reply to: [AnsPress - Question and answer] Bug Report V.4.2.0Hello,
Thanks for reporting I am looking now.Forum: Plugins
In reply to: [AnsPress - Question and answer] Insert Code Not WorkingHello,
This indeed is a bug related to recent version. AnsPress syntax highlighter should work without any dependencies.
But good to know you found a workaround until we fix the issue.
ThanksForum: Reviews
In reply to: [AnsPress - Question and answer] Can not answers with image SuddenlyThanks for updating stars. We are developing AnsPress since last 7 years just for the appreciation.
BTW, I tried to replicate your issue but it seems all working as expected. Please share a video (with browser console open) so that we can check the issue. Its working fine in our development site, check here:
https://i.ibb.co/D86FXYp/Screenshot-2021-11-05-110950.jpg
- This reply was modified 3 years, 4 months ago by Rahul Aryan.