Hello, i'd like to show the summary not at the frontpage, i'd like to show the summary at the "read more" page. How can i solve that? knuppel
In link_summary.tpl replace PHP Code: {$story_content} with: PHP Code: {if $pagename eq "story"}{$story_content}{/if}
{$story_content}
{if $pagename eq "story"}{$story_content}{/if}
Thanky, but that is not what i want: On http://www.qibb.de/story.php?title=apparatus-fuer-android i want the story and the summary displayed.
Forum Rules