Monday 29 September 2003 3:09:48 am
Hi, Wanting to display a list of all the forum messages (class id 7), I wrote the following template code: {let children=fetch('content','list',hash(class_id,7))}
{section name=Child loop=$children}
{node_view_gui view=line content_node=$Child:item} {/section} However, the code generates no output. According to "kernel/content/function_definition.php", "class_id" is a valid parameter, so I can't figure out what I'm doing wrong. Any ideas?
Sincerely,
Eirik Alfstad Johansen
http://www.netmaking.no/
|