com_weblinks - Missing strings and parameters - poss. bug? - Joomla! Forum - community, help and support


hi all,

im trying correct output com_weblinks on template (converting joomla 3.02) on debugging 'think' might issue inside component itself.

the following file "components\com_weblinks\views\category\tmpl\default_items.php" has code on line 28:

code: select all

<label class="filter-search-lbl element-invisible" for="filter-search"><span class="label label-warning"><?php echo jtext::_('junpublished'); ?></span><?php echo jtext::_('com_weblinks_'.$this->params->get('filter_field').'_filter_label').'&#160;'; ?></label>


this outputs following text line on weblinks front end component page:
unpublishedcom_weblinks__filter_label


there 2 issues, in part of code:

code: select all

<?php echo jtext::_('com_weblinks_'.$this->params->get('filter_field').'_filter_label').'&#160;'; ?>


1 - code

code: select all

$this->params->get('filter_field')
returns nothing. im not sure if expected come template? im assuming not , "this" refers template of component not site.

2 - either way there no strings containing "_filter_label" in the"language\en-gb\en-gb.com_weblinks.ini" file never produce string value params. bug in joomla 3?

many help.

has been sorted get

using 3.0.2





Comments