웹마스터 팁

질의 내용에 어떤분의 문의가 있어 올려 봅니다.

A.  생일 필수항목으로 입력 받기

1. zbxe설치폴더/moudles/member/skins/default/filter/sinup.xml 파일의

line 8 <node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>밑에 아래의 내용을 삽입합니다.

     <node target="birthday" required="true" />

2. zbxe설치폴더/moudles/member/skins/default/sinup_form.html 파일의

line 63 <th scope="row">{$lang->birthday}</th>을 아래의 내용으로 치환 합니다.

<th scope="row">{$lang->birthday} *</th>


B. 관리자 페이지>회원>회원목록에 회원생일 출력하기

1. zbxe설치폴더/moudles/member/tpl/member_list.html 파일의

line 8 부분의 아래의 내용을 찿아

<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
<col width="65" />     // 이 내용을 삽입합니다.
<col width="65" />
<col width="65" />
<col width="80" />
<col width="45" />

2. line 70 부분의 아래의 내용을 찿아

<th scope="col">{$lang->no}</th>
        <th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;"/></th>
        <th scope="col">{$lang->user_id}</th>
        <th scope="col">{$lang->user_name}</th>
        <th scope="col">{$lang->nick_name}</th>
        <th scope="col">{$lang->birthday}</th>   //이 내용을 삽입합니다.
        <th scope="col">{$lang->signup_date}</th>
        <th scope="col">{$lang->last_login}</th>
        <th scope="col">{$lang->cmd_delete}</th>

3. line 85 부분의 아래내용을 찿아

<td>{htmlspecialchars($val->user_name)}</td>
        <td><div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
        <td class="tahoma">{zdate($val->birthday,"Y-m-d")}</td>  //이 내용을 삽입합니다.
        <td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
        <td class="tahoma">{zdate($val->last_login,"Y-m-d H:i:s")}</td>
        <td class="red"><!--@if($val->is_admin != 'Y')--><a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl', $val->member_srl)}">{$lang->cmd_delete}</a><!--@else-->&nbsp;<!--@end--></td>

제목 글쓴이 날짜
각 OS별 브라우저별 자신의 웹사이트 보기??? [12] 세바스챤_™ 2008.01.31
리눅스 호환 호스팅에서 zbxe 전체 업로드 후 디렉토리 이동시키기... [4] 소마세월 2008.02.02
포인트 수정없이 원하는 레벨 아이콘이나 원하는 이미지 출력하기(0.29용) [20] 지연아빠 2008.02.02
flash <=> xe menu 연동 [7] tsana 2008.02.03
특정 게시판, 업로드된 그림 자동으로 본문에 출력하기 [14] file 대암지기 2008.02.03
본인외 회원정보 제어 [1] edgarkim 2008.02.03
BGM 등을 배경을 투명하게 iframe 으로 넣는 팁 [3] 푸른커튼 2008.02.05
왼쪽메뉴줄이고 오른쪽에 박스만들어 내용쉽게넣기 [15] file plruto 2008.02.07
주소끝에 /zbxe 안적어도 홈페이지에 바로 들어오게 하는법?? [10] 박태훈922 2008.02.07
HTTP 406 Error 가 나오면서 업로드 안될때 [16] file plruto 2008.02.08
아날로그 플래시 시계 10종류 (홈페이지, 블로그용) file 푸른커튼 2008.02.09
이미지 줌 아웃슬라이드 [4] 맨발 2008.02.10
로그인후 보여줄 페이지 설정 [4] 권인해 2008.02.11
회원가입 생일 필수로 입력받고, 관리자페이지 회원목록에 회원생일 출력하기 [10] 대암지기 2008.02.11
제로보드용 플래시시계 위젯 설치방법 file 푸른커튼 2008.02.12
드림위버 등에서 레이아웃 편집시에.. [3] 은진아빠 2008.02.12
특정게시판, 비밀글로 작성하기 [19] file 대암지기 2008.02.13
전에 누군가 찾았던 것인데..새로고침시 현재페이지로 [2] 강영곤 2008.02.14
zbXE User Guide - 3차수정 [3] file 캬캬캬캬캬캬 2008.02.16
[전면수정]회원가입시 기본 정보공개 여부 체크하기(2) 스킨부분 대암지기 2008.02.17