2012-10-05, 18:31:41
mus.aqeel Wrote:Hi. mvlcek.
i am planning to use search plugin as news manager.
Is it possible to make read more button with search result?
How to display day of weeks and month in the search result in russian language?
To display a more button, use Custom Rendering.
To display the date in russian, make sure you are using the russian translations (either by using I18N or by adding $LANG='ru'; to gsconfig.php.
Then you can either change the russian language file ('DATE_FORMAT') or add a parameter DATE_FORMAT to the search result call, e.g.
Code:
(% searchresults DATE_FORMAT='<add the format>' %)