이윰빌더 4.5.6 with 그누보드 5.5.8.2.3 ~ 5.5.8.2.5
풀패키지 다운로드
영카트5 + 이윰빌더 시즌4 + 기본테마(eb4_basic)
이윰빌더 다운로드
이윰빌더 시즌4 + 기본테마(eb4_basic)
이윰빌더 패치파일만 다운로드
이윰빌더 변경 파일 소스보기 (GitHub)
https://github.com/eyoom/eyoom_builder_4/commit/f584c9b75f840d077ca2e4541de1a9251bf15edc본문
패치내역
이윰빌더 시즌4 - EB_4.5.6 버전입니다.
이번 버전에서는 크게 두가지 기능이 추가 및 개선되었습니다.
EB배너관리 기능이 추가되어 광고/배너를 등록 및 관리할 수 있습니다.
이윰빌더의 회원이미지 기능과 그누보드의 회원이미지 및 회원아이콘 기능을 통합하였습니다.
-- 작업내역 --
01. 이윰빌더 버전명을 4.5.6 으로 변경
M : eyoom/extend/eyoom4.version.php
02. 이윰 메뉴 PHP8.0 대응 버그 패치
M : theme/eb4_basic/head.html.php
03. 데모페이지 체크 함수 이윰테마 설정에 확대 적용
M : adm/eyoom_admin/core/theme/board_form_update.php
M : adm/eyoom_admin/core/theme/ebcontents_form_update.php
M : adm/eyoom_admin/core/theme/ebcontents_itemform_update.php
M : adm/eyoom_admin/core/theme/ebgoods_form_update.php
M : adm/eyoom_admin/core/theme/ebgoods_itemform_update.php
M : adm/eyoom_admin/core/theme/eblatest_form_update.php
M : adm/eyoom_admin/core/theme/eblatest_itemform_update.php
M : adm/eyoom_admin/core/theme/ebslider_form_update.php
M : adm/eyoom_admin/core/theme/ebslider_itemform_update.php
M : adm/eyoom_admin/core/theme/ebslider_ytitemform_update.php
M : adm/eyoom_admin/core/theme/level_config_update.php
M : adm/eyoom_admin/core/theme/menu_form_update.php
M : adm/eyoom_admin/core/theme/skin_manager_update.php
M : adm/eyoom_admin/core/theme/tag_list_update.php
M : adm/eyoom_admin/core/theme/theme_form_update.php
M : adm/eyoom_admin/core/theme/theme_list_update.php
04. 쇼핑몰 검색 스킨 해시(키)값에 작은따옴표 추가
M : theme/eb4_basic/skin/shop/basic/search.skin.html.php
05. 게시물 선택복사, 선택이동 팝업 경로 상대경로에서 절대경로로 수정
M : theme/eb4_basic/skin/board/basic/list.skin.html.php
M : theme/eb4_basic/skin/board/gallery/list.skin.html.php
M : theme/eb4_basic/skin/board/webzine/list.skin.html.php
06. 쇼핑몰 주문 페이지 네이버페이, KG이니시스카카오페이 아이콘 이미지 출력버그 패치 외
M : theme/eb4_basic/skin/shop/basic/orderform.sub.mobile.skin.html.php
M : theme/eb4_basic/skin/shop/basic/orderform.sub.skin.html.php
M : theme/eb4_basic/skin/shop/basic/img/naverpay.jpg
07. EB 시리즈 DB 테이블 생성시 스키마엔진 및 문자셋 설정 버그 패치
M : adm/eyoom_admin/core/board/board_extend.php
M : adm/eyoom_admin/core/theme/ebcontents_form.php
M : adm/eyoom_admin/core/theme/ebcontents_list.php
M : adm/eyoom_admin/core/theme/ebcontents_list_backup.php
M : adm/eyoom_admin/core/theme/ebgoods_form.php
M : adm/eyoom_admin/core/theme/ebgoods_list.php
M : adm/eyoom_admin/core/theme/eblatest_form.php
M : adm/eyoom_admin/core/theme/eblatest_list.php
M : adm/eyoom_admin/core/theme/ebslider_form.php
M : adm/eyoom_admin/core/theme/ebslider_list.php
08. EB배너 기능 추가 - 배너의 노출수, 클릭수 관리 가능
M : adm/admin.menu999.eyoom.php
A : adm/eyoom_admin/core/theme/ebbanner_form.php
A : adm/eyoom_admin/core/theme/ebbanner_form_update.php
A : adm/eyoom_admin/core/theme/ebbanner_itemform.php
A : adm/eyoom_admin/core/theme/ebbanner_itemform_update.php
A : adm/eyoom_admin/core/theme/ebbanner_itemhit.php
A : adm/eyoom_admin/core/theme/ebbanner_itemhit.sub.php
A : adm/eyoom_admin/core/theme/ebbanner_itemlist_update.php
A : adm/eyoom_admin/core/theme/ebbanner_list.php
A : adm/eyoom_admin/core/theme/ebbanner_list_update.php
A : adm/eyoom_admin/theme/basic/skin/theme/ebbanner_form.html.php
A : adm/eyoom_admin/theme/basic/skin/theme/ebbanner_itemform.html.php
A : adm/eyoom_admin/theme/basic/skin/theme/ebbanner_itemhit.html.php
A : adm/eyoom_admin/theme/basic/skin/theme/ebbanner_itemhit.sub.html.php
A : adm/eyoom_admin/theme/basic/skin/theme/ebbanner_list.html.php
M : eyoom/config.php
M : eyoom/class/theme.class.php
M : eyoom/inc/lib.functions.php
A : eyoom/lib/ebbanner.lib.php
A : page/ebbanner.php
A : theme/eb4_basic/skin/ebbanner/basic/ebbanner.skin.html.php
09. 소셜로그인 회원가입 관련 버그 패치
M : eyoom/class/theme.class.php
M : theme/eb4_basic/css/common.css
10. 쇼핑몰 주문내역 출력 페이지에서 합계 영역이 짤리는 현상 수정
M : adm/eyoom_admin/theme/basic/skin/shopetc/orderprintresult.html.php
11. 관리자 EB 슬라이더 - 아이템 관리에서 대표 타이틀 미입력시에도 저장 가능하도록 수정
M : adm/eyoom_admin/theme/basic/skin/theme/ebslider_itemform.html.php
12. 게시판 댓글 파일 - 잘못 입력된 u태그 삭제
M : theme/eb4_basic/skin/board/basic/view_comment.skin.html.php
M : theme/eb4_basic/skin/board/gallery/view_comment.skin.html.php
M : theme/eb4_basic/skin/board/webzine/view_comment.skin.html.php
13. 회원이미지 및 회원아이콘 그누보드 기능과 통합작업 및 기능개선
M : adm/eyoom_admin/core/shop/itemqaform.php
M : adm/eyoom_admin/core/shop/itemuseform.php
M : adm/eyoom_admin/core/theme/board_form_update.php
M : adm/eyoom_admin/lib/admin.lib.php
M : adm/eyoom_admin/theme/basic/skin/theme/board_form.html.php
M : eyoom/class/bbs.class.php
M : eyoom/class/eyoom.class.php
M : eyoom/core/board/list.skin.php
M : eyoom/core/board/view_comment.skin.php
A : eyoom/core/member/member_icon.php
M : eyoom/core/member/photo_update.php
M : eyoom/core/mypage/respond.php
M : eyoom/core/mypage/respond_new.php
M : eyoom/core/page/proc/tagview.php
M : eyoom/core/tag/index.skin.php
M : eyoom/install/eyoom.table.sql
M : eyoom/lib/latest.lib.php
M : eyoom/lib/nameview.lib.php
M : eyoom/lib/outlogin.lib.php
M : eyoom/lib/ranking.lib.php
A : eyoom/misc/member_icon/1.png
A : eyoom/misc/member_icon/2.png
A : eyoom/misc/member_icon/3.png
A : eyoom/misc/member_icon/4.png
A : eyoom/misc/member_icon/5.png
A : eyoom/misc/member_icon/6.png
A : eyoom/misc/member_icon/7.png
A : eyoom/misc/member_icon/8.png
A : eyoom/misc/member_icon/9.png
A : eyoom/misc/member_icon/10.png
M : theme/eb4_basic/css/common.css
M : theme/eb4_basic/misc.html.php
M : theme/eb4_basic/skin/board/basic/list.skin.html.php
M : theme/eb4_basic/skin/board/basic/view.skin.html.php
M : theme/eb4_basic/skin/board/basic/view_comment.skin.html.php
M : theme/eb4_basic/skin/board/gallery/list.skin.html.php
M : theme/eb4_basic/skin/board/gallery/view.skin.html.php
M : theme/eb4_basic/skin/board/gallery/view_comment.skin.html.php
M : theme/eb4_basic/skin/board/webzine/list.skin.html.php
M : theme/eb4_basic/skin/board/webzine/view.skin.html.php
M : theme/eb4_basic/skin/board/webzine/view_comment.skin.html.php
M : theme/eb4_basic/skin/search/basic/search.skin.html.php
M : theme/eb4_basic/skin/member/basic/register_form.skin.html.php
A : theme/eb4_basic/skin/member/basic/member_icon.skin.html.php
M : theme/eb4_basic/skin/signature/basic/signature.skin.html.php
14. 그누보드 5.5.8.2.3 버전 이윰빌더에 패치 적용
M : theme/eb4_basic/misc.html.php
M : theme/eb4_basic/tail.html.php
M : theme/eb4_basic/skin/search/basic/search.skin.html.php
15. 그누보드 5.5.8.2.4 버전 이윰빌더에 패치 적용
M : adm/eyoom_admin/theme/basic/skin/shop/personalpayform.html.php
M : theme/eb4_basic/skin/board/basic/sns.skin.html.php
M : theme/eb4_basic/skin/board/gallery/sns.skin.html.php
M : theme/eb4_basic/skin/board/webzine/sns.skin.html.php
16. 그누보드 5.5.8.2.5 버전 이윰빌더에 패치 적용
M : common.php
M : adm/eyoom_admin/core/config/config_form.php
M : adm/eyoom_admin/theme/basic/skin/config/config_form.html.php
M : adm/eyoom_admin/theme/basic/skin/member/mail_select_list.html.php
M : adm/eyoom_admin/theme/basic/skin/member/member_form.html.php
M : adm/eyoom_admin/theme/basic/skin/member/poll_form.html.php
M : adm/eyoom_admin/theme/basic/skin/shop/configform.html.php
M : adm/eyoom_admin/theme/basic/skin/sms/form_list.html.php
M : adm/eyoom_admin/theme/basic/skin/sms/form_write.html.php
M : adm/eyoom_admin/theme/basic/skin/sms/history_view.html.php
----------
감사합니다.
댓글목록8
와우피씨님의 댓글
오늘 패치하고 보니 게시판에 회원이름옆 아이콘이 2개씩 나오는데 왜그런지 해결방법은 없는지문의드립니다.
어느곳을 수정해야할지 문의드립니다.
a3d7097k4님의 댓글의 댓글
a3d7097c님의 댓글
패치 파일 common.php 파일 마지막줄 누락 있습니다. 이것 때문에 고생좀 했습니다.
$html_process = new html_process();
안그래도 모르는데 메인 화면에 깨져서 고생했네요...ㅠㅠ
https://www.diffnow.com/여기서도 마지막줄이 다른데 표시가 없네요. 저만 그런건가요???
NPIO님의 댓글의 댓글
깃허브에 변경사항이 있습니다.
https://github.com/gnuboard/gnuboard5/commit/62d0bf5c4e2ecf48b53f478cd6e721854a2a6085
참고해 주시기 바랍니다. ^^
a3d7097k4님의 댓글의 댓글
공부 열심히 해야겠습니다. 근데 어디서 부터 해야할지 모르겠네요....
챙겨주셔서 감사합니다. ^^
NPIO님의 댓글의 댓글
오늘도 화이팅 하시구요.
새해 복 많이 받으세요. ^^
뷰티플마인드님의 댓글
NPIO님의 댓글의 댓글
뷰티브라인드님 새해 복 많이 받으세요. ^^