질문과 답변, 세팅정보 및 오류정보를 최대한 상세히 남겨주시면 보다 빠르고 정확한 답변을 드릴 수 있습니다.
중첩되는 질문이 없는지 확인하신 후 오류발생 페이지의 URL을 기입하여 질문해주세요. 그리고 질문에 대해 해결된 사항은 답변을 달아주시면 다른 회원님에게 좋은 자료가 됩니다.
  • 제   목 갤러리 추출 문의드립니다.
  • 작성자 등록일 2012-01-21/10:42 조회수 1133
┃조은보드를 처음 사용하는데... 막히는게 좀 있네요.. ^^;;
┃페이지에 게시판이나 갤러리를 추가하는건 어느정도 알겠는데..
┃메인페이지에 추출하는데 문제가 좀 있네요..

┃갤러리를 추출하고자 하는데..
┃위아래 두줄로 보이게 할 수는 없는건가요?
┃그 부분에 대해서는 내용이 없어서요..

┃그리고 이미지를 클릭했을때 내용 페이지로 바로 가게 할 수는 없는 건가요??
┃도와주세요~~
 
1. 게시판의 default_widthGallery 스킨을 살펴보시면 쉽게 응용이 가능하십니다. 소스코드의 이해에 대한 차이일 수 있겠는데요. 특별히 v4.111111의 default_noticeGallery의 기준으로 소스를 약간 수정해서 첨부파일에 올립니다. 더 필요하신것은 응용을 하셔서 이용바랍니다.
 
2. Home > 스터디 > 사용TIP > '이미지 클릭시 다양한 효과 사용하기'의 게시물을 확인바랍니다.
 
추가 답변 : 추출에 관련된 추가답변인데요~ 조은보드는 많은 확장성을 가지고 배포가 됩니다.
2줄 뿐만아니라 기형적인 구조 예로 'ㄱ'형태 'ㄷ'형태의 이미지를 추출시에도 사용이 가능합니다.
아래의 소스는 for문과 같은 반복문을 사용한 추출기능이 아닌 배열을 이용한 추출기능입니다.
잘 응용하시면 더욱더 멋지고 비쥬얼한 레이아웃으로 사용가능 하십니다.
 
<!-- #include file="../../../Jsource/Jnotice/include/function_list.asp" -->
<% for i = 0 to NoticeCount-1 : response.write notice_step1(i) : Next : notice_step2() %>

 <table width="<%=ji_width%>" border="0" cellspacing="0" cellpadding="0" bgcolor="<%=ji_bgcolor%>">
  <tr>
   <td colspan="2">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
     <tr>
      <td width="100" align="left"><%=title_image%><%=title_image_o%><img src="<%=img_dir%>/notice.gif" <%=notice_list%>><%=title_image_c%></td>
      <td>&nbsp;</td>
      <td width="50" align="right"><img src="<%=img_dir%>/notice_more.gif" <%=notice_list%>></td>
     </tr>
    </table>
   </td>
  </tr>
  <tr>
   <td height="5" colspan="2" background="<%=img_dir%>/underLine.gif"></td>
  </tr>
  <tr>
   <td width="293" style="text-align:left;padding-top:4px;"><img src="<%=img_dir%>/arrow.gif" width="5" height="5" align="absmiddle">
    &nbsp;<strong><%=notice_title(0)%></strong></td>
   <td width="67" align="left"><strong>[<%=mm(0)%>.<%=dd(0)%>]</strong></td>
  </tr>
  <tr>
   <td height="25" colspan="2" align="left" style="padding:5px;line-height:130%;"><%=jb_content(0)%></td>
  </tr>
  <tr>
   <td height="22" align="left">
    <img src="<%=img_dir%>/arrow.gif" width="5" height="5" align="absmiddle">&nbsp;<%=notice_title(1)%><%=notice_NewIcon(1)%>
   </td>
   <td height="22" align="left">[<%=mm(1)%>.<%=dd(1)%>]
   </td>
  </tr>
  <tr>
   <td height="22" align="left">
    <img src="<%=img_dir%>/arrow.gif" width="5" height="5" align="absmiddle">&nbsp;<%=notice_title(2)%><%=notice_NewIcon(2)%>
   </td>
   <td height="22" align="left">[<%=mm(2)%>.<%=dd(2)%>]
   </td>
  </tr>
  <tr>
   <td height="22" align="left">
    <img src="<%=img_dir%>/arrow.gif" width="5" height="5" align="absmiddle">&nbsp;<%=notice_title(3)%><%=notice_NewIcon(3)%>
   </td>
   <td height="22" align="left">[<%=mm(3)%>.<%=dd(3)%>]
   </td>
  </tr>
 </table>
 
SNS google
    1. 회원등급: 마스터
    2. 작성글: 52개
    3. 작성댓글수: 1,288개
    4. 로그인: 4,495회
    5. 접속상태: 로그인
    6. 가입일: 2006-05-20
  • 국내 1호 조은보드 마스터 자격(?)을 보유한 운영자입니다.
    최대한 상세히 정보를 알려 주시면 답변시 많은 도움이 됩니다.
    오늘도 파이팅!!
로그인 하시면 댓글을 남길 수 있습니다.
타인의 명예를 훼손 또는 비방, 개인정보 유출 및 광고성 게시물을 삼가해 주세요.
  • 오은희(2012.01.21/23:08:38) 답변
  • 감사해요~~ 친절한 답변에 문제가 해결되었어요~~~ ^^