여분필드 없이 폼 필드 무제한 사용하기 > 그누4 스킨

그누4 스킨

스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.

여분필드 없이 폼 필드 무제한 사용하기 정보

게시판 여분필드 없이 폼 필드 무제한 사용하기

첨부파일

no_add_fields.zip (67.4K) 461회 다운로드 2014-02-18 09:06:55

본문

자세한 내용은 소스 코드 참고하세요.

그리고 write.skin.php 의

<form id='fwrite' name="fwrite" method="post" onsubmit="return fwrite_check(this);" enctype="multipart/form-data" style="margin:0px;">
<input type='hidden' name='null'>
<input type='hidden' name='wr_content'>
<input type='hidden' name='w'        value="<?=$_GET['w']?>">
<input type='hidden' name='bo_table' value="<?=$_GET['bo_table']?>">
<input type='hidden' name='wr_id'    value="<?=$_GET['wr_id']?>">
<input type='hidden' name='sca'      value="<?=$_GET['sca']?>">
<input type='hidden' name='sfl'      value="<?=$_GET['sfl']?>">
<input type='hidden' name='stx'      value="<?=$_GET['stx']?>">
<input type='hidden' name='spt'      value="<?=$_GET['spt']?>">
<input type='hidden' name='sst'      value="<?=$_GET['sst']?>">
<input type='hidden' name='sod'      value="<?=$_GET['sod']?>">
<input type='hidden' name='page'    value="<?=$_GET['page']?>">

이 부분은 반드시 수정해 주셔야 글수정시에 정상 작동합니다.


참고로 아래의 팁을 사용합니다.

http://sir.co.kr/bbs/board.php?bo_table=pg_php&wr_id=1127



"춫현" 받고 싶어요. ㅠㅠb
추천
24

댓글 전체

이스킨 어떻게 사용하는 건지요?
그냥 스킨설정해서 글쓰기버튼 누르면 아래처럼 에러 메시지가 뜹니다.

select count(*) as cnt from _purchase where mb_id = 'admin' and pu_normal = '1' and (pu_product like '영카트%' or pu_product like '시샵%')

1146 : Table 'zionpc._purchase' doesn't exist

error file : /bbs/write.php

영카트에 사용하는 건가요?
이거 일반 그누보드4에는 안되는건가요 ㅠㅜ

저도

select count(*) as cnt from _purchase where mb_id = 'admin' and pu_normal = '1' and (pu_product like '영카트%' or pu_product like '시샵%')

1146 : Table 'zionpc._purchase' doesn't exist

error file : /bbs/write.php
write.skin.php 의

$sql = " select count(*) as cnt from _purchase
          where mb_id = '$member[mb_id]'
            and pu_normal = '1'
            and (pu_product like '영카트%'
            or  pu_product like '시샵%') ";
$row = sql_fetch($sql);
$copy = $row['cnt'];
if ($copy < 2) {
    alert("영카트의 파트너로 등록되신 경우에만 KCP의 리셀러로\\n\\n등록하실 수 있습니다.\\n\\n(파트너 자격 : 영카트를 2카피 이상 누적 구입하신 경우)");
}

이 코드를 삭제해 보시기 바랍니다.
전체 5,853 |RSS
그누4 스킨 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT