Create a category with sub-categories inside
Create a custom field for sub-categories
Set a value to one or multiple sub-categories
Create a menu item "blog view" and configure it for showing sub-categories
Create an override for blog_children.php
Populate the $child variable with the "classic procedure"
JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php');
foreach($child->jcfields as $jcfield)
{
$child->jcFields[$jcfield->name] = $jcfield;
}
var_dump ($child->jcfields);
Array with the custom field properties
NULL
J!3.8.12
It seems it's the same issue for all categories view like if these view don't be able to load jcfields
Labels |
Added:
J3 Issue
|
Priority | Urgent | ⇒ | Medium |
Status | New | ⇒ | Information Required |
can you please test if this is an Issue using latest Version?
According to the https://docs.joomla.org/Bug_and_Issue_Tracker_Priority i changed from "Urgent" to "Medium".
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-16 06:03:40 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/22483
closed as no Answer. Please reopen if needed.
can you please test if this is an Issue using latest Version?
According to the https://docs.joomla.org/Bug_and_Issue_Tracker_Priority i changed from "Urgent" to "Medium".
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22483.