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 | |
118 | [XE] XE 기능 개발을 하고 있는데요 [1] | 2020/07/23 |
117 | [XE] 체크박스의 값을 검색버튼으로 가져오기 [1] | 2020/08/18 |
116 | [XE] 회원/비회원 일시 차단이 가능할까요? [5] | 2020/08/21 |
115 | [XE] 2002년 이후 오랜만에 xe로 커뮤니티 만들려고 하는데요? [2] | 2020/08/24 |
114 | [XE] 안녕하세요. [2] | 2020/10/27 |
113 | [XE] 스케치북 스킨 문의 드립니다. [2] | 2021/01/20 |
112 | [기타] 스타트를 찍으면 초가 변하면서 몇 시간이 흘렀는지 보여주는 스크립트를 찾는데 뭐라고 검색해봐야할까요.. [1] | 2021/01/25 |
111 | [기타] 호스팅 질문 [1] | 2021/03/04 |
110 | [XE] 요청 [1] | 2021/03/09 |
109 | [XE] 비용 입금 문의 [3] | 2021/03/12 |
108 | [XE] 입금 확인 부탁드려요~ [1] | 2021/03/16 |
107 | [XE] 마켓 모듈 스킨 문의 [1] | 2021/03/24 |