<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged unanswered</title>
<link>https://www.question2answer.org/qa/tag/unanswered</link>
<description>Powered by Question2Answer</description>
<item>
<title>How do make unanswered questions widget? Sort by first?</title>
<link>https://www.question2answer.org/qa/93040/how-do-make-unanswered-questions-widget-sort-by-first</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/93040/how-do-make-unanswered-questions-widget-sort-by-first</guid>
<pubDate>Sun, 09 May 2021 09:51:55 +0000</pubDate>
</item>
<item>
<title>Conditional for unanswered questions</title>
<link>https://www.question2answer.org/qa/82766/conditional-for-unanswered-questions</link>
<description>

&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm using this code to add the &quot;noindex&quot; metatag to some pages. The question is, &lt;strong&gt;how can I add it to unanswered questions?&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;class qa_html_theme_layer extends qa_html_theme_base {
public function head_metas() {
  qa_html_theme_base::head_metas();

  if ( $this-&amp;gt;template=='question' || $this-&amp;gt;template=='qa' )
   $this-&amp;gt;output('&amp;lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot;/&amp;gt;');
  else
   $this-&amp;gt;output('&amp;lt;meta name=&quot;robots&quot; content=&quot;noindex,follow&quot;/&amp;gt;');
 }
}&lt;/pre&gt;

&lt;p&gt;Are there any variable, function, object or something I can use as a condition to know if &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;&lt;span style=&quot;background-color:#dddddd&quot;&gt;answers == 0&lt;/span&gt;&lt;/span&gt; or something like that?&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/82766/conditional-for-unanswered-questions</guid>
<pubDate>Tue, 14 Apr 2020 17:33:47 +0000</pubDate>
</item>
<item>
<title>Is there any way to give extra points for answering unanswered?</title>
<link>https://www.question2answer.org/qa/68757/is-there-any-way-give-extra-points-for-answering-unanswered</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/68757/is-there-any-way-give-extra-points-for-answering-unanswered</guid>
<pubDate>Tue, 30 Oct 2018 05:44:41 +0000</pubDate>
</item>
<item>
<title>Unanswered questions</title>
<link>https://www.question2answer.org/qa/66858/unanswered-questions</link>
<description>

&lt;pre style=&quot;text-align: left;&quot;&gt;Is it possible to change the list of unanswered questions so it only shows the questions that the user who is logged in has not answered? I'm not interested in whether other users have answered the question, but only if the user who is logged in has the answered the question or not?&lt;/pre&gt;

&lt;pre style=&quot;text-align: left;&quot;&gt;
&lt;/pre&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66858/unanswered-questions</guid>
<pubDate>Mon, 03 Sep 2018 09:24:35 +0000</pubDate>
</item>
<item>
<title>Is there any SQL statements let generate a list of most viewed question during a period ?</title>
<link>https://www.question2answer.org/qa/66705/there-statements-generate-list-viewed-question-during-period</link>
<description>

&lt;p&gt;I need any SQL statements let generate a list of &lt;strong&gt;most viewed&lt;/strong&gt; &lt;strong&gt;unanswered&lt;/strong&gt;&amp;nbsp;question &lt;strong&gt;during a period&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I tried to use google analytics but it give me a list of all questions ( answered &amp;amp; unanswered)&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66705/there-statements-generate-list-viewed-question-during-period</guid>
<pubDate>Tue, 28 Aug 2018 12:59:48 +0000</pubDate>
</item>
<item>
<title>How can I make a HTML link in which every time when user click it opens a unanswered random question?</title>
<link>https://www.question2answer.org/qa/63964/which-every-when-user-click-opens-unanswered-random-question</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/63964/which-every-when-user-click-opens-unanswered-random-question</guid>
<pubDate>Tue, 15 May 2018 11:13:22 +0000</pubDate>
</item>
<item>
<title>how to purge unanswered questions?</title>
<link>https://www.question2answer.org/qa/55705/how-to-purge-unanswered-questions</link>
<description>Is there a way to purge unanswered questions? &lt;br /&gt;
&lt;br /&gt;
Even so far as can we do this in our database through a date range for example? &lt;br /&gt;
&lt;br /&gt;
phpBB forum can do this, seems like this software should / could do the same thing.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55705/how-to-purge-unanswered-questions</guid>
<pubDate>Mon, 09 Jan 2017 18:45:38 +0000</pubDate>
</item>
<item>
<title>How to see unanswered questions for a tag (or category) ?</title>
<link>https://www.question2answer.org/qa/48519/how-to-see-unanswered-questions-for-a-tag-or-category</link>
<description>How can I see the list of unanswered questions for a speciafic tag or category ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48519/how-to-see-unanswered-questions-for-a-tag-or-category</guid>
<pubDate>Sat, 17 Oct 2015 16:30:57 +0000</pubDate>
</item>
<item>
<title>Can sorting of unanswered questions by upvote be implemented in the next q2a release?</title>
<link>https://www.question2answer.org/qa/46034/sorting-unanswered-questions-upvote-implemented-release</link>
<description>

&lt;p&gt;Just bringing up a post that nearly has 10 000 view now, and would be a great added feature. It was suggested by my users: &lt;a href=&quot;http://www.question2answer.org/qa/30394/sorting-of-unanswered-questions-by-upvotes&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/30394/sorting-of-unanswered-questions-by-upvotes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There I also described the &quot;tiny hacks&quot; that are necessary. But instead I would love to see this as an additional feature from the core:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12670961460410949660&quot; style=&quot;height:250px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;It would be really helpful. It is just few lines of codes.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46034/sorting-unanswered-questions-upvote-implemented-release</guid>
<pubDate>Tue, 23 Jun 2015 07:33:55 +0000</pubDate>
</item>
<item>
<title>Unicode Tag links are not not working</title>
<link>https://www.question2answer.org/qa/44637/unicode-tag-links-are-not-not-working</link>
<description>

&lt;p&gt;Hi&amp;nbsp;
&lt;br&gt;I am running&amp;nbsp;&lt;span style=&quot;font-family:helvetica,arial,sens-serif; font-size:14px&quot;&gt;1.7.0-beta-2 version. On my site, the Tag links with Unicode tags are not working. Roman letters in tags seem to be working fine.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sens-serif&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;Here is an example of Unicode and redirects to main tags page.&lt;/span&gt;&lt;/span&gt;
&lt;br&gt;&lt;a href=&quot;http://www.transliteral.org/QnA/tag/%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%E0%A5%82&quot; rel=&quot;nofollow&quot;&gt;http://www.transliteral.org/QnA/tag/%E0%A4%B9%E0%A4%BF%E0%A4%82%E0%A4%A6%E0%A5%82&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sens-serif&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;Here is for a Roman letter&lt;/span&gt;&lt;/span&gt;
&lt;br&gt;&lt;a href=&quot;http://www.transliteral.org/QnA/tag/transliteral&quot; rel=&quot;nofollow&quot;&gt;http://www.transliteral.org/QnA/tag/transliteral&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please help!!&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44637/unicode-tag-links-are-not-not-working</guid>
<pubDate>Tue, 07 Apr 2015 11:02:29 +0000</pubDate>
</item>
<item>
<title>How to show unanswered questions list in sidepanel ?</title>
<link>https://www.question2answer.org/qa/44542/how-to-show-unanswered-questions-list-in-sidepanel</link>
<description></description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44542/how-to-show-unanswered-questions-list-in-sidepanel</guid>
<pubDate>Wed, 01 Apr 2015 10:15:10 +0000</pubDate>
</item>
<item>
<title>How to show unanswered questions by Categories?</title>
<link>https://www.question2answer.org/qa/42963/how-to-show-unanswered-questions-by-categories</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/42963/how-to-show-unanswered-questions-by-categories</guid>
<pubDate>Thu, 15 Jan 2015 02:19:58 +0000</pubDate>
</item>
<item>
<title>Plugin Idea: Exclude postings with certain tags of unanswered question list</title>
<link>https://www.question2answer.org/qa/40827/plugin-idea-exclude-postings-certain-unanswered-question</link>
<description>Somtimes people don´t ask questions, but publish useful information (in this forum e.g. announcements of new plugins or themes).&lt;br /&gt;
&lt;br /&gt;
On my site I would really prefer not to show this postings on the &amp;quot;unanswered qustion&amp;quot; list, as they are not really questions.&lt;br /&gt;
&lt;br /&gt;
The idea is to use a certain tag for this question (e.g. &amp;quot;publication&amp;quot; or &amp;quot;article&amp;quot;). Questions with this tag then wouldn´t show up in the &amp;quot;unanswered qustion&amp;quot; list.&lt;br /&gt;
&lt;br /&gt;
How could this be done or is there a better solution? Would it be difficult to program a small plugin, where you just define the list of tags to exclude? Anyone interested in developing such a plugin?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/40827/plugin-idea-exclude-postings-certain-unanswered-question</guid>
<pubDate>Thu, 06 Nov 2014 13:44:52 +0000</pubDate>
</item>
<item>
<title>Remove redundant &quot;0 answers&quot; from unanswered list</title>
<link>https://www.question2answer.org/qa/33386/remove-redundant-0-answers-from-unanswered-list</link>
<description>

&lt;p&gt;
	Just from the logical point of view.&lt;/p&gt;


&lt;p&gt;
	Isn't it clear that there are &quot;0 answers&quot; for each question that can be found in the unanswered list?&lt;/p&gt;


&lt;p&gt;
	With v.1.6.3 the list looks like that:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17755679537564913651&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Just my thoughts =)
&lt;br&gt;
	Kai&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33386/remove-redundant-0-answers-from-unanswered-list</guid>
<pubDate>Tue, 08 Apr 2014 04:18:21 +0000</pubDate>
</item>
<item>
<title>Sorting of unanswered* questions by upvotes?</title>
<link>https://www.question2answer.org/qa/30394/sorting-of-unanswered-questions-by-upvotes</link>
<description>

&lt;p&gt;
	My users had a great idea, that i would like to support and implement:&lt;/p&gt;


&lt;p&gt;
	+ &lt;strong&gt;Sorting&lt;/strong&gt; of unanswered questions (Q that have &lt;span style=&quot;text-decoration: underline;&quot;&gt;no&lt;/span&gt; answer) &lt;strong&gt;by number of upvotes. &lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	This would show other answering users the important questions at once.&lt;/p&gt;


&lt;p&gt;
	How can we implement this easily?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Important PS: Have you actually noticed that the recent q2a definition of &quot;unanswered question&quot; is a question that has answers, but &lt;a href=&quot;http://www.question2answer.org/qa/unanswered?by=selected&quot; rel=&quot;nofollow&quot;&gt;no selected answer&lt;/a&gt;, or &lt;a href=&quot;http://www.question2answer.org/qa/unanswered?by=upvotes&quot; rel=&quot;nofollow&quot;&gt;no upvoted answer&lt;/a&gt;? ... My understanding says, if a question has an answer it is &lt;span style=&quot;text-decoration: underline;&quot;&gt;not&lt;/span&gt; unanswered anymore. Time for discussion maybe.&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30394/sorting-of-unanswered-questions-by-upvotes</guid>
<pubDate>Mon, 06 Jan 2014 13:38:10 +0000</pubDate>
</item>
<item>
<title>Best way to count total answered questions?</title>
<link>https://www.question2answer.org/qa/28595/best-way-to-count-total-answered-questions</link>
<description>As I could not find a cached value, I am using:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// get number of answered questions total&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$quAnswered = qa_opt('cache_qcount')-qa_opt('cache_unaqcount');&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Is there another way?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/28595/best-way-to-count-total-answered-questions</guid>
<pubDate>Sun, 27 Oct 2013 10:56:40 +0000</pubDate>
</item>
<item>
<title>Best way to close unanswered questions that are older than x months?</title>
<link>https://www.question2answer.org/qa/25820/best-way-close-unanswered-questions-that-older-than-months</link>
<description>I have some users that proposed to close unanswered questions that are older than 3 months.&lt;br /&gt;
&lt;br /&gt;
Actually, this idea I like, it keeps the &amp;quot;unanswered questions&amp;quot; list clean.&lt;br /&gt;
&lt;br /&gt;
Let's say you want to close them, how would you do it?&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
pseudo code for qa_posts:&lt;br /&gt;
&lt;br /&gt;
SET closedbyid = ID-of-close-NOTE&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WHERE created &amp;lt; NOW()-3 MONTHS&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AND ... there are no answer, i.e. Answer with parentid does not exist&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
Problem is that for each closed question we need a &amp;quot;post&amp;quot; with type=NOTE and parentid=Q and content='reason'&lt;br /&gt;
&lt;br /&gt;
Anyone?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25820/best-way-close-unanswered-questions-that-older-than-months</guid>
<pubDate>Fri, 19 Jul 2013 09:55:49 +0000</pubDate>
</item>
<item>
<title>Possible hide unanswered questions from low reputation or anonymous users?</title>
<link>https://www.question2answer.org/qa/21730/possible-unanswered-questions-reputation-anonymous-users</link>
<description>Is it possible to hide any unanswered questions from anonymous users? And also, I'd like people to have asked at least one question that got an answer before they are allowed to see anyone else's unanswered questions. &amp;nbsp;Not even see them at all. &amp;nbsp;But they do need to see all answered questions in case they can search and find the answer already.&lt;br /&gt;
&lt;br /&gt;
We fell that it's conterproductive and discouraging if they search and find questions but w/o answers or if they see a lot of unanswered questions due to temporary delay with admins in responding.&lt;br /&gt;
&lt;br /&gt;
However, after they get a good first experience of their first question answered, we're happy to allow them to see all full site unanswered questions and give them a chance to answer and get reputation points.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/21730/possible-unanswered-questions-reputation-anonymous-users</guid>
<pubDate>Mon, 25 Feb 2013 04:07:27 +0000</pubDate>
</item>
<item>
<title>Fastest way to get number of unanswered questions?</title>
<link>https://www.question2answer.org/qa/20840/fastest-way-to-get-number-of-unanswered-questions</link>
<description>

&lt;p&gt;
	I still gather stuff for a statistics plugin.&lt;/p&gt;


&lt;p&gt;
	Now I would like to know: What is the fastest way to get &lt;strong&gt;number of unanswered questions?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	Additionally, what mysql query do I need to identify them?&lt;/p&gt;


&lt;p&gt;
	Thanks,
&lt;br&gt;
	Kai&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	PS: This is a bit related to &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/20062/how-to-get-number-of-unanswered-questions&quot;&gt;How to get number of Unanswered questions (admin)&lt;/a&gt;?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20840/fastest-way-to-get-number-of-unanswered-questions</guid>
<pubDate>Thu, 24 Jan 2013 16:27:01 +0000</pubDate>
</item>
<item>
<title>How to remove obsolete/old questions from list /unanswered?by=selected ?</title>
<link>https://www.question2answer.org/qa/20379/how-remove-obsolete-questions-from-list-unanswered-selected</link>
<description>

&lt;p&gt;
	I'd like to remove old questions (let's say 2 weeks old) from the &lt;a href=&quot;http://www.question2answer.org/qa/unanswered?by=selected&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/unanswered?by=selected&lt;/a&gt; list.&lt;/p&gt;


&lt;p&gt;
	How should I do it? =)&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	PS: Just see that the URL is kind of misleading /&lt;span style=&quot;color:#ff0000;&quot;&gt;unanswered&lt;/span&gt;?by=selected → as it shows answered questions as well!&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20379/how-remove-obsolete-questions-from-list-unanswered-selected</guid>
<pubDate>Fri, 04 Jan 2013 13:11:03 +0000</pubDate>
</item>
</channel>
</rss>