[이윰] 익명 게시판에 글 작성시 기본으로 익명 체크되게 하기
페이지 정보
루루아빠
3,330
2015.03.28 23:32:03
짧은주소
-
https://yadolee.com/tip/109 주소복사
본문
게시판 스킨의 write.skin.html을 열고 다음 소스를 찾는다.
<!--{? _is_anonymous}-->
<label for="anonymous" class="checkbox"><input type="checkbox" id="anonymous" name="anonymous" value="y" {_anonymous_checked}><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 !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


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