requirement is... changing the List View Template.
i have created a Custom Field with Event Booking component.
i want this Custom field to display in my List View.
how can i display the Custom fields Value in List View Page.
i can only display the Header in List View. from the Page..> Components/com_eventbooking/view/registrants/tmpl/default.php
Code: Select all
<th width="10%" class="title" nowrap="nowrap">
<?php echo JHtml::_('grid.sort', JText::_('EB_REGISTRATION_DATE'), 'tbl.register_date', $this->state->filter_order_Dir, $this->state->filter_order ); ?>
</th>
Code: Select all
<td align="right" class="hidden-phone">
<?php echo $row->paystatus ; ?>
</td>