Tuesday 10 February 2009 8:37:34 am
Close but no cigar... ;-) You can look up the docs here: http://ez.no/doc/ez_publish/technical_manual/4_0/reference/template_functions/visualization/node_view_gui In short: param content_node => will be present in your node templates as $node, just as it always is available in a node template when called using the system url, eg. node/view/anfragenAllgemein/2 For any other param that you add to node_view_gui calls, this one is takes as is and a variable of the same name is made available to your template {node_view_gui view="xxx" content_node=$contentobject_id a=$a b=$contentobject_id} will create 3 variables to be used in your node view tpl: $a, $b and $node
Please note that for content_node you need to pass the actual node object, not its id.
So your code should like: {node_view_gui view="anfragenAllgemein" content_node=$article view_parameters=$view_parameters}
Principal Consultant International Business
Member of the Community Project Board
|