레이아웃 깨짐, 익명으로 글 작성됨 > 질문과 답변

본문 바로가기

질문과답변

[해결중] 레이아웃 깨짐, 익명으로 글 작성됨

본문

빨리 제대로 사용해보고 싶은데

여기 대응이 너무 느리네요...

 

 

 

포인트 520
경험치 56
[레벨 1] - 진행률 29%
가입일
2020-05-08 13:08:14
서명
미입력
자기소개
미입력

최신글이 없습니다.

최신글이 없습니다.

댓글목록1

동글동글머리님의 댓글

profile_image
익명 문제
/eyoom/inc/board.init.php 파일의 소스를 수정하시면 됩니다.



if (isset($eyoom_board['bo_use_addon_cmtimg'])) {
	// 댓글 이미지 필드를 댓글 파일첨부 필드로 명칭 변경 
	$sql = "alter table `{$g5['eyoom_board']}` change `bo_use_addon_cmtimg` `bo_use_addon_cmtfile` char(1) not null default '1';";
	sql_query($sql);

	// 댓글 첨부파일 개수 지정 필드 추가
	$sql = "alter table `{$g5['eyoom_board']}` add `bo_count_cmtfile` smallint(2) not null default '1' after `bo_use_addon_cmtfile`;";
	sql_query($sql);
}



위 소스를


//if (isset($eyoom_board['bo_use_addon_cmtimg'])) {
	// 댓글 이미지 필드를 댓글 파일첨부 필드로 명칭 변경 
	$sql = "alter table `{$g5['eyoom_board']}` change `bo_use_addon_cmtimg` `bo_use_addon_cmtfile` char(1) not null default '1';";
	sql_query($sql);

	// 댓글 첨부파일 개수 지정 필드 추가
	$sql = "alter table `{$g5['eyoom_board']}` add `bo_count_cmtfile` smallint(2) not null default '1' after `bo_use_addon_cmtfile`;";
	sql_query($sql);
//}


위와 같이 수정하신 후 홈페이지 로드 후, 적용해 보세요.
만일 에러가 뜬다면



//if (isset($eyoom_board['bo_use_addon_cmtimg'])) {
	// 댓글 이미지 필드를 댓글 파일첨부 필드로 명칭 변경 
	//$sql = "alter table `{$g5['eyoom_board']}` change `bo_use_addon_cmtimg` `bo_use_addon_cmtfile` char(1) not null default '1';";
	//sql_query($sql);

	// 댓글 첨부파일 개수 지정 필드 추가
	$sql = "alter table `{$g5['eyoom_board']}` add `bo_count_cmtfile` smallint(2) not null default '1' after `bo_use_addon_cmtfile`;";
	sql_query($sql);
//}


위와 같이 수정하신 후, 홈페이지를 로딩하시고
이후에 관리자모드에서 게시판 추가설정을 적용해 보시기 바랍니다.

감사합니다.
이윰빌더 시즌4 질문과 답변 게시판입니다.

질문과 답변 게시판에는 가능한 이윰 관리자가 답변을 드리지 않습니다. 회원간 활성화 될수 있도록 도움 부탁드리며, 질문자는 원하는 답변이 달릴경우 꼭 채택하여 주시기 바랍니다.

상품구매 및 유료상품 문의는 1:1문의 게시판을 이용해 주시기 바랍니다.

1:1문의 바로가기 : https://eyoom.net/bbs/qalist.php

전체 4 건 - 1 페이지
사이트 내 전체검색