
Originally Posted by
pligger2
OK, I solve this problem by replacing code from "function makeUrlFriendly($input)" in libs/utils.php to code from v. 9.1.
I don't know, is this correct, but it's working.
What the code in version 9.1 ? Place it here, please.
I have the problem with incorrect characters in Related Stories .
I have URL Method 2 and FriendlyURLs is false, but links look as
/story/title/ÓâåÝè÷èÝîñü_÷èñÝî_À?Ï_ñ
Look the code in Story_center.tpl::
Code:
{section name=nr loop=$related_story}
<li><a href = "{$related_title_url}{$related_story[nr].link_title_url}">{$related_story[nr].link_title}</a><br/></li>
{/section} Or I need to transform links with id (like story/99)... But how?