Closed alco321 closed 9 years ago
Hello,
First of all - do you mean News Show Pro GK5 for Joomla! or GK News Show Pro for WordPress?
You are absolutelly right. I forgot... I 'm talking about joomla
Your issue is probably caused by this line: https://github.com/GavickPro/News-Show-Pro-GK5/blob/master/mod_news_pro_gk5/tmpl/view.php#L26
Please try to change it to:
$output = htmlspecialchars_decode(NSP_GK5_Utils::cutText(htmlspecialchars($item['title']), $config, 'title_limit', '…'));
Bingo! Thank you so much!
Hello. I am facing a simple (I hope) problem with the titles that the module is showing. I am using standart mode and as data source I use RSS feed. Sometimes , when a title has some quotes the module shows the html code instead of " For an example here is the title from the source (greek lang) "OXI" των κατοίκων Ελατίων στα απορρίμματα And here is what module shows & quot ; OXI & quot ; των κατοίκων Ελατίων στα απορρίμματα (I have inserted some spaces in the example) How can I solve this? Thank you