• Profile
    • *.148.238.73
    • 2023.12.16 - 01:42 2023.05.07 - 23:58  91  1

사용자 정의항목 내용 복사

document.admin.controller.php 에서

function copyDocumentModule 함수

 

1
2
3
4
5
6
7
8
document.admin.controller.php 에서
 
function copyDocumentModule 함수
 
 
 
if($module_srl == $obj->module_srl) 부분
if($use!='Y' || $module_srl == $obj->module_srl) 변경
cs

 

 

뉴 아이콘 텍스트로 변환

/modules/document/document.item.php

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
라인 995
// Check new post
if($this->get('regdate')>$time_check) $buffs[] = "new";
else if($this->get('last_update')>$time_check) $buffs[] = "update";
>>
if($this->get('regdate')>$time_check) $buffs[] = "N";
else if($this->get('last_update')>$time_check) $buffs[] = "U";
 
라인 1060 
$buff[] = sprintf('<img src="%s%s.gif" alt="%s" title="%s" style="margin-right:2px;" />', $path, $val, $val, $val);
>>
$buff[] = sprintf('%s', $val);
 
 
라인 989
// Check if secret post is
if($this->isSecret()) $buffs[] = "secret";
cs

 

에디터 관련 

에디터 수정 및 다크테마 추가

common/js/plugins/ckeditor/ckeditor/skins/moono/editor.css

common/js/plugins/ckeditor/ckeditor/skins/moono-dark/editor.css

modules/editor/styles/ckeditor_light/editor.css

modules/editor/styles/ckeditor_zdark/editor.css

 

폰트 추가, 변경 / 태그 직접 입력 css 수정

common/js/plugins/ckeditor/ckeditor/ckeditor.js

  • 이 게시물을..
  • 야비 야비 Lv. 4

    OrangeDay Master

    Welcome back to our long-standing social networking site for gamers, life stories, and IT enthusiasts! It's been a while, but we're ready to reignite the spark of camaraderie. Let's reconnect, reminisce, and embark on new adventures together. Join us in building lasting friendships through our shared passions. Get ready to level up your social life!
  • XE   XE 코어 수정
  • 야비 2023.05.07 - 23:58  91 1
  • 사용자 정의항목 내용 복사 document.admin.controller.php 에서 function copyDocumentModule 함수 1 2 3 4 5 6 7 8 document.admin.controller.php 에서 function copyDocumentModule 함수 if($module_srl == $obj->module_srl) 부분 if($use!='Y' || $module_srl == $obj->module_srl) 변경 cs 뉴 아이콘 텍스트로 변환 /modules/document/document.item.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 라인 995 // Check new post if($this->get('regdate')>$time_check) $buffs[] = "new"; else if($this->get('last_update')>$time_...
2
  • AI   미드저니 옵션 참고
  • 야비 2023.04.27 - 18:17  253 22
  • aquarel style
1
  • AI   Midjourney
  • 야비 2023.04.25 - 15:08  76 4
  • Midjourney 무료사용 디스코드 https://discord.com/invite/midjourney 유료사용 https://www.midjourney.com/account/ 1. 우측메뉴에서 newbies-숫자로 된 메뉴 아무거나 선택 2. 채팅창에 /imagine 그리고 싶은 그림 표현 단어 입력 2-1. 첫 사용시 약관 동의 확인 3. 그림 4장 생성 됨 3-1. U1~U4 : 선택후 큰그림 V1~V4 : 선택후 선택그림으로 재생성 이후 반복 tip 채널내 갤러리 등에 사용자가 입력한 명령어 볼수 있음 저니 갤러리 https://www.midjourney.com/showcase/recent/ 디폴트 /imagine 작가명::1~5, masterpiece, --v 5 -...