XE(Rhymix)/라이믹스 변수

게시판 목록에 댓글 작성자와 댓글 내용 보이기

June 2022. 7. 15. 19:53
    <!-- 코멘트 리스트 시작 -->
<!--@if($module_info->list_replyContent!='N')-->
<!--@if(!($oDocument->isExists() && $grant->view && $module_info->cmtlist_at_boardlist == 'nolist'))-->
<!--@if($document->getCommentCount())-->
<!--@foreach($document->getComments() as $key => $val )-->
<a href="{getUrl('document_srl',$document->document_srl, 'comment_srl', $val->comment_srl)}#comment_{$val->comment_srl}" title="댓글">
  {$val->get('user_id')}
  <!--@if(!$module_info->subject_cut_size) -->
  {cut_str(strip_tags($val->content),20,'...')}
  <!--@else-->
  {cut_str(strip_tags($val->content),20,'...')}
  <!--@end-->
  </a>
  <!--@end-->
  <!--@end-->
  <!--@end-->
  <!--@end-->
  <!-- 코멘트 리스트 끝 -->