<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged tagging</title>
<link>https://www.question2answer.org/qa/tag/tagging</link>
<description>Powered by Question2Answer</description>
<item>
<title>FAO anyone using my Tagging Tools plugin...</title>
<link>https://www.question2answer.org/qa/19826/fao-anyone-using-my-tagging-tools-plugin</link>
<description>

&lt;p&gt;
	I just fixed a significant bug that appeared in Q2A 1.5.4.&lt;/p&gt;


&lt;p&gt;
	If you have it set to prevent low-rep users creating new tags, then it added an onclick attribute to the ask question button. However, Q2A 1.5.4 also added an event to the same button, creating a major bug where low-rep users could not ask questions.&lt;/p&gt;


&lt;p&gt;
	My code has been updated to use unobtrusive Javascript which solves the problem. So make sure to update your code! &lt;a href=&quot;https://github.com/svivian/q2a-tagging-tools&quot; rel=&quot;nofollow&quot;&gt;Github repo is here&lt;/a&gt;.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19826/fao-anyone-using-my-tagging-tools-plugin</guid>
<pubDate>Wed, 12 Dec 2012 06:02:34 +0000</pubDate>
</item>
<item>
<title>Tip: Force users to add tags!</title>
<link>https://www.question2answer.org/qa/13692/tip-force-users-to-add-tags</link>
<description>

&lt;p&gt;
	I could not find this option in the admin panel (and no plugin for that), so I used jquery to not let the user send his question if there are NO tags.&lt;/p&gt;


&lt;p&gt;
	use this jquery code:&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;// user must give at least 2 tags
&lt;br&gt;
	if ($(&quot;#tags&quot;).length &amp;gt; 0){
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;var regForm = $(&quot;.qa-form-tall-table&quot;).parent();
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;regForm.submit(function(e) {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var tagsN = 0;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// count nr of tags
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var matches = $(&quot;#tags&quot;).val().match(/\b/g);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if(matches) { tagsN = matches.length*0.5; }
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if(tagsN&amp;lt;2) {
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;e.preventDefault();
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$(&quot;#tags&quot;).focus();
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$(&quot;#tags&quot;).css(&quot;background-color&quot;,&quot;#FFFFAA&quot;);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;alert(&quot;Please give 2 tags related to your question!&quot;);
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return false;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return true;
&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;});
&lt;br&gt;
	}&lt;/strong&gt;
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13692/tip-force-users-to-add-tags</guid>
<pubDate>Wed, 21 Mar 2012 05:20:45 +0000</pubDate>
</item>
<item>
<title>Feature suggestion: Points for question tagging</title>
<link>https://www.question2answer.org/qa/1999/feature-suggestion-points-for-question-tagging</link>
<description>Again a feature suggestion regarding tagging.&lt;br /&gt;
&lt;br /&gt;
Many users dont tag their questions as long as admin sets a minimum like now available in 1.2&lt;br /&gt;
&lt;br /&gt;
I thought it could be helpful if other users would have the ability to tag a question, lets say up to a number set by the admin.&lt;br /&gt;
If the user could receive points for that, all questions without tags would be tagged quite fast.&lt;br /&gt;
&lt;br /&gt;
The asking user and the admin would be the only people to edit these tags afterwards.&lt;br /&gt;
&lt;br /&gt;
Its an idea only, would be interested in other opinions as well.&lt;br /&gt;
&lt;br /&gt;
Best regards</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/1999/feature-suggestion-points-for-question-tagging</guid>
<pubDate>Wed, 21 Jul 2010 23:02:05 +0000</pubDate>
</item>
</channel>
</rss>