이윰 투표 오류?

profile_image
레아엘 61.♡.92.2
2023-02-06 15:22 10,458 2

본문

회원정보-> 투표관리에서 투표를 만들고 활성화 하면 메인에 표시가 됩니다! 그런데 그 후 투표내용을 수정하면.. 투표가 '미사용'으로 변경되면서 표시가 되지 않습니다. 이 부분 오류 체크 부탁드립니다.. 혹시나.. 이윰빌더 기능으로.. 투표 기간 넣는건 무리겠죠..?

댓글목록2

이윰EGG님의 댓글

profile_image
이윰EGG 59.♡.85.129
2023-02-09 16:13
투표관리에서 '투표사용' 설정이 빠져 수정을 하면 해당 값이 설정이 안돼 미사용으로 출력이 됐습니다.
/adm/eyoom_admin/theme/basic/skin/member/poll_form.html.php 파일 111줄을 다음과 같이 수정해 보기 바랍니다.


<?php if ($w == 'u') { ?>
<tr>
    <th class="table-form-th">
        <label class="label">투표등록일</label>




<?php if ($w == 'u') { ?>
<tr>
    <th class="table-form-th">
        <label class="label">투표사용</label>
    </th>
    <td><label class="checkbox red-checkbox"><input type="checkbox" name="po_use" id="po_use" value="1" <?php if ($po['po_use']) { echo 'checked="checked"'; } ?>><i></i>사용</label></td>
</tr>
<tr>
    <th class="table-form-th">
        <label class="label">투표등록일</label>


고맙습니다.

축하합니다. 첫댓글 포인트 18포인트를 획득하였습니다.

레아엘님의 댓글의 댓글

profile_image
레아엘 61.♡.92.2
2023-02-10 09:05
감사합니다.
무사히 수정완료 했습니다.