묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
신고수에 따라 자동 블라인드 질문드립니다.
2012.01.18 12:46
보드 ex 0.6.9 버전이상 에보니 자동 블라인드 기능이 있는데요,
저는 보드 ex 구버전 0.5.9 를 씁니다..여기엔 블라인드 기능이 없읍니다.../업데이트 할 형편은 못되구요,
그래서 아래 소스를 0.6.9. 버전에서 찾았읍니다. 이 2줄이 구버전과다르더라구요
어차피 모든게시판에 자동블라인드기능을 적용할거니 신고수 3번 자동 블라인드라치고 아래 소스를 어떻게 수정하면 될까요?
도움좀 부탁드립니다.
$is_blind = (((int)$module_info->declare_blind_document > 0)?((int)$module_info->declare_blind_document<=$oBodex->getDocumentDeclaredCount($document->document_srl)):false); <=== 구버전에는 없는 내용입니다.
$is_grant = !$is_blind && $grant->view && (!$document->isSecret() || $document->isGranted());
} <====구버전내용과 다릅니다 $is_grant = $grant->view && (!$document->isSecret() || $document->isGranted());
}