[이윰] 익명 게시판에 댓글 작성시 기본으로 익명 체크되게 하기
페이지 정보
루루아빠
3,212
2015.12.27 05:45:48
짧은주소
-
https://yadolee.com/tip/358 주소복사
본문
익명 게시판으로 사용할 스킨의 view.comment.skin.html을 열고 <!--{? _is_anonymous}--> 를 검색하여 수정한다.
수정 전
수정 전
<!--{? _is_anonymous}-->
<label class="checkbox"><input type="checkbox" name="anonymous" value="y" id="anonymous"><i></i>익명글 사용</label>
<!--{/}-->
수정 후
<!--{? _is_anonymous}-->
<label for="anonymous" class="checkbox"><input type="checkbox" id="anonymous" name="anonymous" value="y" {?_anonymous_checked}{_anonymous_checked}{:}checked{/}><i></i>익명글 사용</label> <!-- 루루아빠 수정 // 댓글 기본 익명으로 -->
<!--{/}-->
추천인
레벨 101
경험치 1,519,440
Progress Bar 14.66%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요