사이드뷰 특정회원 메뉴추가하기

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
사이드뷰 특정회원 메뉴추가하기

QA

사이드뷰 특정회원 메뉴추가하기

답변 3

본문

common.lib.php

 

if($mb_id)
        $str2 .= "<a href=\"".G5_BBS_URL."/profile.php?mb_id=".$mb_id."\" onclick=\"win_profile(this.href); return false;\">회원 프로필</a>\n";

 

사이드뷰 소스인데요...

 

if($???????????????????)
        $str2 .= "<a href=\"".G5_BBS_URL."/profile.php?mb_id=".$mb_id."\" onclick=\"win_profile(this.href); return false;\">회원 프로필2</a>\n";

 

위 물음표에...mb_10 이 1인 회원은 회원프로필 2도 보이게 하고싶거든요..

 

어떻게 하면 좋을까요??

이 질문에 댓글 쓰기 :

답변 3

if($???????????????????)  ↓

 

if($member[mb_10]​ == 1)

.........

 


if($member[mb_10]​​ == 1) {​
        $str2 .= "<a href=\"".G5_BBS_URL."/profile.php?mb_id=".$mb_id."\" onclick=\"win_profile(this.href); return false;\">회원 프로필2</a>\n"; 
}

.......... ㅡ.,ㅡ

아나 수정안되네..

 


​if($member[mb_10]​​ == 1) {​
        $str2 .= "<a href=\"".G5_BBS_URL."/profile.php?mb_id=".$mb_id."\" onclick=\"win_profile(this.href); return false;\">회원 프로필2</a>\n";  echo $str2​;} 
답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 16,840
© SIRSOFT
현재 페이지 제일 처음으로