Hi, there. I find that there’s not too many plugins about tags.
Now, I’m building my website. I hope that users couldn’t create tags by themselves but only use the tags that admin creates at the very beginning. I’ve implemented the function for turning the input box into a click button to appear modal box for users to select tags.
However, I’m confused about how to solve these problems:
- I hope to categorize tags so that users can choose according to different categories, how to solve?
- For some categories, the user MUST fill in to submit, any solutions?
- There is a field in the modal box where users can choose to fill in the input box, which will appear as like a prompt box above the post after submission. I have no idea.
If anyone has any solution or idea, please let me know. Many many thanks.
You can use the tag whitelist feature. This limits users to only the whitelisted tags by admins
@baris said in How to give the ONLY permission to create tags to the admin?:
You can use the tag whitelist feature. This limits users to only the whitelisted tags by admins
thanks for your reply, I’ve got a solution. many thanks again.