Add the capability of adding Custom Fields to the Category List menu item (or tagged item list)
We should not have to create an 'html' override' in order to include the Joomla CORE Feature of custom fields to be displayed in the Category List format.
Category | Administration | ⇒ | Administration com_categories com_fields Feature Request |
Status | New | ⇒ | Information Required |
Tony,
Thank you so much for your response and feedback...
So preferrably, I would LOVE the Joomla team to 'provide this magic'.
There is a tool, that Olivier Buissard created, Latest News Enhanced, which is a 'blog/component' and a module, he added an 'information tab', that allows you to add fields, he uses a 'dynamic drop down list', so it can include any of the custom fields that were created.
So ideally, in the Category LIST function, you would be able to add an additional tab (or include in the 'field list' screen), some kind of 'drop down', so you can dynamically select which field(s) you want displayed.
A simple 'override', would just be 'hard coding' the field you want in a specific view, which I know could work...but we manage over 120 Joomla sites and as you know the fields could be different, and we do not want to have overrides with different fields, view, etc...
Which is why I am asking for this 'feature request' to be added to some 'list' somewhere.
It was so great when Joomla finally added the custom fields, and I know those can be listed in a 'blog view', and I can include them in Latest News...but what our clients are really looking for is a 'list / responsive table' type view. This is where the magic of your team comes in...maybe google summer of code?
I really appreciate your time and thought in this. If you would like me to put this somewhere else, please let me know, I just want my ideas and thoughts to be heard in the right location (feature requests, etc).
I remember years ago, when custom fields was just a 'feature request', and Tags were just a 'feature request'...and over time they did come about in core.
thanks,
Laura
Title |
|
Build | Joomla 3.8.1 | ⇒ | 3.8.1 |
CC: @laoneo
Hello, I think there is no "magic" needed. ;)
I agree with @rytechsites that every view should provide a default output for the fields. If there is a general field option for automatic display, it should display the fields somewhere... otherwise users are confused and wonder why no fields show-up at all. BTW, the current blog view follows the same logic.
I am aware that the list/table view has its peculiarities and certain use cases.
However it might display the fields like so:
(Personal Note: Create a separate issue for…)
A general and even more crucial issue with the current default output:
Automatic display applies to full-view and list-views :(
That's really a drawback and a missing core feature. It should be possible to choose the view-context, like we can choose the site/admin/both display. Or could it be a menuItem parameter, or a component option.
Status | Information Required | ⇒ | Discussion |
Is there any update on this feature?
As our sites use fields more and more, it seems like being able to select fields to display in the category list is even more important for core.
thank you!
@rytechsites it needs a Dev. having Interest and Time.
Should this be marked to a [4.0] request since it would be a FEATURE? (A very important feature), so it doesn't 'get lost' in joomla 3.x?
@rytechsites you're right, please add it at Start of Title.
Title |
|
@infograf768 please change Label to "J4 Issue".
Labels |
Added:
J4 Issue
|
Title |
|
Labels |
Added:
?
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-18 10:25:15 |
Closed_By | ⇒ | rdeutz |
Ok, so the problem you have is you can not anticipate what fields would be created and where they should be positioned. So saying they should be included means the core would have to do some serious magic which is just not possible.
So you need to create a template override to customise the display as you want it. There are components which you can use to develop the view and a plug for EasyLayouts lets you drag and drop to create you template override view.