-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.3] Joomla CCK: multicategories for articles #44541
Comments
Please close this here and continue in the existing discussion |
This is a feature request for |
the feature request you link to very poorly describes the required feature and has the wrong title. |
And it is still an existing discussion about this feature. You are very welcome to discuss in that discussion how to achieve this, but we are not going to keep several duplicate reports open. Therefore I'm closing this one. |
Doesnt make it the wrong place. Opening lots of issues for the same thing will not make it happen any quicker. At the end of the day any code needs someone to create it. |
Without commenting on the topic itself, creating a new issue as feature request after some years from the previous one under a new era or new technological conditions or a different perspective or proposal may be legit. Of course keeping the older ids for reference it could be better closing the old one and keeping open the new one |
Is your feature request related to a problem? Please describe.
It's 2024 and @joomla has been around for almost 20 years, but still doesn't have a multi-category feature for articles.
All current options can't solve the problem of how to add display of
one article
in different categories, and this is the main part of any CCK, because on the Joomla ideas portal the CCK feature was the most popular.This feature has been requested many times already: #9838 #16553 #23126 #25619 #24454
Describe the solution you'd like
I suggest adding an option
additional categories
forarticles
.Each article has one main category, based on which the canonical URL is created and also each article can have additional categories in which this article will also be displayed.
There should be an option to create the main SEF URL for the article:
rel=canonical
tag for the URL of the main category).Additional context
Here's what was done for Joomla CCK:
We are almost at the finish line for
CCK
to be completely ready.Joomla is a CMS, which implies creating large websites with tens of thousands of articles and hundreds of categories, if you use CMS to create a website with 10-15 pages, you can use regular
HTML
+CSS
.I have been using Joomla since 2008 from version
1.0
and then I migrated to version1.5
,2.5
,3.4
-3.9
,4.0
and now I use5.2
andmulticategories
are still a very necessary feature.I have a very negative experience using 3rd-party extensions, because one day many 3rd-party extensions that I used stopped updating and I had to look for an alternative every time.
I have very little trust in 3rd-party solutions when it comes to creating articles.
I would trust 3rd-party developers with components such as forums, galleries, online stores, sliders and everything like that, but not creating articles.
The text was updated successfully, but these errors were encountered: