Index: lams_tool_forum/web/jsps/learning/message/topicview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topicview.jsp,v diff -u -r1.44 -r1.45 --- lams_tool_forum/web/jsps/learning/message/topicview.jsp 9 Mar 2015 02:35:09 -0000 1.44 +++ lams_tool_forum/web/jsps/learning/message/topicview.jsp 10 Mar 2015 00:34:56 -0000 1.45 @@ -9,8 +9,17 @@ -expandable:true,expanderTemplate:'    ${prompt}<',stringCollapse:'${hide}',stringExpand:'${show}',clickableNodeNames:true,indent:${indent} +expandable:true,initialState:'expanded', + expanderTemplate:'    ${prompt}<', + stringCollapse:'${hide}',stringExpand:'${show}', + clickableNodeNames:true,indent:${indent}, + onNodeInitialized:function() { + if (this.level() >= 2) { + this.collapse(); + } + } +