DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Users loginHey there,
Thank you for getting in touch with us. Please read these below lines as our assistance:
– Do users have to register the account to post new posts and answers?: Yes, they can. Anyone can post questions and answers WITHOUT logging in.
– Can logins and users be separated from the WordPress’ page installation?: Could you please provide us with more details?
Forum: Plugins
In reply to: [DW Question & Answer] user permalinkHey Gauravawesome,
Currently, there is no way to change the user permalink from the username to the firstname.
Forum: Plugins
In reply to: [DW Question & Answer] Question Form, can't enter question.Hi Craigemmerich,
Thank you for getting in touch with us. Please read these below lines as our assistance:
–“The question form you can add a title but suddenly you can’t enter the question”: Please provide us with more details about the issue.
– “The test area you can enter text in HTML text mode but not in visual”: TinyMCE has convert the whole HTML to HTML Entity Code when entering text at Visual Mode. That’s the reason why you can write HTML only at Text Mode.
Forum: Plugins
In reply to: [DW Question & Answer] rate without loginHi P.Zehfroush,
Thank you for getting in touch with us.
First, we need to say that your users totally can rate the question without logging in. However, this needs a little bit customization. You can reach us at hi@designwall.com for a further consultancy.
If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.
[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [DW Question & Answer] migrate from anspressHi KTS915,
Thank you for noticing us. We do really appreciate your help.
If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.
[Signature removed by moderator per forum rules.]
Hi Dubblegum,
Thank you for noticing us. We do really appreciate your help.
If there is any more issue with the DW Question & Answer, please do not hesitate to get back to us. It encourages us a lot.
[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [DW Question & Answer] The Pro ver.Hi Esmi,
Thank you for reminding us. We’re removing the backlinks now.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Untranslatable stringsHi Esmi,
Thank you for reminding us. We’re removing the backlinks now.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] where are the emails?Hi Esmi,
Thank you for reminding us. We’re removing the backlinks now.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Webmaster tools 404 errors problemHi Esmi,
Thank you for reminding us. We will delete the backlink now.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Setting up Custom FiltersHi RobWil,
Thank you for noticing us. We do really appreciate your help.
You can use
dwqa_prepare_archive_postsfilter.For example, if you want to filter the Open question, you can use this code
function dwqa_refilter_question( $args ) { $args['meta_query'][] = array( 'key' => '_dwqa_status', 'value' => array( 'open', 're-open' ), 'compare' => 'IN', ); return $args; } add_filter( 'dwqa_prepare_archive_posts', 'dwqa_refilter_question' )[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [DW Question & Answer] Untranslatable stringsHi KTS915,
Thank you for noticing us. We do really appreciate your help.
We have noted the issue you mentioned above. It will be fixed in the next version of DW Question & Answer. However, now you can replace this text with the text you want.
If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.
From everyone at DesignWall,
[Signature removed by moderator per forum rules.]Forum: Plugins
In reply to: [DW Question & Answer] where are the emails?Hi Dumples,
Thank you for getting in touch with us. We appreciate that.
You can log into PHPMyAdmin and use this query to get the email info
SELECT * FROM wp_posts JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE wp_postmeta.meta_key = '_dwqa_anonymous_email' AND wp_posts.post_type = 'dwqa-question'
If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.
[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [DW Question & Answer] The Pro ver.Hi Whoji,
Thank you for getting in touch with us.
The pro version of DW Question & Answer has been improved a lot since we have collected suggestions from our beloved users and added them into DW Q&A.
You can see and demo here:
- Free version: http://demo.designwall.com/dw-focus/dwqa-questions/
- Pro version: http://demo.designwall.com/dwqa/
If the demos aren’t enough, read these lines to take a closer inspection at the differences between the free and the pro version of DW Question & Answer:
- Different styles: As you can see in the demos, both versions of DW Question & Answer have unique and different styles.
- Extra extensions: The DW Q&A Pro is integrated with 4 premium extensions: DW Q&A Widgets, DW Q&A Leaderboard, DW Q&A Markdown, and DW Q&A Captcha. Each extension costs $29 and if you purchase the pro version, you’ll save at least $92 for yourself because we are constantly updating the DW Question & Answer with many more cool premium extensions.
- Widgets: The free version supports 4 custom widgets while the pro version supports 7.
- Leaderboard: The Pro version can list who makes great contributions as well as provides friendly competitions for your community
- Markdown:
- The markdown feature in the Pro version of DW Q&A Pro helps you to edit the plain text without using HTML formatting tags, now you can read and edit drafts with ease.
- Reviewable before submitting.
- Spell checking.
- Anti-spam by reCaptcha / FunCaptcha: DW Q&A Pro is integrated with reCaptcha / FunCaptcha so you don’t have to worry about obnoxious spam.
We are about to optimize our Pro version, so if you have any suggestions, please leave the comment down here. It encourages us a lot.
[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [DW Question & Answer] filter open/unansweredHello Toifel,
Thank you for noticing us. We do really appreciate it.
We have noted the issue you mentioned above. It will be fixed in the next version of DW Question & Answer.
And thank you Codemovement for interesting in our forum.
If there is any more issue with the plugin, please do not hesitate to get back to us. It encourages us a lot.
From everyone at DesignWall,
[Signature removed by moderator per forum rules.]