<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged showing</title>
<link>https://www.question2answer.org/qa/tag/showing</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to score according to the number of views?</title>
<link>https://www.question2answer.org/qa/76966/how-to-score-according-to-the-number-of-views</link>
<description>I want to give points based on the number of views of the questions. Is it possible?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/76966/how-to-score-according-to-the-number-of-views</guid>
<pubDate>Sat, 03 Aug 2019 10:39:38 +0000</pubDate>
</item>
<item>
<title>Blob error after Migrating</title>
<link>https://www.question2answer.org/qa/24669/blob-error-after-migrating</link>
<description>

&lt;p&gt;
	Hi there i have moved images from database to disk but now in category and admin and some comments i am getting an errors like you can see in the images category and admin pages doesn't showing avatars but there links are also different&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=6098468310848754472&quot; style=&quot;width: 600px; height: 450px;&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24669/blob-error-after-migrating</guid>
<pubDate>Tue, 18 Jun 2013 07:03:31 +0000</pubDate>
</item>
<item>
<title>Related Searches not showing up</title>
<link>https://www.question2answer.org/qa/23960/related-searches-not-showing-up</link>
<description>I uploaded a few hundred questions directly into the database (qa_posts table) but related searches is not showing up for these questions.&lt;br /&gt;
&lt;br /&gt;
If I edit and then save any of the questions without changing anything, the related searches start to show.&lt;br /&gt;
&lt;br /&gt;
I'd like to solve this problem and get related searches showing up for all these. Please help me!</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/23960/related-searches-not-showing-up</guid>
<pubDate>Mon, 20 May 2013 10:28:55 +0000</pubDate>
</item>
<item>
<title>Why is the adsense not showing up?</title>
<link>https://www.question2answer.org/qa/19750/why-is-the-adsense-not-showing-up</link>
<description>I put my adsense into my site and its not showing up i even changed the theme to see if this was the problem. Can anyone help please. Thanks.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19750/why-is-the-adsense-not-showing-up</guid>
<pubDate>Sat, 08 Dec 2012 00:32:43 +0000</pubDate>
</item>
<item>
<title>Showing number / count of tags in 1.5 (quick tutorial)</title>
<link>https://www.question2answer.org/qa/13935/showing-number-count-of-tags-in-1-5-quick-tutorial</link>
<description>

&lt;p&gt;
	The tutorial beneath will make you capable of accessing the count of tags in your theme.&lt;/p&gt;


&lt;p&gt;
	------------------------------&lt;/p&gt;


&lt;p&gt;
	Add this function:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; function qa_db_tag_count_qs_selectspec($tag)
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;{
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return array(
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'columns' =&amp;gt; array('tagcount'),
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'source' =&amp;gt; '^words WHERE word=$',
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'arguments' =&amp;gt; array($tag),
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'arrayvalue' =&amp;gt; 'tagcount',
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'single' =&amp;gt; true,
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;);
&lt;br&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	To &lt;strong&gt;qa-include/qa-db-selects.php&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	P.S. you don't need to paste the function above in qa-db-selects.php if you have version 1.4 of q2a. It's only for 1.5.&lt;/p&gt;


&lt;p&gt;
	------------------------------&lt;/p&gt;


&lt;p&gt;
	Then head over to your &lt;strong&gt;qa-theme.php&lt;/strong&gt; file.&lt;/p&gt;


&lt;p&gt;
	Use this code to get the count of any tag:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		qa_db_single_select(qa_db_tag_count_qs_selectspec('Economy'))&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	In the example above, the tag is Economy.&lt;/p&gt;


&lt;p&gt;
	------------------------------&lt;/p&gt;


&lt;p&gt;
	Good luck everyone!
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13935/showing-number-count-of-tags-in-1-5-quick-tutorial</guid>
<pubDate>Sun, 01 Apr 2012 09:23:04 +0000</pubDate>
</item>
</channel>
</rss>