CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

Contents Management System

exif.lib.php 파일을 수정했습니다.

$is_logged = Context::get(is_logged);
   if($is_logged){
      $return_exif = ($exif_info)?
         '<span class="exif_addon2">
<button onclick="jQuery(this).parent().toggleClass(\'on\')" class="blind"><b title="사진의 정보를 봅니다">EXIF</b><span>X</span></button>
<strong>EXIF Viewer</strong>'
         .implode($exif_info).
         '</span>'
         :NULL;
      return $return_exif;
   }

$is_logged 변수를 애드온에서 다시 정의해줘야 했군요.

 

출처 : https://dev.jdssem.com/addon-that-fetching-document-and-users-data-after-publishing/?

추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기