자기소개 출력하기 정보
자기소개 출력하기
본문
댓글 전체
<?=$member[mb_profile]?>
skin/basic/view.skin.php 에 넣을겁니다.
알려주신 방법대로 해봤는데 안되요 ㅠ.ㅠ
알려주신 방법대로 해봤는데 안되요 ㅠ.ㅠ
아 해결했습니다.
<?
$profile=get_member($view[mb_id]);
echo $profile['mb_profile']
?>
요렇게 하니 되네요.
<?
$profile=get_member($view[mb_id]);
echo $profile['mb_profile']
?>
요렇게 하니 되네요.
$profile=get_member($view[mb_id], "mb_profile");
이렇게 해야 필요한 필드만 가져오기 때문에 속도가 팍~ 올라갑니다.
이렇게 해야 필요한 필드만 가져오기 때문에 속도가 팍~ 올라갑니다.
글 작성자의 프로파일을 말씀하신 거였군요. 죄송합니다;