답변 2개
참고 : http://gnustudy.com/bbs/board.php?bo_table=yc_tip&wr_id=109
skin/shop/basic/itemuse.skin.php
$is_name = get_text($row['is_name']); 여기를 이렇게 수정 $is_name = preg_replace('/(?<=.{1})./u','*',$row['is_name']);
skin/shop/basic/itemuse.skin.php
$is_content = get_view_thumbnail(conv_content($row['is_content'], 1), $thumbnail_width); 위 코드 밑에 추가 $row['is_name'] = preg_replace('/(?<=.{1})./u','*',$row['is_name']);
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
list.php 이름 나오는 부분
$list[$i]['name'] = preg_replace('/(?<=.{1})./u','*',$list[$i]['wr_name']);
이런식으로 변경 하시면 됩니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인