Search found 3 matches

by Sparky
Sun 23. May 2004, 19:59
Forum: phpwcms Support English
Topic: List articles of a specific category
Replies: 4
Views: 1432

Ok. Answering own qustions: In content.func.inc.php I've included:

// Simple Navigation table of current cat
if( ! ( strpos($content["all"],'{NAV_TABLE_CAT:')===false ) ) {
$content["all"] = preg_replace('/\{NAV_TABLE_CAT:(\d+)\}/e','nav_table_simple_struct($content["struct"], $1);', $content ...
by Sparky
Sun 23. May 2004, 18:39
Forum: phpwcms Support English
Topic: List articles of a specific category
Replies: 4
Views: 1432

hmm

This would only show related articles to the actual one from all categories based on related keywords search.

I thought of something like {LIST_CAT_ARTICLES:CatID} where CatID is the category id from which the articles should be listed.
by Sparky
Sun 23. May 2004, 17:58
Forum: phpwcms Support English
Topic: List articles of a specific category
Replies: 4
Views: 1432

List articles of a specific category

Like the title says: Is there a way to list articles of a specific category, but not while editing the article. I know that there's an content type available for this purpose.

But I mean some kind of replacement tag for the template. My aim is to show article lists from 3 different categories on ...