팁/튜토리얼

시리즈 연재 환영합니다.^^
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Load language file according to language type * * @param string $path Path of the language file * @return void */ function loadLang($path) ...
15.08.16
1
조회 10146
Context::loadLang($path)
{@ $args->more_point = 1; $args->document_srl = $document_srl; $output = executeQueryArray('document.getVotedMemberList',$args); } <div cond="$output->data"> <span loop="$output->data=>$key,$val"> {@ $...
15.08.16
1
조회 979
추천인 표기 방법
xe는 웹페이지 로딩 속도를 빠르게하기위해 내부적으로 ob_gzhandler함수를 사용하고있다. 성능면에서 ob_gzhandler 은 별로 안좋으며 PHP 권장사항으로도 ob_gzhandler 대신 zlib.output_compression 사용할것을 권...
15.08.16
0
조회 3078
xe zlib 로 사이트 압축
하나의 게시판이 아닌 복수의 게시판을 대상으로 적용시키는 방법 if(Context::get('mid')=='게시판mid명'){ 실행할 코드 { 복수의 게시판이라면 if(Context::get('mid')=='게시판mid명'||Context::get('mid')=='게시...
15.08.13
2
조회 1541
xe 조건 문
기존 알림센터에 BJ람보님께서 기능을 추가하신거 입니다. 1. 기존 알림센터의 기능은 유지. 2. 메일알림 기능 추가. https://xe1.xpressengine.com/index.php?mid=tip&document_srl=22459055 팁적용 3. 그룹알림 추...
15.08.13
2
조회 997
알림센터 수정 버전