mecha-cms / x.panel

Control panel feature.
Other
6 stars 0 forks source link

Creating Tags Does Not Work with Me Unfortunately; How Does it Work? #11

Closed ghost closed 4 years ago

ghost commented 7 years ago

Hello Developers,

I've seen that you've already written some extensions for v2. I created a new v2 website at http://mechacms.wpzweinull.ch and would like to deal with this new version.

Unfortunately, the creation of tags does not work.

I have uploaded the tags extension to the directory /lot/extend. In the Mecha-backend, I see the page with the "tag" at the top of the navigation. Behind it, I can create new tags.

But when I create new tags there and click "Publish", no tags are created. I have tried it both in HTML and in Markdown. That result.

Perhaps there is still a trick, as I can create the tags. Or did I upload this extension wrong?

Thanks in advance.

taufik-nurrohman commented 7 years ago

There is a tutorial to create them manually in the extension reference page, but I think this will confuse you a lot. The backend of tag extension are still experimental. Even, I haven’t create the “delete tag” functions yet.

taufik-nurrohman commented 7 years ago

You can see the tag functionality test in action here, on my personal blog.

ghost commented 5 years ago

Hi Tovic, i use the latest Version of the Tag Extension. This not worked on development Version of Mecha CMS. I use the tags on editing of a page in the Backend.

cms, installation, services,...

This not worked and i cannot save the page.

Can you help me with this?

Thanks in Advance, Alex

taufik-nurrohman commented 5 years ago

Make sure the tag pattern is valid (no red color appear on the input field). Current pattern specification is the same as the page slug pattern. Writing tags is now the same as writing it’s slug. You can change the tag title later in the tags manager page.

ghost commented 5 years ago

Exactly that validation does not work. I type a tag with "tag," but it is still in red and the tag cannot be entered or validated. This works quite well for me under Mecha 2.0.1, but unfortunately it doesn't work in the developer version.

What am I doing wrong?

taufik-nurrohman commented 5 years ago

Remove the last comma?

ghost commented 5 years ago

I just erased the comma, but nothing is validated. Usually when you type the tag and press space, a small box with the tag is created. But here I can type the tags like this: cms installation services

But these are not created. Hm...very strange why it does not work.

taufik-nurrohman commented 5 years ago

Usually when you type the tag and press space, a small box with the tag is created.

Oh, that’s because of the missing TIB plugin. For now, I need to make sure that everything works without any GUI enhancer like custom tags view, custom color picker, etc. The original input value for the tags is always a comma-separated list of tag’s slug. Just kick the submit button away!

taufik-nurrohman commented 5 years ago

2018-12-17-23-07-30