Finder highlight - Joomla! Forum - community, help and support
when using joomla 1.5 purchased jxtended finder, because displayed search terms highlighted in veiwed page (not search results when clicked 1 of results, page had terms highlighted).
i understand search in joomla 2.5 based on jxtended's finder feature not present - or it?
you can find example here:
http://www.eggsa.org/newspapers/index.p ... apers.html
search, instance, on grahamstown. list of hits have search term highlighted, search apps. click on first item in list - in long text page search term again highlighted - looking for joomla 2.5
can 2.5's finder made this?
if not, know of such search mechanism.
thanks,
richard
i understand search in joomla 2.5 based on jxtended's finder feature not present - or it?
you can find example here:
http://www.eggsa.org/newspapers/index.p ... apers.html
search, instance, on grahamstown. list of hits have search term highlighted, search apps. click on first item in list - in long text page search term again highlighted - looking for joomla 2.5
can 2.5's finder made this?
if not, know of such search mechanism.
thanks,
richard
hi richard,
if in default 2.5 install , check search results notice terms highlighted. done css:
span.highlight {
background-color: #ffc;
font-weight: bold;
padding: 1px 4px;
}
this system.css file included default template. hope helps.
if in default 2.5 install , check search results notice terms highlighted. done css:
span.highlight {
background-color: #ffc;
font-weight: bold;
padding: 1px 4px;
}
this system.css file included default template. hope helps.
Comments
Post a Comment