I am curious why an id is inserted into the url of a tag? I don't see how this is necessary. Unlike articles "duplicates" are okay in the sense that it should and will link to the same tag. But with articles they are obviously unique even if both article titles are "Joomla" and "Joomla".
I'd say the alias needs to be unique so 3rd party SEF components may use it instead of the id.
--
You received this message because you are subscribed to a topic in the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/joomla-dev-cms/4Mr7IG2CpA4/unsubscribe?hl=en-GB.
To unsubscribe from this group and all of its topics, send an email to joomla-dev-cm...@googlegroups.com.
The reason it's not an option in Joomla is that nobody coded a working solution yet.
An URL for a single article usually has the category in the URL as well.
The reason it's not an option in Joomla is that nobody coded a working solution yet.
I think K2 does this with categories...
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cm...@googlegroups.com.
Hello,I studied the system Joomla tags, and I have some comments:1 - It is like a second category management (same functions nested, left, rgt, parent ...)The difference is that we can assign more than one label to an article.2 - The system is very complex to implement by others, I also think that there are duplicates in the database, for example # _ucm_core_content have the same fields as # _contentWe lose performance for something that category management is already doing, and the last system is enough.I tried to insert a few thousand tags and my machine crashed: For each tag (nested), the system must make changes in all the records of the table # _tags.I think for the tags, it is preferable to use a single ordering field instead of lft, rgt.