Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N Search for News Manager Posts
#10
(2015-02-28, 09:35:10)dikkewalter Wrote: the plugin is awesome for news item search but I get &-sign displayed as & in the search results and in the little example text under it. Any chance of a quick fix on this?

Not sure if it's the proper solution, but it seems to work:

Edit i18n_search_news.php,

1. find this:
Code:
case 'title': return $this->data['title'];
and change it to:
Code:
case 'title': return strip_decode($this->data['title']);

2. find this:
Code:
case 'content': return '<p>' . htmlspecialchars($this->data['description']) . '</p>';
and change it to:
Code:
case 'content': return '<p>' . $this->data['description'] . '</p>';
Reply


Messages In This Thread
I18N Search for News Manager Posts - by sbatko - 2014-03-10, 23:39:45
RE: I18N Search for News Manager Posts - by GPB61 - 2014-03-12, 23:17:42
RE: I18N Search for News Manager Posts - by GPB61 - 2014-03-13, 01:15:48
RE: I18N Search for News Manager Posts - by Yoshi - 2014-05-22, 21:03:59
RE: I18N Search for News Manager Posts - by Yoshi - 2014-05-25, 22:48:56
RE: I18N Search for News Manager Posts - by Carlos - 2015-02-28, 18:51:35
RE: I18N Search for News Manager Posts - by iprof - 2015-04-28, 13:02:27
RE: I18N Search for News Manager Posts - by iprof - 2015-04-29, 04:05:13
RE: I18N Search for News Manager Posts - by iprof - 2015-04-29, 07:31:53
RE: I18N Search for News Manager Posts - by iprof - 2015-04-30, 22:05:55



Users browsing this thread: 1 Guest(s)