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 | |
178 | [XE] 누리고 상품관리 썸네일 안 나오는 현상 | 2022/09/30 |
177 | [XE] Excel 등록 [6] | 2022/09/29 |
176 | [XE] 이온디님 안녕하세요 [1] | 2022/09/16 |
175 | [그누보드] 그누보드 플러그인 세팅 오류 및 견적 문의^^ | 2022/08/31 |
174 | [git] After changing branch in phpstorm, the directory is not visible | 2022/07/30 |
173 | [XE] 현재 이온디에서 사용 중이신 레이아웃을 구매할 수 있을까요? [1] | 2022/07/27 |
172 | [XE] WIKI 모듈 질문 하나만 더 해봅니다. [2] | 2022/07/05 |
171 | [XE] 구매문의 [3] | 2022/07/03 |
170 | [XE] WIKI 문서 수정시 등록버튼이 안먹히는 문제 [2] | 2022/07/02 |
169 | [XE] XE 모바일 게시판 페이징 설정한 갯수대로 출력하는 방법.. [1] | 2022/06/20 |
168 | [HTML/CSS/JS] 메인 페이지 일정 항목 수정이 되긴했는데요 [1] | 2022/05/09 |
167 | [HTML/CSS/JS] 연속되는 일정이 메인에 표시 되도록 부탁드려요 [1] | 2022/05/06 |