Hi,
The article shows up in its entirety if the text is in the "Article" section and there is nothing in the "Summary" section. But, if I write something in the "Summary" section, only this text appears on the web site (http://network-13.com/news/). The template is set to show both: {shortstory} {story}
What am I doing wrong?
Stephane
Thread 3453 got the answer to the problem.
Thanks to Gebeer!
No need to edit any files to make this work. If you have a look at this page http://code.google.com/p/n-13news/wiki/Integration which shows all the variables you can use when displaying your news.
<?php
$news_layout = '0';
// How the articles are shown when not viewing a single post
// 0 = default, shows article, if post has a summary shows it instead
// 1 = Show summary only
// 2 = Show article only
// 3 = Show summary and article
$comments_layout = '0';
// How the articles are shown when viewing a single post
// 0 = Show both article and summary
// 1 = Show summary only
// 2 = Show article only
include 'news/index.php';
?>