click 할때 마다 조회수 증가하기

xe - modules - document - document.controller.php
=================================================
xe - modules - document - document.controller.php 열고
line 846쯤에

        // Pass if read count is increaded on the session information
        if($_SESSION['readed_document'][$document_srl]) return false;

        // Pass if the author's IP address is as same as visitor's.
        if($oDocument->get('ipaddress') == $_SERVER['REMOTE_ADDR'])
        {
            $_SESSION['readed_document'][$document_srl] = true;
            return false;

   }
이 부분을 모두 주석처리 혹은 삭제(자기가 쓴글은 제외입니다.)
==================================================
만약 자기가 쓴 글을 자기가 클릭할때도 조회수가 올라가게 할려면
위 부분 바로 아래에 

  // Pass ater registering sesscion if the author is a member and has same information as the currently logged-in user.
  if($member_srl && $logged_info->member_srl == $member_srl) {
   $_SESSION['readed_document'][$document_srl] = true;
   return false;
  }


이부분까지 주석처리하거나 삭제하시면 됩니다.

https://xe1.xpressengine.com/qna/23069751

skyo

?
XE타운 관리자 입니다.
관리자 아닌것 같지만 제이쿼리 엔지가 없는게 매력인 관리자 입니다.
  • ?
    커뮤니티 운영자에게 꼭 필요한 팁이죠ㅎ
  • ?
    감사합니다.
  • profile

    라이믹스에서는 이마저도 기본옵션 ^__^
     

    라이믹스.png

  • profile ?
    2015년도 팁이라 고전팁이 되어버렸죠. 그래도 역시 좋은 현상입니다
  • ? ?
    제 작은 바람이지만, 코어에 추가된 것들이 있으면 코어에 추가됐다고 표시가 있었으면 좋겠습니다. 지나친 욕심인가요? ^^
  • ? ?
    네.