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 | |
130 | [HTML/CSS/JS] 테이블 태그에 패딩값을 CSS로 어떻게 하면 되나요? | 2021/08/30 |
129 | [XE] 라이믹스 아임포트 연동 방법 [1] | 2021/08/30 |
128 | [XE] 관리자만 추천수/조회수 임의로 올리기 [1] | 2021/08/29 |
127 | [XE] xe자동게시물폭파 기능 있나요? | 2021/08/29 |
126 | [XE] 마켓플레이스 대표 사진 값은 필수입니다. 라는 메세지가 뜹니다. [2] | 2021/08/20 |
125 | [XE] 익명으로 게시판 작성하려면 어떻게 하나요? (xe 익명 애드온) [10] | 2021/08/20 |
124 | [XE] XE 익명 애드온 뭐가 있나요? | 2021/08/20 |
123 | [XE] 라이믹스 게시판 권한 가져오기 | 2021/08/20 |
122 | [XE] eb_contact_write사용입니다. [2] | 2021/03/27 |
121 | [XE] 마켓 문의 (왼쪽메뉴없음, 통합검색 불가) [12] | 2021/03/25 |
120 | [XE] 마켓 모듈 스킨 문의 [1] | 2021/03/24 |
119 | [XE] 입금 확인 부탁드려요~ [1] | 2021/03/16 |