Add a field to any of the supported components eg Users, Contact or Content
Input for the field is available when editing or creating an item
No input fields presented
Labels |
Added:
?
|
Title |
|
Category | ⇒ | com_fields |
Title |
|
Title |
|
Category | com_fields | ⇒ | com_fields Templates (admin) |
I was testing my custom fields, then switch to Hathor [Joomla! 3.7RC1).
I can see all my customs fields in [Fields Tab], and also User Custom fields.
@jbreeding Articles > Edit Field:
3.7.0-rc1 (nightly Build)
macOS Sierra, 10.12.4
Firefox 52 (64-bit)
Joomla! 3.7.0-rc1 [ Amani ]
Apache/2.4.20 (Ubuntu)
Version 53.0.2785.143 running on Ubuntu 14.04 (64-bit)
PHP 7.0.17
MySQLi 5.5.54
It seems good ?
Sorry it does work on users - it doesnt work on content or contacts
Ok, got it.
User => OK
Contact => NOK
Content => NOK
you right for both.
Thanks - dont forget that "Fields" is just for fields that are not in a group and you would need a new slider for each group
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-11 15:35:26 |
Closed_By | ⇒ | infograf768 |
Set to "closed" on behalf of @infograf768 by The JTracker Application at issues.joomla.org/joomla-cms/15205
Closed as we have a patch #15227
Thanks @infograf768
As a background if someone wants to take a stab at this. The fields are loaded usually by a JLayout using this call:
<?php echo JLayoutHelper::render('joomla.edit.params', $this); ?>
That JLayout just iterates over each fieldset and renders it.
With
$this->ignore_fieldsets = array('jmetadata', 'item_associations');
one can exclude some fieldsets from being rendered by that JLayout.Something similar needs to be done for Hathor for it to support custom fields in the forms.