This thread was originally in "How To" but no one responded so I've duplicated it here in the hope that someone may be able to help. My apologies to the forum administrator for this duplication.
Problem Description:
Just installed and integrated into Modx evolution cms as a snippet call. I think Network N-13 is fantastic and the best of all the systems I've seen so far However although everything seemed OK I now see a strange problem.
Elements of my template don't seem to be being replaced by data correctly.
For example {title} or {author} in my template are replaced correctly on my page with the title of the article and the name of the author.
However {article}, {shortstory} or {date} in my template are not replaced and just end up displaying as the text "{article}", "{shortstory}" and "{date}" and not replaced by the actual data.
This is in relation to the elements of the "News" section of my template and below are the elements that work (OK) or not (NOT OK):
{article} - NOT OK - just shows {article}
{author} - OK
{avatar} - OK
{categories} - OK
{comments} - OK
{currentrating} - OK
{date} - NOT OK - just shows {date}
{email} - OK
{files} - NOT OK - just shows {files}
{id} - OK
{ip} - NOT OK - just shows {ip}
{ratingstars} - OK
{ratingcount} - OK
{shortstory} - NOT OK - Just shows {shortstory}
{smileypath} - NOT OK - Just shows {smileypath}
{title} - OK
{viewcount} - OK
{wordcount} - OK
{oneortwo} - OK
I've tried calling this from a simple php page and it works so I'm sure it's got something to do with the call within the Modx cms system. The only thing I can think of is that it's might be something to do with reserved words in Modx.
Has anyone else seen a problem like this or could shed any light on this for me please?
Many Thanks
Les
I just tried changing files using {article} into {completearticle} and a couple of other absurd names just to see if it was a reserved word but it doesn't now seem to be this as my changes also do not solve the problem.