I slowly grab the many intricacies of PHP-programming, but after more than a day of reading posts, docu and trying I cannot get the anynews module working properly.
I do have 2 segments of news in one page which is fine by me. The headings show, the short news is there, the readmore links show new pageheaders (nieuws), but the long text fails to show in the same page and fails to show at all basically... What did I overlook here?
Edit: to be more precise: When I look into the pages made by the cms, a page with long news looks like this:
<?php
$page_id = 6;
$section_id = 7;
$post_id = 5;
define("POST_ID", $post_id);
require("../../config.php");
require(WB_PATH."/index.php");
?>
The content is in the db, in the right field.
Don't I miss the db-query here to get the text out of the DB? And if so, why does the CMS leave this out when it generates a page?
Thanks.
Peter
www.presentatieprov ider.nl/wb/