<block cond="$mid=='rank'">
   <div class="rankbox">
      {@
      $vote = $document->get('voted_count')?$document->get('voted_count'):0;
      $cmt = $document->getCommentCount()?$document->getCommentCount():0;
      //$star = (int)($vote/$cmt);
      //$star = round($voteDcmt?$voteDcmt:0,0);
      $star = $vote > 0 && $cmt > 0 ? $vote/$cmt : 0;
      }
      <div class="info_starpointCount{$star}">
         {$star}
      </div>
      
      <div class="ico_starpoint{(int)($star)}">
         {$star}
      </div>
      <div class="info_votecount">
         {$document->getCommentCount()?$document->getCommentCount():0}개의 평가
      </div>
   </div>
</block>

KakaoTalk_20181114_105714958.png

이온디

profile
이온디는 라이믹스를 비롯한 다양한 CMS의 시드뱅크를 꿈꿉니다. 여러분들이 사랑하는 웹소스를 언제든지 사용할 수 있게 하기 위해 이온디는 매일 소스코드를 유지보수하고 있으며, 언제든지 다운로드할 수 있는 소스마켓을 운영하고 있습니다.

#XE마켓 - 이온디스토어
https://eond.com/xemarket/

# XE/라이믹스 단톡방을 운영 중입니다. (비번: 2022)
https://open.kakao.com/o/giaKKnl

# XE/라이믹스 생활코딩 모듈 강좌입니다.
https://opentutorials.org/module/3774
  • profile
    혹시 아직도 작동하나요?
  • profile profile