코멘트 입력전 추천/비추천 막기 정보
코멘트 입력전 추천/비추천 막기
본문
            
            
                        해당스킨 디렉토리에 
good.head.skin.php
이 파일이 없으면 만듭니다.
내용에
//코멘트 입력전 추천/비추천 막기
$count_result = sql_fetch ("select count(*) as cnt from g4_write_badman where wr_parent='$wr_id' and wr_is_comment='1' and mb_id='$member[mb_id]'");
if(!$count_result[cnt])alert_close("코멘트 작성후 참가 할 수 있습니다.");
                    
                
                
                good.head.skin.php
이 파일이 없으면 만듭니다.
내용에
//코멘트 입력전 추천/비추천 막기
$count_result = sql_fetch ("select count(*) as cnt from g4_write_badman where wr_parent='$wr_id' and wr_is_comment='1' and mb_id='$member[mb_id]'");
if(!$count_result[cnt])alert_close("코멘트 작성후 참가 할 수 있습니다.");
                        
                추천
                
1
                
    1
댓글 2개
                
                    좋은 팁 감사합니다.^^                
                
                
            
                    
                
                    감사합니다. 복받으세요.                
                
                
            
                    