연관태그검색 오류 > 버그 & 건의

본문 바로가기

버그 & 건의

연관태그검색 오류

본문

안녕하세요? 아래 스샷과 같이 연관태그검색에서 게시물의 본문 내용을 가져오지 못하는 오류가 있습니다. 3696096073_1680773499.69399.jpg

댓글목록3

이윰EGG님의 댓글

profile_image
태그 검색시 이미지 출력은 현재 지원하지 않으며 차후 고려해 보도록 하겠습니다.
내용 출력 관련해서는 아래의 데모 사이트와 같이 출력이 되는 것을 확인 할 수 있으며
해당 태그 파일(index.skin.html.php)에 출력 소스가 정상적으로 들어가 있는 것을 확인할 수 있습니다.
<p class="tag-cont"><?php echo $list[$i]['wr_content']; ?></p>
http://demo.eyoom.kr/eb45/tag/?tag=AI

고맙습니다.

축하합니다. 첫댓글 포인트 15포인트를 획득하였습니다.

David님의 댓글의 댓글

profile_image
네, 답변 감사드립니다.
제가 본문에 이미지만 등록해서 내용이 없는 것으로 나타난 것 같습니다.
본문에 텍스트 내용을 등록하니
<p class="tag-cont"><?php echo $list[$i]['wr_content']; ?></p> 부분에
내용 나오는 것 확인되었습니다.

이미지 나오게 하는 것은 방법을 연구해봐야 겠습니다.
수고하십시오^^

David님의 댓글

profile_image

	<?php
		$list_eb3_unserialize = unserialize($list[$i]['eb_3']);
		//echo $list_eb3_unserialize[url][0];
		if ($list_eb3_unserialize[url][0]) {
			$exp = explode("/", $list_eb3_unserialize[url][0]);
			$img_url = "/".$exp[1]."/".$exp[2]."/".$exp[3]."/thumb-".$exp[4];
			$list[$i]['image'] = str_replace (".jpg", "_450x250.jpg", $img_url);
			//echo $list[$i]['image'];
		}
	?>

        <div class="tag-item-body">
            <?php if ($list[$i]['image']) { ?>
            <div class="tag-img">
                <a href="<?php echo get_eyoom_pretty_url($list[$i]['bo_table'],$list[$i]['wr_id']); ?>">
                    <div class="tag-img-box">
                        <div class="tag-img-box-in">
                            <img src="<?php echo $list[$i]['image']; ?>" class="img-fluid" alt="">
                        </div>
                    </div>
                </a>
            </div>


테마/skin/tag/basic/index.skin.html.php 파일에서

<div class="tag-item-body"> 태그 위에 아래 코드를 삽입하여 이미지가 나타나도록 처리 했습니다.

<?php
$list_eb3_unserialize = unserialize($list[$i]['eb_3']);
//echo $list_eb3_unserialize[url][0];
if ($list_eb3_unserialize[url][0]) {
$exp = explode("/", $list_eb3_unserialize[url][0]);
$img_url = "/".$exp[1]."/".$exp[2]."/".$exp[3]."/thumb-".$exp[4];
$list[$i]['image'] = str_replace (".jpg", "_450x250.jpg", $img_url);
//echo $list[$i]['image'];
}
?>

버그&건의 이용 안내

버그&건의 게시판에 이용 중 버그가 있거나 개선점 등을 남겨주시면 참고하도록 하겠습니다.
이 게시판은 이윰넷 관리자가 일일이 응대 해 드리지는 않으니 참고해 주시기 바랍니다.
질문글은 꼭 질문과 답변 게시판 또는 1:1문의 게시판을 이용하여 주시기 바랍니다.

전체 459 건 - 6 페이지
번호
제목
글쓴이
사이트 내 전체검색