관리자님의 free_image3 에서요 정보
관리자님의 free_image3 에서요본문
관리자님의 free_image3 에서 질문드립니다.
기존 스킨에서는 이미지 등록갯수가 1개까지만 가능합니다.
파일업로드 갯수를 여러개 늘릴려면 어떻게 해야 하는지 알려주세요
스킨링크
댓글 전체
스킨 폴더 안에 write.skin.php 화일 85번 줄 전후에 보시면 아래의 소스가 있습니다.
그 부분에 +, - 가 있는지 확인하세요.
없으면 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> 이렇게 넣어주시구요.
아니시면 아래의 소스를 그대로 카피하셔서 넣어주시면 됩니다.
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;">· 파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
<td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table> gif, jpg, png 이미지 파일만 업로드 가능
그 부분에 +, - 가 있는지 확인하세요.
없으면 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> 이렇게 넣어주시구요.
아니시면 아래의 소스를 그대로 카피하셔서 넣어주시면 됩니다.
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;">· 파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
<td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table> gif, jpg, png 이미지 파일만 업로드 가능
참 게시판 관리자에서 업로드 설정은 하셔야 합니다. ^^