I am so frustrated with trying to get smarty tags parsed.
I am embedding some smarty tags into my webpage in order to access MT information within php.
For example, I have included the following:
{{MTEntries lastn="10"}}
<p>{{MTEntryTitle}}</p>
{{/MTEntries}}
in an index.php file. I have enabled dynamic publishing, at least to the extent that it executes php. I have set up my .htaccess file as required.
These tags, however, are not being parsed and so are showing up as above on my webpage. Clearly, there is something missing, some magic switch I have failed to pull, some line of code I have not included that is causing this to fail. However, I do not have a CLUE as to why this is happening.
Nothing in the MT documentation, nothing I have googled, nothing I have read in "Hacking Movable Type" or any other resource gives me ANY insight into why this is occurring. Testbed page is http://s119778069.onlinehome.us/njdp/about/
So could someone who has a clue, clue me in on what could possibly be missing!
<FLAME>
Frankly, the real frustration is with the MT documentation. It is p*ss poor, particularly when it comes to dynamic publishing. No one should have to spend HOURS trying to get a so-called feature of MT working. There should be CLEAR examples including example code.
I'm no babe-in-the-woods when it comes to programming or technical issues, either. So if I'm frustrated, how much more frustrated is the average person who encounters MT? Give me one CLEAR, working example of an entire page that utilizes all of the features of dynamic pages and I could probably figure the rest out. But not from Brad Choate's documentation, or anyone else, for that matter.
SixApart may have the best product out there when it comes to blogging and CMS, but it's Achilles heel is its documentation. The company needs to keep its technical people far, far away from writing documentation and let real trainers and technical writers create a manual.
</FLAME>
