Saturday 26 July 2008 9:44:44 am
Hi, first time poster :) I have no problem using overriden (by me) templates to generate HTML for built in classes and classes, which I made from built-in classes (by copying and then editing the definitions from admin interface). But when I tried to fetch some nodes which happen to be of class defined by me from scratch, it doesn't work. I have ruled out the posibility of bogus template code, because once I created a built in class object under the same node under which my custom class objects reside, it showed in the result. I use template function { fetch( content, list, hash( parent_node_id, $node.node_id ) ) }. When I tried turning debugging on, I saw that there was no template calls for those objects at all! So I guess I might need to register my new class with the ezPublish system perhaps?
|