<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged automatically-tags</title>
<link>https://www.question2answer.org/qa/tag/automatically-tags</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to use tags hints functionality in my 'ask a question' section</title>
<link>https://www.question2answer.org/qa/52691/how-to-use-tags-hints-functionality-in-ask-question-section</link>
<description>

&lt;p&gt;How can I use the same functionality about '&lt;em&gt;tags hints&lt;/em&gt;' in the '&lt;em&gt;ask a question&lt;/em&gt;' section in my own q2a website? I've tried naming equal the &lt;em&gt;'ask a question' input text&lt;/em&gt; (title) and &lt;em&gt;input text for type tags&lt;/em&gt; (tags), in order to use the same js functions, but it doesn't work.&lt;/p&gt;

&lt;p&gt;When I saw the console in the browser I note a error message that say: '&lt;strong&gt;Uncaught ReferenceError: qa_tags_complete is not defined&lt;/strong&gt;' and nothing happens...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code added in qa-theme to include the JS functions:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;script src=&quot;' . $this-&amp;gt;rooturl . 'js/qa-page.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;lt;script src=&quot;' . $this-&amp;gt;rooturl . 'js/qa-ask.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The 'Ask a Question' field:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;input type=&quot;text&quot; name=&quot;title&quot; id=&quot;title&quot; onchange=&quot;qa_title_change(this.value);&quot; placeholder=&quot;ask a new question or search for exists questions&quot; class=&quot;form-control&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The 'Tags' field:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;input type=&quot;text&quot; class=&quot;topics_input&quot; name=&quot;tags&quot; id=&quot;tags&quot; onkeyup=&quot;qa_tag_hints();&quot; onmouseup=&quot;qa_tag_hints();&quot; value=&quot;&quot; placeholder=&quot;Use hyphens to combine words&quot;&amp;gt;&amp;lt;/input&amp;gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52691/how-to-use-tags-hints-functionality-in-ask-question-section</guid>
<pubDate>Wed, 20 Jul 2016 03:13:12 +0000</pubDate>
</item>
<item>
<title>How can I do to use tags hints in the Ask a Question section from my own advanced theme</title>
<link>https://www.question2answer.org/qa/52696/how-tags-hints-ask-question-section-from-own-advanced-theme</link>
<description>

&lt;p&gt;Greetings guys..!!&lt;/p&gt;

&lt;p&gt;I want to use the same javascript functions from q2a core, such as: qa_title_change(this.value), qa_tag_hints(), etc.&lt;/p&gt;

&lt;p&gt;I've tried naming input text equal to core &amp;nbsp;like&lt;strong&gt;&amp;nbsp;&quot;id=title:&lt;/strong&gt;&amp;nbsp;for&amp;nbsp;&lt;strong&gt;&quot;Ask a Question&quot;&lt;/strong&gt; and &quot;&lt;strong&gt;id=tags&quot;&lt;/strong&gt;&amp;nbsp;for&amp;nbsp;&lt;strong&gt;&quot;Tags&quot;&lt;/strong&gt;. Addition, I put the called to&amp;nbsp;scripts&amp;nbsp;in my qa-theme.php.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&amp;lt;script src=&quot;' . $this-&amp;gt;rooturl . 'js/qa-page.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;lt;script src=&quot;' . $this-&amp;gt;rooturl . 'js/qa-ask.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Maybe the answer is coding a plugin but I need some help to start.&lt;/p&gt;

&lt;p&gt;Thank you so much..!!&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52696/how-tags-hints-ask-question-section-from-own-advanced-theme</guid>
<pubDate>Tue, 19 Jul 2016 18:31:23 +0000</pubDate>
</item>
<item>
<title>Adding tags to User profile</title>
<link>https://www.question2answer.org/qa/52274/adding-tags-to-user-profile</link>
<description>

&lt;p&gt;I am looking to add user tags. &amp;nbsp;These tags are going to be used to match people with unanswered questions with tags that match questions they have already answered. For example, if a person has already answered a question with tag 'x', that tag would become part of their profile. This person can also add tags to their own profile as areas of interest or skills.&amp;nbsp;There are a couple&amp;nbsp;ways I am looking at doing this.&amp;nbsp;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;Adapting the Badges plugin (by NoahY) by resetting&amp;nbsp;Badge names for the tags/skills in question and setting that &quot;badge&quot; to be applied when

&lt;ul&gt;

&lt;li&gt;User has answered&amp;nbsp;a question with that tag&lt;/li&gt;

&lt;li&gt;Adding endorsements to that user profile tag when the answer is upvoted&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;Autotagging user profile with tags for questions they have answered, forgetting the Badges plugin

&lt;ul&gt;

&lt;li&gt;Adding a custom field which allows for tags to be added to the user profile.&amp;nbsp;

&lt;ul&gt;

&lt;li&gt;This would require some change to the Admin&amp;gt;Users panel because current options are only plain text or URL for custom profile fields&amp;nbsp;&lt;/li&gt;

&lt;li&gt;Adding tags column to User profile and setting the upper bound limit&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;Any guidance/feedback would be helpful.&amp;nbsp;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52274/adding-tags-to-user-profile</guid>
<pubDate>Mon, 20 Jun 2016 15:10:23 +0000</pubDate>
</item>
<item>
<title>Preload tags when writing question (like category now)</title>
<link>https://www.question2answer.org/qa/46200/preload-tags-when-writing-question-like-category-now</link>
<description>

&lt;p&gt;Any way to preload tags based on page or link ? Like categories behave&amp;nbsp;question2answer.org/qa/ask?&lt;strong&gt;cat=2&amp;nbsp;&lt;/strong&gt;as i image there should be&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/qa/ask?tags=tag1/tag2/tag3&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/ask?tags=tag1/tag2/tag3&lt;/a&gt;...&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46200/preload-tags-when-writing-question-like-category-now</guid>
<pubDate>Tue, 30 Jun 2015 13:34:57 +0000</pubDate>
</item>
<item>
<title>Is there a way to attach 1 or 2 tags automatically if the user didn't write any?</title>
<link>https://www.question2answer.org/qa/45107/there-way-attach-tags-automatically-the-user-didnt-write-any</link>
<description>how can I make this?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/45107/there-way-attach-tags-automatically-the-user-didnt-write-any</guid>
<pubDate>Tue, 05 May 2015 10:39:20 +0000</pubDate>
</item>
<item>
<title>Question Function. Please Help!</title>
<link>https://www.question2answer.org/qa/41687/question-function-please-help</link>
<description>OK after of many many hours of &amp;nbsp;trying finally i am giving up.&lt;br /&gt;
&lt;br /&gt;
I need your help !!!!!!!!!!&lt;br /&gt;
&lt;br /&gt;
What i want to di is &amp;nbsp;to add the input field &amp;quot;tags&amp;quot; on second position on my site at the sidebar.&lt;br /&gt;
&lt;br /&gt;
I found that when you add a new question the q2a platform uses the file qa-app-format.php and the javascript file qa-ask.js&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
However i tried to use that code&lt;br /&gt;
&lt;br /&gt;
&amp;lt;input type=&amp;quot;text&amp;quot; class=&amp;quot;tags_field&amp;quot; value=&amp;quot;&amp;quot; onmouseup=&amp;quot;qa_tag_hints();&amp;quot; onkeyup=&amp;quot;qa_tag_hints();&amp;quot; autocomplete=&amp;quot;off&amp;quot; placeholder=&amp;quot;Tags - use hyphens to combine words:&amp;quot; id=&amp;quot;tags&amp;quot; name=&amp;quot;tags&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and after i called the file qa-ask.js,&lt;br /&gt;
&lt;br /&gt;
the code above displays the tags input field but the tags auto suggestion doesnt work. Can anyone of the experienced users gives me some instructions on how to duplicate the tags field with working tags auto suggestion function ?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Best Regards</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41687/question-function-please-help</guid>
<pubDate>Thu, 27 Nov 2014 05:54:07 +0000</pubDate>
</item>
<item>
<title>SEO Optimisation =&gt; Uppercase TAGS urls? (still no answer...!!)</title>
<link>https://www.question2answer.org/qa/34206/seo-optimisation-uppercase-tags-urls-still-no-answer</link>
<description>

&lt;p&gt;
	Hi guys!&lt;/p&gt;


&lt;p&gt;
	For SEO in google search, I am looking for a clean way to uppercase all TAGS urls only, like this&lt;span style=&quot;font-size:16px;&quot;&gt; &lt;strong&gt;=&amp;gt; mysite/tags/&lt;span style=&quot;color:#ff0000;&quot;&gt;TAG&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	And I need to make it work everywhere in Q2A. Thanks as I am looking for this for ages!&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34206/seo-optimisation-uppercase-tags-urls-still-no-answer</guid>
<pubDate>Mon, 05 May 2014 09:08:45 +0000</pubDate>
</item>
<item>
<title>insert only defined tags</title>
<link>https://www.question2answer.org/qa/26124/insert-only-defined-tags</link>
<description>hi, is there any way to choose tags from only defined tags which i have given to q2a?&lt;br /&gt;
&lt;br /&gt;
like stackoverflow.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26124/insert-only-defined-tags</guid>
<pubDate>Fri, 26 Jul 2013 16:12:19 +0000</pubDate>
</item>
<item>
<title>Automaticly add tag - take info from user profile</title>
<link>https://www.question2answer.org/qa/3914/automaticly-add-tag-take-info-from-user-profile</link>
<description>

&lt;p&gt;
	I would like to add automatically a tag which is containing a vaule from the user profile.
&lt;br&gt;
	
&lt;br&gt;
	Especially I'll try to add a tag based on the user profile field, which I've added manually:
&lt;br&gt;
	e.g. let's asume the additional field &amp;quot;hair-color&amp;quot; in every profile:
&lt;br&gt;
	
&lt;br&gt;
	How can I add automatically a tag with the content of the profile-field &amp;quot;hair-color&amp;quot; to a new question? - or concrete : how can I retrieve the user-profile-value &amp;quot;hair-color&amp;quot;?
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt; Update 19.12.2010:&lt;/strong&gt; I figured out, that the function
&lt;br&gt;
	&amp;quot;function qa_get_logged_in_user_field($field)&amp;quot;
&lt;br&gt;
	gets all information stored in the sql database table &amp;quot;qa_users&amp;quot;...
&lt;br&gt;
	
&lt;br&gt;
	unfortunately the user-defined-fields (together with e.g. name) are stored in the sql database table &amp;quot;qa_userfields&amp;quot;. &amp;nbsp;--&amp;gt; how can I request informations from this table related to the logged in user?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/3914/automaticly-add-tag-take-info-from-user-profile</guid>
<pubDate>Tue, 14 Dec 2010 09:29:15 +0000</pubDate>
</item>
<item>
<title>Is there a way to attach 1 or 2 tags automatically if the user didn't write any?</title>
<link>https://www.question2answer.org/qa/3884/there-way-attach-tags-automatically-the-user-didnt-write-any</link>
<description>

&lt;p style=&quot;text-align: left;&quot;&gt;
	I know that some Example tags could be shown when trying to post a question. But my query about if the person didn't coose any of the Example tags, could any of the Example tags be attached automatically with the question in this situation.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/3884/there-way-attach-tags-automatically-the-user-didnt-write-any</guid>
<pubDate>Sun, 12 Dec 2010 06:08:43 +0000</pubDate>
</item>
</channel>
</rss>