Contact Category Listing - Joomla! Forum - community, help and support
hi, having trouble finding how remove numbers list of contacts in # column here:
http://www.fireglobe.co.uk/contact-us
i word 'filter' removed performing no useful task filter , headers turned off.
thank in advance help, appreciated.
http://www.fireglobe.co.uk/contact-us
i word 'filter' removed performing no useful task filter , headers turned off.
thank in advance help, appreciated.
that require override default_items.php of components/com_contact/views/featured/tmpl
remove lines 99/101
verify default_items.php of views/category/tmpl on suppressing filter or remove line26
remove lines 99/101
code: select all
<td class="item-num">
<?php echo $i; ?>
</td>
verify default_items.php of views/category/tmpl on suppressing filter or remove line26
code: select all
<legend class="hidelabeltxt"><?php echo jtext::_('jglobal_filter_label'); ?></legend>
Comments
Post a Comment