묻고답하기
글 작성시 이메일주소,홈페이지주소 입력란을 빼고 싶습니다.
2008.08.18 13:50
위 그림에 이메일 주소, 홈페이지 입력한는 부분을 없애고 싶은데...
어디에서 수정을 할 수 있을까요?
어떻게 스킨을 바꿔야 하는걸까요?
댓글 4
-
웃는기차
2008.08.18 14:16
-
라이덴
2008.08.18 19:34
하긴했는데...
이메일 크기만큼 이미지에 나오는것 처럼 줄여졌어요;;;
게시판 관리자 모드로 들어가서 크기를 수정해봤지만 바뀌지가 않습니다.
이부분도 스킨에서 수정해야할꺼 같은데... 어느부분인지 잘 모르겠습니다..ㅠㅠ;;(이 미련한;;)
<div class="boardWrite">
<!--@if(!$is_logged)-->
<div class="userNameAndPw">
<label for="userName">{$lang->writer}</label>
<input type="text" name="nick_name" value="{$oDocument->getNickName()}" class="userName inputTypeText" id="userName"/><label for="userPw">{$lang->password}</label>
<input type="password" name="password" value="" id="userPw" class="userPw inputTypeText" /><label for="homePage">{$lang->homepage}</label>
<input type="text" name="homepage" value="{htmlspecialchars($oDocument->get('homepage'))}" id="homePage" class="homePage inputTypeText"/>
</div>
<!--@end--> -
라이덴
2008.08.18 16:23
아! 감사합니다! 하하하!! -
라이덴
2008.08.25 16:39
늘려쓰기로 크기를 맞췄습니다....ㅎㅎ;;
zbxe설치폴더>modules>board>skins>사용하시는스킨>write_form.html
에서 해당부분삭제...
<!--@if(!$is_logged)-->
<div class="userNameAndPw">
<label for="userName">{$lang->writer}</label>
<input type="text" name="nick_name" value="{$oDocument->getNickName()}" class="userName inputTypeText" id="userName"/>
<label for="userPw">{$lang->password}</label>
<input type="password" name="password" value="" id="userPw" class="userPw inputTypeText" />
이부분 주석처리 나중에 필요할지 모르니
<!--
<label for="emailAddress">{$lang->email_address}</label>
<input type="text" name="email_address" value="{htmlspecialchars($oDocument->get('email_address'))}" id="emailAddress" class="emailAddress inputTypeText"/>
<label for="homePage">{$lang->homepage}</label>
<input type="text" name="homepage" value="{htmlspecialchars($oDocument->get('homepage'))}" id="homePage" class="homePage inputTypeText"/>
-->
</div>
<!--@end-->