웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
scm player 팝업 제외하기
2013.08.25 03:22
//위치 지정, 어드민 모듈 제외 if($called_position != "before_display_content") return; if(Context::get('module') == 'admin') return; //복권 모듈 제외 if(Context::get('module') == 'lottery') return; //에디터 모듈 제외 if(Context::get('module') == 'editor') return; //쪽지 모듈 제외 if(Context::get('module') == 'communication') return; //위젯 모듈 제외 if(Context::get('module') == 'widget') return; //쿠폰 모듈 제외 if(Context::get('module') == 'coupon') return; //게시판 모듈 제외 if(Context::get('module') == 'document') return; //게시판 모듈 제외 if(Context::get('module') == 'module') return;
/addons/scmplayer/scmplayer.addon.php 7번째 줄에 보시면
어드민 모듈 제외라는 부분이 있습니다.
위와 같이 새창이 뜨는 모듈은 따로 제외 시켜 주시면 팝업에
scm player 가 제외 됩니다.
아는게 없어서 허접하게나마 if문으로 계속 붙여 버렸습니다.
좀더 좋은 코딩이 있으면 댓글 달아주시면 감사하겠습니다.
엇... 감사합니다. SCM Player 업데이트해야겠군요.
사실은 귀찮아서 안하고 있었...