로긴창에 회원이미지 출력까진 했는데요 정보
로긴창에 회원이미지 출력까진 했는데요본문
배추빌더 사용하고 있습니다
회원로그인창에 배추게시판 댓글에 나오는 회원이미지가 노출되는것까진 작업을 했습니다
소스를..
<? $comment_image = "$g4[path]/data/mw.basic.comment.image/{$member[mb_id]}";
if (!$member[mb_id]||!file_exists($comment_image)) echo "<img src='".$outlogin_skin_path."/img/mm.gif'>"; else echo "<img src='$comment_image' width='58' height='58'>";?>
이렇게 넣었더니 잘 나오구요..
문제가.ㅠㅠ
코멘트 스킨처럼, 회원이미지를 클릭하여 자신의 이미지 수정이나 삭제가 팝업으로 뜨게 하고 싶은데
그게 잘 안되네요
아마도 기본 코멘트스킨중 아래 소스를 수정하면 될거 같은데
머리가 딸려서..
<? if ($is_member && $list[$i][mb_id] == $member[mb_id]) { ?><!--
--><a href="javascript:mw_member_photo()" onfocus="this.blur()"><? } ?><img src="<?=$comment_image?>"
style="width:58px; height:58px; border:3px solid #f2f2f2; margin:0 10px 5px 0;"></a>
<? if ($is_member && $list[$i][mb_id] == $member[mb_id] && !$is_comment_image) { ?>
<div style="margin:0 0 0 10px;"><a href="javascript:mw_member_photo()" style="font-size:11px; color:#aaa; text-decoration:none;">사진등록</a></div>
<? } ?>
<script type="text/javascript">
function mw_member_photo() {
win_open('<?=$board_skin_path?>/mw.proc/mw.comment.image.php?bo_table=<?=$bo_table?>','comment_image','width=500,height=280');
}
</script>
선배님들 도움좀 부탁 드리겠습니다
회원로그인창에 배추게시판 댓글에 나오는 회원이미지가 노출되는것까진 작업을 했습니다
소스를..
<? $comment_image = "$g4[path]/data/mw.basic.comment.image/{$member[mb_id]}";
if (!$member[mb_id]||!file_exists($comment_image)) echo "<img src='".$outlogin_skin_path."/img/mm.gif'>"; else echo "<img src='$comment_image' width='58' height='58'>";?>
이렇게 넣었더니 잘 나오구요..
문제가.ㅠㅠ
코멘트 스킨처럼, 회원이미지를 클릭하여 자신의 이미지 수정이나 삭제가 팝업으로 뜨게 하고 싶은데
그게 잘 안되네요
아마도 기본 코멘트스킨중 아래 소스를 수정하면 될거 같은데
머리가 딸려서..
<? if ($is_member && $list[$i][mb_id] == $member[mb_id]) { ?><!--
--><a href="javascript:mw_member_photo()" onfocus="this.blur()"><? } ?><img src="<?=$comment_image?>"
style="width:58px; height:58px; border:3px solid #f2f2f2; margin:0 10px 5px 0;"></a>
<? if ($is_member && $list[$i][mb_id] == $member[mb_id] && !$is_comment_image) { ?>
<div style="margin:0 0 0 10px;"><a href="javascript:mw_member_photo()" style="font-size:11px; color:#aaa; text-decoration:none;">사진등록</a></div>
<? } ?>
<script type="text/javascript">
function mw_member_photo() {
win_open('<?=$board_skin_path?>/mw.proc/mw.comment.image.php?bo_table=<?=$bo_table?>','comment_image','width=500,height=280');
}
</script>
선배님들 도움좀 부탁 드리겠습니다
댓글 전체

혹시 로그인박스 회원사진에서 말씀하시는건가요?