각 테마 보드스킨 view.skin.html, list.skin.html 파일 패치
이윰넷
4
2,755
2015.05.27 09:06
짧은주소
- - 짧은주소: http://v2.eyoom.net/bbs/?t=100 주소복사
본문
각 테마별로 보드스킨 view.skin.html, list.skin.html 파일 패치가 이뤄졌습니다.
패치 내용은 아래와 같으며 마이패치를 통해 해당 파일을 다운 받으시거나
해당 파일을 직접 수정해 주시면 해당 기능을 사용하실 수 있습니다.
(각 테마 파일도 수정되어 업로드 되어 있습니다.)
1.서버의 설정 변경없이 자신의 도메인을 활용한 짧은 글주소(Short URL) 기능 추가 - SNS 공유 기능과 연동 됩니다.
eyoom/theme/테마명/skin_bx/board/스킨명/view.skin.html
관련링크 주석 끝 부분에 아래의 소스를 추가 합니다.
<section class="board-view-link"> <h2>짧은주소</h2> <ul class="list-unstyled"> <li> <div class="row"> <div class="col-xs-12"> <i class="fa fa-clipboard color-red"></i> Short URL : <a href="{short_url}" target="_blank">{short_url}</a> <a href="javascript:;" type="button" data-toggle="modal" data-target=".short-url-modal" class="copy_short_url"><span class="label label-e label-red">주소복사</span></a> </div> </div> </li> </ul> </section> <!--{* Short Url Modal *}--> <div class="modal fade short-url-modal" tabindex="-1" role="dialog" aria-labelledby="shorturlhModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button aria-hidden="true" data-dismiss="modal" class="close" type="button">×</button> <h4 id="shorturlModalLabel" class="modal-title"><i class="fa fa-clipboard"></i> 짧은 글주소 복사</h4> </div> <div class="modal-body"> <form name="short_url_form" class="sky-form"> <section> <label class="input"> <input type="text" name="short_url" id="short_url" value="{short_url}" onclick="select_text();"> </label> </section> <div class="clearfix"></div> <div class="note"><strong>Note!</strong> 위 주소를 클릭 후, 복사(Ctrl+C)하여 사용하세요.</div> </form> </div> </div> </div> </div> <!--{* Short Url Modal *}-->
2.게시판 카테고리 분류에 게시물수 표시하도록 기능 개선 - 비즈팔님이 아이디어를 제공해 주셨습니다.
eyoom/theme/테마명/skin_bx/board/스킨명/list.skin.html
수정 전
<select name="ca_name" id="ca_name" required class="form-control" onchange="return category_view(this.value);"> <option value="">전체</option> <!--{@ _bocate}--> <option value="{.ca_sca}" {? _decode_sca == .ca_name}selected{/}>{.ca_name}</option> <!--{/}--> </select>
수정 후
<select name="ca_name" id="ca_name" required class="form-control" onchange="return category_view(this.value);"> <option value="">전체 ({_ca_total})</option> <!--{@ _bocate}--> <option value="{.ca_sca}" {? _decode_sca == .ca_name}selected{/}>{.ca_name} ({.ca_count})</option> <!--{/}--> </select>
1
좋아요!
Total 133건 1 페이지
번호 | 제목 | 글쓴이 | 날짜 | 뷰 | 추천 |
---|---|---|---|---|---|
133 | 이윰넷 | 2017.07.17 | 2,244 | 2 | |
132 | 이윰넷 | 2017.07.07 | 8,210 | 0 | |
131 | 이윰넷 | 2017.03.14 | 7,418 | 0 | |
130 | 이윰넷 | 2017.01.12 | 6,759 | 0 | |
129 | 이윰넷 | 2017.01.02 | 7,147 | 0 | |
128 | 이윰넷 | 2016.11.22 | 2,649 | 0 | |
127 | 이윰넷 | 2016.09.05 | 6,726 | 1 | |
126 | 이윰넷 | 2016.09.02 | 6,927 | 0 | |
125 | 이윰넷 | 2016.08.26 | 6,849 | 0 | |
124 | 이윰넷 | 2016.08.02 | 6,914 | 0 | |
123 | 이윰넷 | 2016.06.20 | 8,581 | 1 | |
122 | 이윰넷 | 2016.06.20 | 3,039 | 2 | |
121 | 이윰넷 | 2016.06.15 | 6,550 | 0 | |
120 | 이윰넷 | 2016.06.13 | 1,999 | 2 | |
119 | 이윰넷 | 2016.06.13 | 6,182 | 2 | |
118 | 이윰넷 | 2016.04.08 | 6,472 | 0 | |
117 | 이윰넷 | 2016.03.30 | 7,611 | 0 | |
116 | 이윰넷 | 2016.03.29 | 6,363 | 0 | |
115 | 이윰넷 | 2016.03.24 | 9,789 | 0 | |
114 | 이윰넷 | 2016.03.22 | 2,639 | 0 |
댓글목록
등록된 댓글이 없습니다.