RadarURL

웹 프로그래밍
2014.11.14 22:23

XE 레이아웃에 사이트현황 출력하기

조회 수 899 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

질문:

송동우님께서 답변을 해주셔서 카운터 위젯 스킨에 적용하여 레이아웃에 출력을 해 주었습니다.


그런데 추가로 답변해주신 투데이 증가현황을 괄호안에 표시해 주는 것이 목표였거든요.

근데 제가 지식이 없다보니 말씀해주신 부분을 보아도 어떻게 수정을 해야할지 알 수가 없어 추가 질문 드립니다.



{@
$oCounterModel = &getModel('counter');
$site_module_info = Context::get('site_module_info');
$output = $oCounterModel->getStatus(array('00000000', date('Ymd',time()-60*60*24), date('Ymd')), $site_module_info->site_srl);
}
<!--@foreach($output as $key => $val)--> 
<!--@if(!$key)-->
{@$total_counter = $val}
<!--@elseif($key == date("Ymd"))--> 
{@$today_counter = $val}
<!--@else-->
{@$yesterday_counter = $val}
<!--@end-->
<!--@end-->
{$lang->total} : {number_format($total_counter->unique_visitor)}<br />
{$lang->today} : {number_format($today_counter->unique_visitor)}<br /> 
{$lang->yesterday} : {number_format($yesterday_counter->unique_visitor)}<br />
{@ $output = executeQuery('admin.getDocumentCount', $args)}
{$lang->document} : {number_format($output->data->count)}<br />
{@ $output = executeQuery('admin.getCommentCount', $args)}
{$lang->comment} : {number_format($output->data->count)}<br />
{@ $output = executeQuery('admin.getFileCount', $args)}
{$lang->file} : {number_format($output->data->count)}<br />
{@ $output = executeQuery('admin.getMemberCount', $args)}
{$lang->member} : {number_format($output->data->count)}<br />

 

만일 관리페이지처럼 괄호속에 오늘 올라온 갯수처럼 출력하고 싶다면

xe - modules - admin - admin.admin.view.php 열고
line 217 쯤에
function dispAdminIndex()

이 부분을 참고해보세요.....





밑줄 쳐진 부분을 적용하고 싶은데 어떻게 해야 할지 잘 모르겠어요...



현재는 송동우님 답변대로 위젯 스킨을 수정을 해서 아래와 같이 만들었답니다.


<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">

    <dl class="widgetCounter">

        <dt>{$lang->today} :</dt>

        <dd class="today">{number_format($today_counter->unique_visitor)}</dd>

        <dt>{$lang->yesterday} :</dt>

        <dd>{number_format($yesterday_counter->unique_visitor)}</dd>

        <dt>{$lang->total} :</dt>

        <dd>{number_format($total_counter->unique_visitor)}</dd>

        <dt>{$lang->member} :</dt>

        <dd>{@ $output = executeQuery('admin.getMemberCount', $args)}

            {number_format($output->data->count)}</dd>

        <dt>{$lang->document} :</dt>

        <dd>{@ $output = executeQuery('admin.getDocumentCount', $args)}

            {number_format($output->data->count)}</dd>

        <dt>{$lang->comment} :</dt>

        <dd>{@ $output = executeQuery('admin.getCommentCount', $args)}

           {number_format($output->data->count)}</dd>

    </dl>

</div>







 96c46f5ec68030798daa0eb68c41d3e2.png




저렇게 이쁘게 사이트현황을 출력할 수 있게 되었는데요...


회원,문서,댓글 의 오늘 증감을 ()괄호에 표시해 주고 싶어요. 제가 적어 드린 위젯 스킨의 코드를 어떻게 수정을 해야 할지 알고 싶습니다.



답변:

{@
$today = date("Ymd");
$oMemberAdminModel = &getAdminModel('member');
$status->member->todayCount = $oMemberAdminModel->getMemberCountByDate($today);
$status->member->totalCount = $oMemberAdminModel->getMemberCountByDate();
}
{$lang->member} : {$status->member->totalCount}({$status->member->todayCount})<br />
{@
$oDocumentAdminModel = &getAdminModel('document');
$statusList = array('PUBLIC', 'SECRET');
$status->document->todayCount = $oDocumentAdminModel->getDocumentCountByDate($today, array(), $statusList);
$status->document->totalCount = $oDocumentAdminModel->getDocumentCountByDate('', array(), $statusList);
}
{$lang->document} : {$status->document->totalCount}({$status->document->todayCount})<br />
{@
$oCommentModel = &getModel('comment');
$status->comment->todayCount = $oCommentModel->getCommentCountByDate($today);
$status->comment->totalCount = $oCommentModel->getCommentCountByDate();
}
{$lang->comment} : {$status->comment->totalCount}({$status->comment->todayCount}}<br />
{@
$oFileAdminModel = &getAdminModel('file');
$status->file->todayCount = $oFileAdminModel->getFilesCountByDate($today);
$status->file->totalCount = $oFileAdminModel->getFilesCountByDate();
}
{$lang->file} : {$status->file->totalCount}({$status->file->todayCount})



출처 : http://www.xpressengine.com/index.php?mid=qna&search_target=title_content&search_keyword=%EC%82%AC%EC%9D%B4%ED%8A%B8+%ED%98%84%ED%99%A9&document_srl=21383743

?

공부 게시판

공부에 도움되는 글을 올려주세요.

  1. [공지] 공부 게시판 입니다.

    Date2003.08.18 By처누 Views933793
    read more
  2. 매일 밤에 머리 감으면 일어나는 일ㅣ탈모 전문가가 알려주는 충격적인 진실ㅣ김주용 원장 1편ㅣ닥터딩요

    Date2025.12.11 Category건강 ByJaeSoo Views1
    Read More
  3. 다친 손가락에 끼우는 실리콘 손가락

    Date2025.12.11 Category건강 ByJaeSoo Views1
    Read More
  4. 성적 취향에 대하여...

    Date2025.12.09 Category연애 ByJaeSoo Views3
    Read More
  5. fwb(Friends with Benefits)에 대해

    Date2025.12.09 Category연애 ByJaeSoo Views2
    Read More
  6. 자위가 잠자는 데 도움이됩니까? 알아봅시다!

    Date2025.12.09 Category건강 ByJaeSoo Views1
    Read More
  7. 야동 실태보고서

    Date2025.12.09 Category건강 ByJaeSoo Views1
    Read More
  8. 불면증 해결을 위한 자위 활용

    Date2025.12.09 Category건강 ByJaeSoo Views1
    Read More
  9. 변호사가 보아온 상간남들의 공통점

    Date2025.11.25 Category연애 ByJaeSoo Views169
    Read More
  10. 윈도우11 비밀번호 분실시 설정 변경방법 (Windows10 포함)

    Date2025.11.06 Category윈도우즈 ByJaeSoo Views141
    Read More
  11. 홍콩 보내주다를 뜻하는 영어 표현 한가지를 노래를 통해 배워보자

    Date2025.10.28 Category연애 ByJaeSoo Views234
    Read More
  12. 향수 잔향 기간별 구분

    Date2025.10.28 Category생활 ByJaeSoo Views182
    Read More
  13. Question about Korean - What does 홍콩을 보내다 mean?

    Date2025.10.28 Category생활 ByJaeSoo Views197
    Read More
  14. 리눅스 서버 설치 중 에러 "Failed to find a suitable stage1 device"

    Date2025.10.03 Category유닉스/리눅스 ByJaeSoo Views222
    Read More
  15. Linux 11 . Linux 설치 시 lvm 수동설정

    Date2025.10.03 Category유닉스/리눅스 ByJaeSoo Views187
    Read More
  16. [Rocky Linux] 누구나 쉽게 따라하는 Rocky Linux 9.0 OS 다운로드 및 설치 방법~!!

    Date2025.10.03 Category유닉스/리눅스 ByJaeSoo Views222
    Read More
  17. Linux/Rocky Linux Rocky Linux : Composer 설치

    Date2025.09.29 Category유닉스/리눅스 ByJaeSoo Views229
    Read More
  18. [Rocky Linux] 록키 리눅스 최신 업데이트 적용 방법

    Date2025.09.29 Category유닉스/리눅스 ByJaeSoo Views226
    Read More
  19. rocky linux 커널 업데이트

    Date2025.09.29 Category유닉스/리눅스 ByJaeSoo Views258
    Read More
  20. [Windows] OWASP ZAP 사용법

    Date2025.09.29 Category웹서버,WAS ByJaeSoo Views199
    Read More
  21. [웹 취약점] 웹서버 디렉토리 리스팅 방지

    Date2025.09.29 Category웹서버,WAS ByJaeSoo Views200
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 126 Next
/ 126


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너