팁/튜토리얼

시리즈 연재 환영합니다.^^
공개해주신 본문의 애드온을 수정/변형해서 000_000 형태로 닉네임을 치환할 수 있는 애드온으로 만들었습니다. 수정한 애드온은 설치 경로가 ./addons/anonymous_biology/ 입니다. 본문 애드온과 같이 회원제 익명 ...
15.08.21
3
조회 1736
익명 애드온 MISOL 님 버전
정의 위치 ./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
조회 10153
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
조회 983
추천인 표기 방법
xe는 웹페이지 로딩 속도를 빠르게하기위해 내부적으로 ob_gzhandler함수를 사용하고있다. 성능면에서 ob_gzhandler 은 별로 안좋으며 PHP 권장사항으로도 ob_gzhandler 대신 zlib.output_compression 사용할것을 권...
15.08.16
0
조회 3080
xe zlib 로 사이트 압축
하나의 게시판이 아닌 복수의 게시판을 대상으로 적용시키는 방법 if(Context::get('mid')=='게시판mid명'){ 실행할 코드 { 복수의 게시판이라면 if(Context::get('mid')=='게시판mid명'||Context::get('mid')=='게시...
15.08.13
2
조회 1545
xe 조건 문