###Custom print subordinate comment macro Start
#macro(PrintChilds $DataItemY)
#foreach($DataItemX in $Module.GetComments($DataItemY.ID))
#if($DataItemX.ParentID == $DataItemY.ID)
-
#end
#end
#end
###Custom print subordinate comment macro end
#if($EnabledComment == 1)
#if( $LoginComment ==0 || $Module.Userid > 0)
Post a Comment
#else
You need to
login in order to comment
#end
#else
Comment function is not open
#end