Season2 // 검색결과에서 이미지 보이기
C:\xampp\htdocs\eeeeeeeeeeeee\skin\search\basic/search.skin.php
#21 Season2 // bbs/search.php 검색 결과를 100개 표시
[code]
if (!$srows) $srows = 110; // 한페이지에 출력하는 검색 행수
[/code]
# 131 Season2 // 검색결과에서 이미지 보이기
[code]
<?php
for ($i=0; $i<count($list[$idx]) && $k<$rows; $i++, $k++) {
if ($list[$idx][$i]['wr_is_comment']) {
$comment_def = '<span class="cmt_def"><i class="fa fa-commenting-o" aria-hidden="true"></span> ';
$comment_href = '#c_'.$list[$idx][$i]['wr_id'];
} else {
$comment_def = '';
$comment_href = '';
}
// 검색결과에서 썸네일 이미지 생성
$thumb_info = get_list_thumbnail($search_table[$idx], $list[$idx][$i]['wr_id'],105,79);
$sch_thumb = $thumb_info['src'];
?>
//이미지 주소 넣을 곳에 아래 코드 삽입
<?=$sch_thumb?>
[/code]
# 170 Season2 // bbs/search.php 코멘트는 검색 안되게
[code]
$sql = " select * from {$tmp_write_table}
where wr_is_comment = 0 and {$sql_search}
order by wr_id desc
limit {$from_record}, {$rows} ";
[/code]
위 코드에서 wr_is_comment = 0 and 삽입
댓글 4개
<?php echo $sch_thumb ?> 시키게 되면 이미지가 http://test.test.com/data/file/gallery/thumb-aab70f5ff94a70e099d2eeff6fc19234_bKr67aZE_c031c0fe92bcfa28f715ffb96588e7920ca76bc1_105x79.jpg test22222222222222222222이런식으로 상대경로 나오는데 이미지로 나오게 하려면 어떻게 해야하죠?
그누보드 원본 갤러리 view.php, list.php 파일에 보면 해당 변수를 이용한 echo 문이 있으니 참고해 보세요.
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2605 | 7개월 전 | 663 | ||
| 2604 | 7개월 전 | 724 | ||
| 2603 | 7개월 전 | 638 | ||
| 2602 |
|
7개월 전 | 661 | |
| 2601 |
|
7개월 전 | 570 | |
| 2600 | 7개월 전 | 801 | ||
| 2599 | 7개월 전 | 593 | ||
| 2598 |
다케미카코
|
8개월 전 | 746 | |
| 2597 | 8개월 전 | 843 | ||
| 2596 |
|
8개월 전 | 437 | |
| 2595 | 8개월 전 | 597 | ||
| 2594 |
만두먹고또먹고
|
8개월 전 | 922 | |
| 2593 | 8개월 전 | 599 | ||
| 2592 | 8개월 전 | 608 | ||
| 2591 | 8개월 전 | 680 | ||
| 2590 |
|
8개월 전 | 746 | |
| 2589 | 8개월 전 | 466 | ||
| 2588 | 8개월 전 | 785 | ||
| 2587 | 8개월 전 | 632 | ||
| 2586 | 8개월 전 | 502 | ||
| 2585 | 8개월 전 | 568 | ||
| 2584 | 8개월 전 | 488 | ||
| 2583 | 8개월 전 | 631 | ||
| 2582 | 8개월 전 | 590 | ||
| 2581 |
만두먹고또먹고
|
8개월 전 | 508 | |
| 2580 |
|
8개월 전 | 653 | |
| 2579 | 8개월 전 | 636 | ||
| 2578 | 8개월 전 | 615 | ||
| 2577 | 9개월 전 | 551 | ||
| 2576 |
이슈DEV
|
9개월 전 | 984 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기