싸이트 모든 페이지에서
아래 이미지 State 부분이 나타나지 않게 하려면
basic/main/basic-main.php(본인이 사용하는 파일선택)
파일 맨 하단의
<!-- 통계 시작 -->
<div class="div-title-underbar">
<span class="div-title-underbar-bold border-<?php echo $line;?> <?php echo $font;?>">
<b>State</b>
</span>
</div>
<div class="widget-box">
<ul style="padding:0; margin:0; list-style:none;">
<li><i class="fa fa-bug red"></i> <a href="<?php echo $at_href['connect'];?>">
현재 접속자 <span class="pull-right"><?php echo number_format($stats['now_total']); ?><?php echo ($stats['now_mb'] > 0) ? '(<b>'.number_format($stats['now_mb']).'</b>)' : ''; ?> 명</span></a>
</li>
<li><i class="fa fa-bug"></i> 오늘 방문자 <span class="pull-right"><?php echo number_format($stats['visit_today']); ?> 명</span></li>
<li><i class="fa fa-bug"></i> 어제 방문자 <span class="pull-right"><?php echo number_format($stats['visit_yesterday']); ?> 명</span></li>
<li><i class="fa fa-bug"></i> 최대 방문자 <span class="pull-right"><?php echo number_format($stats['visit_max']); ?> 명</span></li>
<li><i class="fa fa-bug"></i> 전체 방문자 <span class="pull-right"><?php echo number_format($stats['visit_total']); ?> 명</span></li>
<li><i class="fa fa-bug"></i> 전체 게시물 <span class="pull-right"><?php echo number_format($menu[0]['count_write']); ?> 개</span></li>
<li><i class="fa fa-bug"></i> 전체 댓글수 <span class="pull-right"><?php echo number_format($menu[0]['count_comment']); ?> 개</span></li>
<li><i class="fa fa-bug"></i> 전체 회원수 <span class="pull-right at-tip" data-original-title="<nobr>오늘 <?php echo $stats['join_today'];?> 명 / 어제 <?php echo $stats['join_yesterday'];?> 명</nobr>" data-toggle="tooltip" data-placement="top" data-html="true"><?php echo number_format($stats['join_total']); ?> 명</span>
</li>
</ul>
</div>
<!-- 통계 끝 -->
두번째
basic/side/ basic-side.php 또는 basic-shop-side.php
하단에 있는 통계시작 삭제 또는 주석처리하세요
본게시글의 메인 출처는; http://amina.co.kr 입니다.
해당 게시글은 개인적인 질문에 대한 답변을 참고한 것입니다.
'아미나빌더' 카테고리의 다른 글
서브 메뉴 링크 새창 띄우기 & 서치박스 주요검색어 수정 (0) | 2017.09.08 |
---|---|
그룹/ 보드별 사이드 메뉴 선택 출력 방법 (0) | 2017.09.06 |
게시판 리스트에 배너(애드센스) 넣기 (0) | 2017.09.05 |
회원가입약관 건너뛰고 가입 페이지로.. (0) | 2017.09.05 |
호스팅 이전 삽질기 (0) | 2017.09.05 |
댓글