테스트 사이트 - 개발 중인 베타 버전입니다

상품 후기 첨부이미지 등록시 아이콘 표시...

· 13년 전 · 52 · 3
http://sir.co.kr/bbs/board.php?bo_table=yc4_tiptech&wr_id=1205&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%ED%9B%84%EA%B8%B0&sop=and

관리자님께서 알려주신 상품후기 이미지 등록 기능을 추가했습니다.
그런데.. 혹시 이미지를 첨부했을때 제목 옆에 파일 아이콘 모양을 넣고 싶은데..
어떻게 해야하나요? ^^

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 3개

shop/itemuse.inc.php 의 코드를

$is_image = preg_match('/<img[^>]+>/i', $is_content) ? "<img src='이미지아이콘경로'>" : "";

$thumb = new g4_thumb("$g4[path]/data/itemuse", 500);
$is_content = $thumb->run($is_content);

$is_time = substr($row[is_time], 2, 14);

echo "
<tr>
<td width=11 background='$g4[shop_img_path]/box_bg02.gif'></td>
<td valign=top>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr align=center>
<td width=40 height=25>$num</td>
<td align=left>
<b><a href='javascript:;' onclick=\"use_menu('is$i')\"><b>$is_subject</b></a> $is_image</b>

이런식으로 변경해 보시기 바랍니다.
13년 전
관리자님~ ^^

$thumb = new g4_thumb("$g4[path]/data/itemuse", 500);

에서

Fatal error: Cannot instantiate non-existent class: g4_thumb in /home/hosting_users/xxx/www/book/itemuse.inc.php on line 149

이러한 에러가 나네요 ㅠ
lib/thumb.lib.php 를 올려 보시기 바랍니다.

게시글 목록

번호 제목
56073
56067
56065
56060
56058
56055
56051
56048
56044
56043
56042
56039
56035
56032
56030
56028
56025
56018
56012
56010