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 | |
58 | [XE] XE 모바일 게시판 페이징 설정한 갯수대로 출력하는 방법.. [1] | 2022/06/20 |
57 | [XE] WIKI 문서 수정시 등록버튼이 안먹히는 문제 [2] | 2022/07/02 |
56 | [XE] 구매문의 [3] | 2022/07/03 |
55 | [XE] WIKI 모듈 질문 하나만 더 해봅니다. [2] | 2022/07/05 |
54 | [XE] 현재 이온디에서 사용 중이신 레이아웃을 구매할 수 있을까요? [1] | 2022/07/27 |
53 | [git] After changing branch in phpstorm, the directory is not visible | 2022/07/30 |
52 | [그누보드] 그누보드 플러그인 세팅 오류 및 견적 문의^^ | 2022/08/31 |
51 | [XE] 이온디님 안녕하세요 [1] | 2022/09/16 |
50 | [XE] Excel 등록 [6] | 2022/09/29 |
49 | [XE] 누리고 상품관리 썸네일 안 나오는 현상 | 2022/09/30 |
48 | [기타] 아이디 비번 찾기가 메일이 안와요.. [2] | 2022/10/13 |
47 | [XE] 애드센스 위젯 문의드립니다. [1] | 2022/10/19 |