elfinder.full.css 코드 추가
/* custom icon size add by Manuel */
.elfinder-cwd-icon {
width: 150px !important;
height: 155px !important;
}
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: 155px !important;
height: 150px !important;
}
.elfinder-cwd-view-icons .elfinder-cwd-file {
width: 170px !important;
height: 165px !important;
}
※ connector.minimal.php
'tmbSize' => 150,// images thumbnails size (px)
좌측 네이게이션 바 없에기
CSS \ theme.css 내용추가
.elfinder-navbar {
display: none !important;
}
elfinder.full.js 에서 UI 추가변경
* UI plugins to load.
* Current dir ui and dialogs loads always.
* Here set not required plugins as folders tree/toolbar/statusbar etc.
*
* @type Array
* @default ['toolbar', 'tree', 'path', 'stat']
* @full ['toolbar', 'places', 'tree', 'path', 'stat']
*/
ui : [toolbar', 'stat'],
-
No Image
XE 아이디의 값은 올바른 메일주소가 아닙니다.
1) xe/files/ruleset/login.xml login.xml 파일에서 rule="email" 이 부분을 rule="user_id" 이렇게 바꾸고 해결 <?xml version="1.0" encoding="utf-8"?><ruleset version="1.5.0"><customrules></customrules><fields><field name="user_id" required="true"...Date2016.11.23 Category제로보드 Views244 -
No Image
xe DB환경설정 경로입니다.
xe DB환경설정 경로입니다. 서버 이전시 필수로 꼭 수정해주셔야합니다. /xe/files/config/db.config.php •'db_hostname' => 'localhost' •'db_userid' => 'DB아이디' •'db_password' => 'DB비밀...Date2016.11.23 Category제로보드 Views155 -
No Image
elfinder.full.css 코드 추가
/* custom icon size add by Manuel */ .elfinder-cwd-icon { width: 150px !important; height: 155px !important; } .elfinder-cwd-view-icons .elfinder-cwd-file-wrapper { width: 155px !important; height: 150px !important; } .elfinder-cwd-v...Date2016.03.31 Category제로보드 Views267