Tuesday 17 May 2005 7:53:10 am
Hi, Dumb question, but I'm really struggling how the overrides work with the node_view_gui() template operator. If I used the operator to view a node which was an instance of a folder class
{node_view_gui content_node=$aNode view=line}
And I placed this override in my siteaccess override.tpl
[line_folder_view]
Source=node/view/line.tpl
MatchFile=line_folder_view.tpl
Subdir=templates
Match[class_identifier]=folder
I would expect line_folder_view.tpl to be called by the node_view_gui() operator, but instead I get the 'Default Object View', so clearly my override isn't being used. How can I control the overrides for the operator node_view_gui()? Thanks David
|