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 | |
82 | [XE] rhymix.2.0.14에서 게시판 분류 편집이 안되는 경우 있으시던가요/XE분류등록이안됩니다/xe 게시판 카테고리 안보임/ [1] | 2021/09/12 |
81 | [XE] 작성자 자동 변경 애드온 | 2021/12/15 |
80 | [XE] project mid 사용불가능.. | 2021/12/25 |
79 | [XE] 일괄비밀글 처리 [1] | 2021/12/26 |
78 | [XE] 질문게시판에서 해결/미해결 기능을 뱃지 달고 싶은데 | 2021/12/26 |
77 | [PHP] try {} catch() {} 가 무엇인가요? [1] | 2021/12/27 |
76 | [git] git의 .gitignore 사용방법 문의 | 2021/12/27 |
75 | [XE] 윤삼님의 게시판 확장변수 다중검색 애드온 혹시 라이믹스 2.0.17에서 동작하나요? [6] | 2022/01/01 |
74 | [XE] XE게시판 리스트 1차 카테고리 선택시 2차 카테고리 출력 | 2022/01/02 |
73 | [XE] XE 태그 연관글 출력 위젯은 없나요? | 2022/01/02 |
72 | [git] git pull 했을 때 [1] | 2022/01/21 |
71 | [git] git pull 했을 때 (2) [1] | 2022/01/30 |