묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.06 05:25
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
list_main.php
list_notice.php
맨상단에 아래의 소스를 삽입합니다.
<?
$comment_num = str_replace("[","",$comment_num);
$comment_num = str_replace("]","",$comment_num);
?>
* 한가지 스킨으로 여러개의 게시판을 사용할때는
<?
if ($id=="게시판이름") {
$comment_num = str_replace("[","",$comment_num);
$comment_num = str_replace("]","",$comment_num);
}
?>
이렇게 하면 되겠내요..