최신갤러리 제목 출력 질문 정보
최신갤러리 제목 출력 질문관련링크
첨부파일
본문
안녕하세요,
휴온에서 제공하는 무료 빌더로 홈페이지를 제작 중에 있습니다.
그런데, 여기서 기본으로 제공되는 최근갤러리 스킨에서는 그림의 제목을 출력하는 기능이 없더군요.
그래서 리스트배열변수
$list[$i]['subject']
를 추가했는데, 정확한 위치가 아닌지 그림 옆에 위치하는군요... (링크)
제목을 그림 아래쪽에 위치시켜서 그림 4개가 한 라인에 존재하도록 하고싶습니다...
php를 모르고 접근하려니 어려운 부분이 많은데, 도와주실 수 있는지요?
<ul>
<?
for ($i=0; $i<count($list); $i++) {
$org_img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]); //원본 이미지
$img[$i] = "$g4[path]/data/file/$bo_table/thumb/".$list[$i][wr_id];//썸네일 이미지
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}"; // 링크
//썸네일 없으면 원본이미지로 보여준다.
if(!file_exists( $img[$i]) )
$img[$i]=$org_img;
//원본이미지가 없으면 기본이미지 출력
if (!file_exists( $img[$i]) || !$list[$i][file][0][file])
$img[$i] = "$latest_skin_path/img/no_image.gif";
?>
<li><a href="<?=$href?>"><img src="<?=$img[$i]?>" width="<?=$lt_thumb_w?>" height="<?=$lt_thumb_h?>" alt="썸네일이미지<?=$i?>" onmouseout="this.style.borderColor='#eee'" onmouseover="this.style.borderColor='#FFCC33'"><? echo nl2br($list[$i]['subject'])?></a></li>
<? } ?>
<? if (count($list) == 0) { ?><li><div style="margin:15px 0 20px; text-align:center; color:#666; font-size:12px;">게시물이 없습니다.</div></li><? } ?>
</ul>
휴온에서 제공하는 무료 빌더로 홈페이지를 제작 중에 있습니다.
그런데, 여기서 기본으로 제공되는 최근갤러리 스킨에서는 그림의 제목을 출력하는 기능이 없더군요.
그래서 리스트배열변수
$list[$i]['subject']
를 추가했는데, 정확한 위치가 아닌지 그림 옆에 위치하는군요... (링크)
제목을 그림 아래쪽에 위치시켜서 그림 4개가 한 라인에 존재하도록 하고싶습니다...
php를 모르고 접근하려니 어려운 부분이 많은데, 도와주실 수 있는지요?
<ul>
<?
for ($i=0; $i<count($list); $i++) {
$org_img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]); //원본 이미지
$img[$i] = "$g4[path]/data/file/$bo_table/thumb/".$list[$i][wr_id];//썸네일 이미지
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}"; // 링크
//썸네일 없으면 원본이미지로 보여준다.
if(!file_exists( $img[$i]) )
$img[$i]=$org_img;
//원본이미지가 없으면 기본이미지 출력
if (!file_exists( $img[$i]) || !$list[$i][file][0][file])
$img[$i] = "$latest_skin_path/img/no_image.gif";
?>
<li><a href="<?=$href?>"><img src="<?=$img[$i]?>" width="<?=$lt_thumb_w?>" height="<?=$lt_thumb_h?>" alt="썸네일이미지<?=$i?>" onmouseout="this.style.borderColor='#eee'" onmouseover="this.style.borderColor='#FFCC33'"><? echo nl2br($list[$i]['subject'])?></a></li>
<? } ?>
<? if (count($list) == 0) { ?><li><div style="margin:15px 0 20px; text-align:center; color:#666; font-size:12px;">게시물이 없습니다.</div></li><? } ?>
</ul>
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '261357' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php