Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

how to restrict new tags creation and force the users to use pre-defined tags for raising the question

+1 vote
how to restrict new tags creation and force the users to use pre-defined tags for raising the question
asked Dec 31, 2011 in Q2A Core by ladzzz

2 Answers

+1 vote
 
Best answer

One solution would be to use categories, which are essentially the same as predefined tags.

My Tagging Tools plugin may help with the first point, for v1.4+. You can prevent users below a certain number of points from creating new tags. If you set the points really high it would apply to everyone.

https://github.com/svivian/q2a-tagging-tools (click ZIP on the left to download it)

answered Jan 1 by DisgruntledGoat
selected Jan 1 by ladzzz
thanks for letting me know, I really appreciate it, at least for time being this will solve some of my issues.
Why is your plugin not on the plugin list?
http://www.question2answer.org/addons.php
Please share your goods, if possible.
I never actually submitted it to Gideon for inclusion there. But I don't remember submitting my Markdown plugin. Anyway, once I update and get them in order, I will ask gideon if he will list them there.
+1 vote
This will be possible in Q2A 1.5 using a filter module in a plugin. This seems to be a common request so perhaps someone will develop this plugin soon!
answered Jan 1 by gidgreen
How is having two sets of unrelated categories different from having two tags? I don't mean the question sarcastically. I honestly don't understand the difference. Thanks for explaining.
Categories - a dropdown list consisted of a limited number of choices that a user can choose to classify the data.

Tags - a text field with an unlimited number of choices that a user can choose to classify the data

IMHO, tags are a total waste of time for anything other than the database or wiki of a very small number of people.