● 그누보드 나리아빌드 글쓰기애서 하단 소스추가 버튼 아이콘 살리기
이전
다음
본문
● 그누보드 나리아빌드 글쓰기애서 하단 소스추가 버튼 아이콘 살리기
어디서 설정하는지 소스 버튼이 보이지 않는다 > 수정후 소스 적용
▶ 버튼소스 수정 내용
<!-- 그누보드 나리아빌드 글쓰기애서 하단 소스추가 아이콘 살리기 버튼 소스파일 수정 -->
<!-- R:\web\ww\nariya\bbs\btn_write.php -->
<!-- 코드부분 조건문 삭제 -->
<!-- ========================================================== -->
<!-- <?php if(isset($boset['na_code']) && $boset['na_code']) { ?>
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<?php } ?> -->
<!-- 그누보드 나리아빌드 글쓰기애서 하단 소스추가 아이콘 살리기 버튼 소스파일 수정 -->
<!-- R:\web\ww\nariya\bbs\btn_write.php -->
<!-- 코드부분 조건문 삭제 -->
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<!-- ========================================================== -->
▶ 버튼소스 수정 변경후
▶ 사용방법
▶ 버튼소스 수정
\\RaiDrive-shimss\SFTP (1)\web\www\nariya\bbs\btn_write.php
<!-- ========================================================== -->
<!-- <?php if(isset($boset['na_code']) && $boset['na_code']) { ?>
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<?php } ?> -->
<!-- 그누보드 나리아빌드 글쓰기애서 하단 소스추가 아이콘 살리기 버튼 소스파일 수정 -->
<!-- R:webwwnariyabbsbtn_write.php -->
<!-- 코드부분 조건문 삭제 -->
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<!-- ========================================================== -->
<!-- ========================================================== -->
<!-- <?php if(isset($boset['na_code']) && $boset['na_code']) { ?>
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<?php } ?> -->
<!-- 그누보드 나리아빌드 글쓰기애서 하단 소스추가 아이콘 살리기 버튼 소스파일 수정 -->
<!-- R:webwwnariyabbsbtn_write.php -->
<!-- 코드부분 조건문 삭제 -->
<button type="button" class="btn btn-basic" title="코드" onclick="na_clip('code', '<?php echo $is_dhtml_editor ?>');">
<i class="fa fa-code fa-fw" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<!-- ========================================================== -->
▶ 스킨에 버튼 적용 소스 > 적용위치에 추가
R:\web\www\skin\board\11q_kr_pdf_office_cmt_file_calender_list_skin_board_V41★\write.skin.php
<?php @include(NA_PATH.'/bbs/btn_write.php'); //글쓰기 버튼 아이콘 소스 추가 모음 ?>
<!-- 소스보기 동작않 되면 상단 na_script('clip'); 정의 삽의 -->
<!-- R:webwwwskinboard11q_kr_pdf_office_cmt_file_calender_list_skin_board_V41★write.skin.php -->
<!-- 아이콘 버튼 안보임시 btn_write.php에서 if문 제거하면 항시 보임 -->
</div>
<?php @include(NA_PATH.'/bbs/btn_write.php'); //글쓰기 버튼 아이콘 소스 추가 모음 ?>
<!-- 소스보기 동작않 되면 상단 na_script('clip'); 정의 삽의 -->
<!-- R:webwwwskinboard11q_kr_pdf_office_cmt_file_calender_list_skin_board_V41★write.skin.php -->
<!-- 아이콘 버튼 안보임시 btn_write.php에서 if문 제거하면 항시 보임 -->
</div>
항시 보임으로 수정 합니다
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
관련자료
-
이전
-
다음
댓글 1
11qkr님의 댓글
댓글 하단 소스 추가 버튼 나오지 않는것 나오게 살리기 보기예)
<!-- R:webwwwnariyabbsbtn_comment.php -->
<!-- <?php if(isset($boset['na_code']) && $boset['na_code']) { ?>
<button type="button" class="btn nofocus p-0 mx-1" title="코드" onclick="na_clip('code');">
<i class="fa fa-code fa-md fa-fw text-black-50" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>
<?php } ?> -->
<button type="button" class="btn nofocus p-0 mx-1" title="코드" onclick="na_clip('code');">
<i class="fa fa-code fa-md fa-fw text-black-50" aria-hidden="true"></i>
<span class="sr-only">코드</span>
</button>