• 이미지
    2018-12-21
    CKEDITOR.editorConfig = function( config ) {
       // config.removePlugins= 'toolbar', // 툴바 항상 감춤
       config.toolbarCanCollapse = true; // 툴바 접었다 펼쳤다 버튼 보이게
    
       config.toolbarStartupExpanded = false; // 툴바 항상 접힌상태
    
    };

    경로 : /common/js/plugins/ckeditor/ckeditor/config.js

  • 이미지
    2018-12-17
    스레드가 잠겼습니다.
  • 이미지
    2018-12-17
    {@ $li=$layout_info; $index = ($mid=='index' && !$act) || ($site_module_info->module_srl === $current_module_info->module_srl && !$act); } <load target="assets/css/style.min.css" /> <div id="wrap"> <header id="header"> <div class="header-tp"> <div class="container"> <div class="header-loginbox"> <ul class="header-login"> <li><a href="#"><span>로그인... 더보기
  • 이미지
    2018-12-10

    이번 주말에 깃헙 이슈를 5개 올렸는데 거의 거절이군요 ㅠ

    불가, pr이 있으면, 변경이 쉽지 않아, pr이 없어서 close...

  • 이미지
    2018-12-10
    스레드가 잠겼습니다.
  • 이미지
    2018-12-10

    modules/gradeup/gradeup.model.php 

    105 line

    function getMemberInfo($type,$member_srl,$regdate=null)

    =null 을 추가해주세요.

  • 이미지
  • 이미지
    2018-12-09
    네이버 연관채널은 웹사이트 탭에서는 노출되지 않고, 통합검색 탭에서만 노출이 됩니다. 네이버 연관채널이란? 1. 구조화된 데이터 마크업 가이드 https://webmastertool.naver.com/guide/advanced_sd.naver#chapter3.1 1)json-ld형식과 2)Microdata형식 2가지 방식이 있습니다. 둘중 아무거나 사용하시면 됩니다. 1) JSON-LD 형식 <script type="application/ld+json"> { "@co... 더보기
  • 이미지
    2018-12-09

    1. 요즘 신디케이션 동작 확인해보면

    Invalid alliance site

    이런 오류가 뜹니다.

    2. 해당 오류는

    https://webmastertool.naver.com/guide/syndi_guide.naver

    제휴를 맺어야 가능합니다.

    3. 신디케이션 제휴란

    https://m.blog.naver.com/naver_webmaster/221280922245

    신디케이션 발급 기준이 너무 까다로움.

    굳이 코어에 포함될 정도로 이런 신디케이션 모듈이 더 이상 필요할까 싶습니다.

  • 이미지
    2018-12-09
    {@ $oDB = &DB::getInstance(); //모듈명 $module_srls = array( "xe" =>"35001", "xe3"=>"391796", "wp" =>"359070", "gn" =>"394256", "zb" =>"20244", "cf" =>"389672", "gd" =>"412427", "fm" =>"389674", "qa" =>"359218" ); //변수 $docModuleCnt = array(); $docVotedCnt = array(); //$docTodayCnt = array(); } <!--@foreach($module_srls as $id=>$module_srl)--> {@ ... 더보기
    1
  • 이미지
    2018-12-09

    {@
    $oDB = &DB::getInstance();
    $module_srl_xe = '391796';
    $query = $oDB->_query('select sum(voted_count) as sum_voted_count from xe_documents where module_srl = '.$module_srl_xe.'');
    $result = $oDB->_fetch($query);
    }
    {$result->sum_voted_count}
  • 이미지
    2018-12-09
    레이아웃(외부페이지)에서 XE의 게시판 갯수를 구하는 법 {@ // $oDB = &DB::getInstance(); // $oModuleModel = &getModel('module'); // $oDocumentModel = getModel('document'); // $module_info = $oModuleModel->getModuleInfoByMid($val1['url']); // $docCount = $oDocumentModel->getDocumentCount('35001'); // $oDocumentModel = &getModel('document'); // 문서객체... 더보기
  • 이미지
    2018-12-09

    ※이 글은 menu모듈을 수정하는 팁입니다. menu 모듈은 XE코어 단이므로 나중에 업데이트 시 주의해서 사용하세요.

    1. 수정한 동작화면

    자동 포커스 스크롤이 되지 않기 때문에 상단의 메뉴로 해당 메뉴를 이동하고자 할 때 불편함이 없다.

    2. 기존의 동작화면

    메뉴를 이동할 때 자동 스크롤이 되서 보이는 화면 상단의 메뉴로 이동시 다시 스크롤을 올려야 해서 불편하다.

    3. 수정한 코드

    modules/menu/tpl/sitemap.html

    873~875 줄을 주석 처리해주세요.

    굳이 자동포커스스크롤이 필요할까 싶어 해당 부분을 주석처리함.

  • 이미지
    2018-12-09
    에러현상 : Fatal error: Uncaught Error: Call to undefined method store_searchModel::getComments() in D:\Web\eond\www\modules\isx\isx.view.php:189 Stack trace: #0 D:\Web\eond\www\modules\isx\isx.view.php(38): isxView->ISX() #1 D:\Web\eond\www\classes\module\ModuleObject.class.php(443): isxView->IS() #2 D:\Web\eond\www\classes\module\ModuleHandler.cla... 더보기
  • 이미지
    2018-12-08
    <!--내글수정하기--> {@ $sub1 = array('sub101', 'sub102', 'sub103', 'sub104', 'sub105', 'sub106'); } <block cond="in_array($mid, $sub1)"> <style> .edit-myarticle{text-align:center;padding:10px 0;} .edit-myarticle a{text-decoration:none;padding:7px 12px;display:block;font-weight:800;color:#4d4b7e;overflow:hidden;} .edit-myarticle a:hover{text-decorati... 더보기