this post was submitted on 13 Jan 2025
0 points (NaN% liked)

General Discussion

0 readers
1 users here now

A place to talk about whatever you want

founded 2 weeks ago
 

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:

  1. I hope to categorize tags so that users can choose according to different categories, how to solve?
  2. For some categories, the user MUST fill in to submit, any solutions?
  3. 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 are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 3 weeks ago (1 children)

You can use the tag whitelist feature. This limits users to only the whitelisted tags by admins

[โ€“] [email protected] 1 points 1 week ago

@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.