라이믹스
스케치북 게시판 작성일 관리자만 보이기 수정
list_nornal.html
110행을 가보면 아래와 같다.
<td class="time last_update m_no" cond="$val->type=='last_update' && $val->idx==-1">{zdate($document->get('last_update'),'Y.m.d')}</td>
이 줄 위아래로 아래 코드로 감싸준다.
<!--@if($logged_info->is_admin == 'Y')-->
<!--@end-->
<!--@if($logged_info->is_admin == 'Y')-->
<td class="time" cond="$val->type=='regdate' && $val->idx==-1" title="{getTimeGap($document->get('regdate'), "H:i")}">{$document->getRegdate('Y.m.d')}</td>
<!--@end-->
<td class="time" cond="$val->type=='regdate' && $val->idx==-1" title="{getTimeGap($document->get('regdate'), "H:i")}">{$document->getRegdate('Y.m.d')}</td>
<!--@end-->
read.html 19행을
아래 코드로 감싸준다.
<!--@if($logged_info->is_admin == 'Y')-->
<!--@end-->
<a cond="$mi->rd_nick=='2'" href="#popup_menu_area" class="nick member_{$oDocument->get('member_srl')}" onclick="return false">{$oDocument->getNickName()}</a>
<span cond="!$mi->rd_date" class="date m_no">{$oDocument->getRegdate('Y.m.d H:i')}</span>
</div>
<span cond="!$mi->rd_date" class="date m_no">{$oDocument->getRegdate('Y.m.d H:i')}</span>
</div>
이 게시물을
2024.08.22
조회 수: 63
2023.09.14
조회 수: 252
2023.09.12
조회 수: 206
2023.03.02
조회 수: 366
2021.12.24
조회 수: 451
2021.11.15
조회 수: 461
2021.06.22
조회 수: 521
2021.04.22
조회 수: 477
2021.04.17
조회 수: 419
2021.03.11
조회 수: 387
2020.12.13
조회 수: 419
2020.11.27
조회 수: 375
2020.11.23
조회 수: 416
2020.08.28
조회 수: 338
2020.08.25
조회 수: 478
2020.08.24
조회 수: 424
2020.08.19
조회 수: 1088
2020.07.08
조회 수: 907
2020.04.23
조회 수: 328
2020.04.22
조회 수: 254