Hello Kobos,
I think JensZ is right:
I have the feeling that there is something missing in your call...
Just for reference, so you can double check...
I post here Erich's usage instruction comments,
from within the reptag itself:
Code: Select all
// TEASER_EX replacementtag (by Erich Munz, 2005)
//
// Version 1.06
//
// Tested with phpwcms ver 1.2.3 DEV
//
// copy this file to phpwcms_template\inc_script\frontend_render
//
// Syntax: {TEASER_EX:category_alias|count[;category_aliasx|countx]:articles_per_page:sortfield|sortdir:show_cat_name:pagelink_text:columns:exclude_articles}
//
// category_alias Name of the category to get the articles from
// count Number of articles to show from this category, -1 for all articles
// ------------------
// articles_per_page Number of articles on one page, -1 all articles on one page
// ------------------
// sortfield VALUES default, article_created, article_tstamp, article_begin, article_end, article_title
// sortdir sort direction VALUES ASC or DESC
// ------------------
// show_cat_name Show the categroy name VALUES 0 = no, 1= Yes
// ------------------
// pagelink_text Pagelinktext e.g. Page or Seite
// ------------------
// columns Number of columns VALUES >= 1
// To format the Table and the Tablecells you can use the CSS-Values teaserTable, teaserTableLeftCell and teaserTableRightCell
// in the "default css"-section of the backend
// e.g.
// #teaserTable {border:1px solid #FFFFFF; border-collapse:collapse;}
// #teaserTableLeftCell {border-left:1px solid #C4C4C4; padding:4px;}
// #teaserTableRightCell {border-left:1px solid #C4C4C4; padding:4px;}
// ------------------
// exclude_articles List of article id's
// VALUES e.g. 10,15,23 or empty
// These articles are not visible in the result list
// useful if your "TEASER_EX Article" is in the same category as the articles
//
// example: {TEASER_EX:en_general|3;en_fairs|-1;en_jobs|-1:3:article_begin|DESC:1:Page:1:10,15,23}
// {TEASER_EX:en_general|3:6:default:0:Seite:2:}
//----------------------------------------------
Cheers,