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 | |
214 | 도메인 기관 이전 질문 | 2008/08/04 |
213 | 파일 복사하는 프로그램 이름이 뭐였죠? [1] | 2008/09/09 |
212 | 시스템 끊김 현상 | 2008/09/16 |
211 | 나만의 학습전략을 가지고 계신가요?? | 2008/10/02 |
210 | 상단 2차메뉴 질문좀 하겠습니다 :) [1] | 2009/02/05 |
209 | 레이어 닫기, 마우스 오버 레이어 감추기 | 2009/02/05 |
208 | 아이프레임 내의 플래시의 여백 지정은 어떻게? | 2009/02/13 |
207 | [가입인사]안녕하세요 .^^ [1] | 2009/12/01 |
206 | ㅠㅠ 자료실의 글.. [1] | 2010/08/17 |
205 | 약이야기.. [1] | 2010/09/02 |
204 | [XE] 홈페이지 우측 멤버순위,최근가입멤버,최근로그인등을 탭형태로 구성하려면 어떻게 해야하나요? | 2010/11/03 |
203 | overdrive 설명 좀 | 2011/04/11 |