UnpublishedCOM_WEBLINKS__FILTER_LABEL

More
12 years 3 months ago #25144 by mark2kooki
setting up some web links in 3.0 and getting the above error

have been on to joomla site and found 1 solution


Create a template override for com_contact/category/default_item.php
Remove lines 22 -27
Code:

?php if ($this->params->get('filter_field') != 'hide') :?>
<div class="btn-group">
<label class="filter-search-lbl element-invisible" for="filter-search"><span class="label label-warning"><?php echo JText::_('JUNPUBLISHED'); ?></span><?php echo JText::_('COM_CONTACT_'.$this->params->get('filter_field').'_FILTER_LABEL').'&#160;'; ?></label>
<input type="text" name="filter-search" id="filter-search" value="<?php echo $this->escape($this->state->get('list.filter')); ?>" class="inputbox" onchange="document.adminForm.submit();" title="<?php echo JText::_('COM_CONTACT_FILTER_SEARCH_DESC'); ?>" placeholder="<?php echo JText::_('COM_CONTACT_FILTER_SEARCH_DESC'); ?>" />
</div>
<?php endif; ?>



the problem is i cannot find com_contact/category/default_item.php

im obviously missing something - can someone point me in the right direction

Please Log in to join the conversation.

More
12 years 3 months ago #25161 by ivan.milic
it's not default_item it's default_items

components\com_contact\views\category\tmpl\default_items.php

Please Log in to join the conversation.

Time to create page: 0.149 seconds
Powered by Kunena Forum