###Custom print subordinate comment macro Start #macro(PrintChilds $DataItemY) #end ###Custom print subordinate comment macro end
#if($CommentList.Count >0)

Comments

#end
${Pager}
#if($EnabledComment == 1) #if( $LoginComment ==0 || $Module.Userid > 0)

Post a Comment

#if($Module.Userid == -1)
${xf.ViewCommentTextBox("UserName",200,true)}
${xf.ViewCommentTextBox("Email",200,true,"email")}
#else
$UserInfo.DisplayName
#end
${xf.ViewCommentTextBox("WebSite",200,false,"url")}
${xf.ViewCommentTextArea(300,6,true)}
${xf.ViewHtmlButton("Submit",true)}
#else You need to login in order to comment #end #else Comment function is not open #end