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 | |
190 | [XE] 각종작업 [1] | 2023/01/17 |
189 | [XE] 제가 구매한 내용이나 목록들은 어디서 확인할 수 있나요? [1] | 2022/12/28 |
188 | [XE] 구매 후 다른 사이트에서 사용하기 위한 추가 구매하는 방법을 좀 알려주세요. | 2022/12/28 |
187 | [XE] XEDITION 파스텔 게시판 설정에 대해 문의드립니다. [7] | 2022/12/24 |
186 | [XE] XEDITION 파스텔 게시판 위젯 설치 후 스킨 설정이 안되요? ㅠ [5] | 2022/12/21 |
185 | [XE] XE 게시판 형식의 rssboard 모듈 사용방법 [1] | 2022/12/04 |
184 | [XE] 라이믹스, XE robots.txt 설정 어떻게 하셨나요? | 2022/11/30 |
183 | [XE] 내가 쓴글만 모아보는 위젯 | 2022/11/29 |
182 | [XE] 대댓글 페이지 이동 없이 바로 입력 | 2022/11/01 |
181 | [XE] 코드직접삽입위젯을 구매했는데요.. [1] | 2022/10/24 |
180 | [XE] 애드센스 위젯 문의드립니다. [1] | 2022/10/19 |
179 | [기타] 아이디 비번 찾기가 메일이 안와요.. [2] | 2022/10/13 |