회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
TagList
AttachmentFile List
Drag and drop your files here, or Click attach files button.
Maximum File Size : 0MB (Allowed extentsions : *.*)
Uploading... (0%)
홈리스
Comment May 24, 2005
Comment Apr 27, 2005
Comment May 09, 2005
Comment Sep 17, 2005
자료실에서 다운받은 외부로그인 스킨은
이미지폴더와 login.html 과 logged.html 만 달랑 있습니다.
다른 파일들이 있는것은 외부로그인 스킨이 아님니다.
outlogin_skin/ 속에 스킨폴더를 올려야됩니다.
예)
outlogin_skin/스킨폴더/login.html 처럼 올리면
<? print_outlogin("스킨폴더", 1, 10) ?>
outlogin_skin/스킨폴더/또폴더/login.html 처럼 올리면
<? print_outlogin("스킨폴더/또폴더", 1, 10) ?>
형식으로 하시면 됩니다.