본문 바로가기
아미나빌더

State 부분이 나타나지 않게 하려면

by 우아한친구들 2017. 9. 6.
반응형

싸이트 모든 페이지에서 

아래 이미지 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 입니다.

해당 게시글은 개인적인 질문에 대한 답변을 참고한 것입니다.

반응형

댓글