Saturday 09 July 2005 4:01:35 pm
I have the following problem:
I have a line with "fetch" like this: let children=fetch('content','tree',hash(parent_node_id,$node.node_id,limit,5, class_filter_type, 'exclude', class_filter_array, array(21,20,27,1,2) then I would like to print "forum reply" attributes in the following lines:
section name=Child loop=$children
attribute_view_gui attribute=$Child:item....... /section
I don't know what to write after the "$Child:item" to reach the following attributes of the "forum reply" class:
- the name of the "forum reply" object
- the author's name
- the date so that i got something in style:
reply xxxx Forum User, 6th june 2005 and if it is possible to klick on the reply and the read the whole text I have tried everything what I could possibly think out and now I got a terrbile headache, any answer will be appreciated
|