- Posts: 70
- Thank you received: 0
UnpublishedCOM_WEBLINKS__FILTER_LABEL
-
mark2kooki
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #25144
by mark2kooki
UnpublishedCOM_WEBLINKS__FILTER_LABEL was created 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').' '; ?></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
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').' '; ?></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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #25161
by ivan.milic
Replied by ivan.milic on topic UnpublishedCOM_WEBLINKS__FILTER_LABEL
it's not default_item it's default_items
components\com_contact\views\category\tmpl\default_items.php
components\com_contact\views\category\tmpl\default_items.php
Please Log in to join the conversation.
Time to create page: 0.149 seconds