How to extend the description of the search results - Joomla! Forum - community, help and support
i have added search module site, , works fine should
however search results gives description of approximately 1 line, way little.
i have tried looking component override, , found line in "default_results.php" spits out result text in search component:
echo $result->text;
which doesn't give help.
looking in "view.html.php" find line, kind of can't figure things out anymore...
$result->text = jhtml::_('content.prepare', $result->text, '', 'com_search.search');
anybody have fix this?
however search results gives description of approximately 1 line, way little.
i have tried looking component override, , found line in "default_results.php" spits out result text in search component:
echo $result->text;
which doesn't give help.
looking in "view.html.php" find line, kind of can't figure things out anymore...
$result->text = jhtml::_('content.prepare', $result->text, '', 'com_search.search');
anybody have fix this?
try edit file "\administrator\language\en-gb , \language\en-gb\en-gb.localise.php"
Comments
Post a Comment