게시판 별로 placeholder

게시판 별로 placeholder

QA

게시판 별로 placeholder

본문

 


// www/plugin/editor/smarteditor2/editor.lib
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;\" placeholder=\"내용을 입력해주세요.\">$content</textarea>";

 

placeholder는 넣은 상태입니다.

각각 게시판 별로 다르게 사용하고싶습니다
방법을 알려주세요!

이 질문에 댓글 쓰기 :

답변 2

1. /extend/user.config.php 에 추가

if ($bo_table == "aa")

  $placeholder = "내용1";

else if ($bo_table == "bb")

  $placeholder = "내용2";

...

 

2. /plugin/editor/smarteditor2/editor.lib.php 



$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;\" placeholder=\"{$placeholder}\">$content</textarea>";

if ($bo_table= "basic") {

    $html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\"  maxlength=\"65536\" style=\"width:100%;\" placeholder=\"내용을 작성해주세요.\">$content</textarea>";

}

이게 안됐었는데! 안되는이유는... 뭔지 모르겠지만 밑에 방법으로 바꿨습니다 ~!


/plugin/editor/smarteditor2/editor.lib.php


if (stripos($_SERVER["REQUEST_URI"],"bbs/write.php?bo_table=basic") !== false) {

    $html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\"  maxlength=\"65536\" style=\"width:100%;\" placeholder=\"내용을 작성해주세요.\">$content</textarea>";

} else if (stripos($_SERVER["PHP_URI"],"index.php") !== false) {

    $html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\"  maxlength=\"65536\" style=\"width:100%;\" placeholder=\"글 내용을 작성해주세요.\">$content</textarea>";

}

답변을 작성하시기 전에 로그인 해주세요.
전체 40
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT