I had to change this:
Code: Select all
<a href="{$smarty.section.i.index|string_format:$footer_pageLink}">{$smarty.section.i.index}</a>Code: Select all
<a href="{$footer_pageLink|replace:'%s':$smarty.section.i.index}">{$smarty.section.i.index}</a>Code: Select all
<a href="{$smarty.section.i.index|string_format:$footer_pageLink}">{$smarty.section.i.index}</a>Code: Select all
<a href="{$footer_pageLink|replace:'%s':$smarty.section.i.index}">{$smarty.section.i.index}</a>Im Postion über deinen hat Don eine Ersetzung genannt, welchen Code du in der entries.tpl (oder index.tpl) von Kinetic ändern musst. Ggf. stellt Don auch ein aktualisiertes Kinetic-Template zur Verfügung, wenn Dir das manuelle Ändern nicht so wohl ist.milos27 wrote:Da mein Englisch sehr bescheiden ist wollte ich fragen wie der aktuelle Stand des Problems ist?