modules/document/queries/updateDocumentsSecret.xml
<query id="updateDocumentsSecret" action="update"> <tables> <table name="documents" /> </tables> <columns> <column name="is_secret" var="is_secret" notnull="notnull" /> </columns> <conditions> <condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" /> </conditions> </query>
이런 쿼리문이 있길래, 이걸 게시판 글보기에서 바로 실행할 수 있는 방법 없나요?
글보기 스킨에서 이렇게 하면
<form action="./" method="post" onsubmit="return procFilter(this, window.update)"> <input type="hidden" name="module" value="document" /> <input type="hidden" name="act" value="updateDocumentsSecret" /> <input type="hidden" name="document_srl" value="{$document_srl}" /> <button class="btn" type="submit">비밀글로 업데이트</button> </form>
실행해보면...
이렇게 나오네요.
제목 | 날짜 | |
---|---|---|
본 게시판의 용도 | 2024/06/11 | |
106 | [XE] 마켓 문의 (왼쪽메뉴없음, 통합검색 불가) [12] | 2021/03/25 |
105 | [XE] eb_contact_write사용입니다. [2] | 2021/03/27 |
104 | [XE] 라이믹스 게시판 권한 가져오기 | 2021/08/20 |
103 | [XE] XE 익명 애드온 뭐가 있나요? | 2021/08/20 |
102 | [XE] 익명으로 게시판 작성하려면 어떻게 하나요? (xe 익명 애드온) [10] | 2021/08/20 |
101 | [XE] 마켓플레이스 대표 사진 값은 필수입니다. 라는 메세지가 뜹니다. [2] | 2021/08/20 |
100 | [XE] xe자동게시물폭파 기능 있나요? | 2021/08/29 |
99 | [XE] 관리자만 추천수/조회수 임의로 올리기 [1] | 2021/08/29 |
98 | [XE] 라이믹스 아임포트 연동 방법 [1] | 2021/08/30 |
97 | [HTML/CSS/JS] 테이블 태그에 패딩값을 CSS로 어떻게 하면 되나요? | 2021/08/30 |
96 | [XE] 라이믹스/XE 비회원 이메일 알림(비회원 게시판에 관리자댓글 등록되면 글씬이에게 이메일로 푸시알림) | 2021/08/30 |
95 | [HTML/CSS/JS] div 안에 내용 변경 감지 [1] | 2021/08/30 |