I know, you're probably ready to strangle me ._. I've been through your tutorial on templates and I've found this:
fields_by_id[12])): ?>
<span class="field-year">
<?php echo $item->fields_by_id[12]->result; ?>
</span>
I assume this is what I need to be able to show only specific fields in the article list, e.g. Title, Genre as opposed to all 15. I have looked at the field parameters as well (Mighty resources allowed them to be excluded in the backend, sigh). I also assume that I would need to specify the field IDs.
I simply have no idea where to insert this in my default_list_review_requests.php. I have found this:
total_fields_keys AS $field):?>
<th width="1%" nowrap="nowrap">
<?php echo JText::_($field->label);?></th>
<?php endforeach;?>
Do I replace this with the above? (Thanks )
I just have no idea where to insert this in the list template
I know, you're probably ready to strangle me ._. I've been through your tutorial on templates and I've found this:
fields_by_id[12])): ?>I assume this is what I need to be able to show only specific fields in the article list, e.g. Title, Genre as opposed to all 15. I have looked at the field parameters as well (Mighty resources allowed them to be excluded in the backend, sigh). I also assume that I would need to specify the field IDs.
I simply have no idea where to insert this in my default_list_review_requests.php. I have found this:
total_fields_keys AS $field):?>Do I replace this with the above? (Thanks )
I just have no idea where to insert this in the list template