라이믹스 2019년 1월 16일 기준 최신버전으로 사용하고 있고, PHP7.1 사용하고 있습니다.
그런데 게시판 설정 복사 모듈이 작동을 안하네요 ㅠㅠ
기준모듈이나 복사할 모듈을 선택하려고 드롭다운을 누르면 아무것도 뜨지 않습니다...
아마도 아래 코드 부분을 바꾸어야 할 것 같은데... 어떻게 해야 할까요?
<section class="section"> <h1>복사 대상</h1> <div cond="$logged_info->is_admin == 'Y'" class="x_control-group"> <label class="x_control-label" for="target_module">기준 {$lang->module}</label> <[email protected]($target_module)--> {@ $oModuleModel = &getModel('module'); $target_info = $oModuleModel->getModuleInfoByModuleSrl($target_module); } <[email protected]> <div class="x_controls"> <input type="hidden" name="target_module" id="target_module" value="{$target_module}" /> <input type="text" name="_target_module" id="_target_module" value="{$target_info->mid} ({$target_info->browser_title})" readonly="readonly" /><a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" onclick="popopen(this.href,'ModuleSelect');return false;" class="button green"><span>{$lang->cmd_select}</span></a> </div> </div>