웹마스터 팁

addons/pushwing_comment.addon.php 파일내에

  
function after_module_proc($obj)
{

생략

}


해당 구문 하단에 아래로 교체

 {
            if($obj->act == 'procSocialxeInsertComment' || $obj->act == 'procBoardInsertComment')
            {
                $data = Context::getRequestVars();

                $oDocumentModel = &getModel('document');
                $oMemberModel = &getModel('member');
                $oDocument = $oDocumentModel->getDocument($data->document_srl);
                $oMemberInfo = $oMemberModel->getMemberInfoByMemberSrl($oDocument->variables['member_srl']);
                $oMyInfo = $oMemberModel->getLoggedInfo();
                
                if( isset($this->addon_info->pushwing_mnocol) &&
                    $this->addon_info->pushwing_mnocol != '' &&
                    isset($oMemberInfo->{$this->addon_info->pushwing_mnocol}) && 
                    $oMemberInfo->{$this->addon_info->pushwing_mnocol} &&
                    $oMyInfo->member_srl != $oMemberInfo->member_srl
                 ) {
                     $mno = $oMemberInfo->{$this->addon_info->pushwing_mnocol};
                     $mno = is_array($mno) && !empty($mno) ? implode('', $mno) : $mno;
                     $this->send_pushwing(array(
                        'mno' => $mno,
                        'data' => $data,
                        'document' => $oDocument,
                        'nick_name' => $oMyInfo->nick_name
                    ));
                }
            }
        }

더 간단하게 적용하실 수 있겠지만 초보라^^;

해당 파일도 함께 업로드합니다. 그냥 붙여넣기 하셔도 되요

제목 글쓴이 날짜
1원팁) 톱메뉴를 제거하고 왼쪽 서브메뉴만 출력하는 방법 [2] file Gnee 2008.08.02
1.0.3 버전 이상부터 본문 내 이미지 자동 리사이징이 안되는 경우 [1] kirrie 2008.08.01
제로보드XE 설치 완료버튼 누르니까 My sql 관련 내용 나오던데요 [3] Naver™ 2008.07.30
코멘트를 달아야만 첨부파일 다운로드 할 수 있게 하기 [8] file 지오426 2008.07.29
제로보드XE에서 표 쉽게 만드는 방법.. [23] 청개구리00 2008.07.27
초간단! 게시물주소 클릭시 복사하기 ! [4] file gnee 2008.07.26
본문의 서명과 프로필이미지를 끌어올려보자 [11] file CL님 2008.07.22
로컬 설치 후 몇가지 문제점에 대해서 - 인덱싱. DB선택 등 서정일643 2008.07.22
로그인이 안되는 문제 [1] 젝망치 2008.07.21
관리자만 ip 보이게 하기 [10] 老姜君 2008.07.20
게시판(블로그)상단에 글쓰기버턴이나 링크넣기 [8] file 팔공산 2008.07.20
게시글 본문 좌, 우측에 div 내용 넣기(수정) [5] file 라르게덴 2008.07.18
winxp IE7 rwapm에서 한글이름파일 업로드 [7] file 공수래 2008.07.15
초보 헤메다가 팁//댓글기능 보이기 감추기 [5] 리히토 2008.07.15
자료 첨부 문제 단풍534 2008.07.15
초보 헤메다가 팁//검색기능 보이기 감추기 [3] file 리히토 2008.07.15
초보 헤메다가 팁//인쇄영역 확장변수 포함 [8] file 리히토 2008.07.14
에디터입력창 배경색상(이미지) 변경해보기 [5] [1] 팔공산 2008.07.13
업그레이드 쉽고,안전하게 하기(예제 포함해서 다시 올림) [2] file wannabewize 2008.07.13
게시판 가로조절(width) 및 가운데로 이동 태그 [4] 박상욱860 2008.07.12