글쓰기 목록 중에서요.

글쓰기 목록 중에서요.

QA

글쓰기 목록 중에서요.

답변 1

본문

8ab25bef36954d5bd7ebd0b00c1b76a7_1467698846_5018.JPG
글쓰기를 누르면 나오는

 

위와 같은 목록 중에서

 

이메일, 홈페이지, 옵션 저 세가지는 불필요한 것 같아서 없애고 싶은데 혹시 가능할까요? 

이 질문에 댓글 쓰기 :

답변 1

해당 스킨 write.skin.php 파일에서 아래 부분 삭제하거나 주석처리하세요.

 

        <?php if ($is_email) { ?>

        <tr>

            <th scope="row"><label for="wr_email">이메일</label></th>

            <td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" size="50" maxlength="100"></td>

        </tr>

        <?php } ?>

 

        <?php if ($is_homepage) { ?>

        <tr>

            <th scope="row"><label for="wr_homepage">홈페이지</label></th>

            <td><input type="text" name="wr_homepage" value="<?php echo $homepage ?>" id="wr_homepage" class="frm_input" size="50"></td>

        </tr>

        <?php } ?>

 

        <?php if ($option) { ?>

        <tr>

            <th scope="row">옵션</th>

            <td><?php echo $option ?></td>

        </tr>

        <?php } ?>

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 19
© SIRSOFT
현재 페이지 제일 처음으로