run_replace 함수 위치 좀 문의드립니다.

run_replace 함수 위치 좀 문의드립니다.

QA

run_replace 함수 위치 좀 문의드립니다.

답변 3

본문

5.3 에서 만든것에 펄스나인 님 게시판 가져다 붙이려는데  다른함수들은 찾았는데...

 

 

 echo run_replace('thumb_image_tag', $img_content, $thumb); 

 

요 함수를 못 찾아서 계속 오류가 나서요... 

5.4 어디에 잇나요? ㄱㅅ; 

이 질문에 댓글 쓰기 :

답변 3

define('G5_GNUBOARD_VER', '5.4.5.2'); 기준

$ grep -r thumb_image_tag *
mobile/skin/board/gallery/list.skin.php:                    echo run_replace('thumb_image_tag', $img_content, $thumb);
mobile/skin/latest/basic/latest.skin.php:                    echo "<a href=\"".$wr_href."\" class=\"lt_thumb\">".run_replace('thumb_image_tag', $img_content, $thumb)."</a> ";
skin/board/gallery/list.skin.php:                            echo run_replace('thumb_image_tag', $img_content, $thumb);
skin/latest/pic_list/latest.skin.php:            $img_link_html = '<a href="'.$wr_href.'" class="lt_img" >'.run_replace('thumb_image_tag', $img_content, $thumb).'</a>';
skin/latest/pic_block/latest.skin.php:            <a href="<?php echo $wr_href; ?>" class="lt_img"><?php echo run_replace('thumb_image_tag', $img_content, $thumb); ?></a>
theme/basic/skin/board/gallery/list.skin.php:                            echo run_replace('thumb_image_tag', $img_content, $thumb);
theme/basic/skin/latest/pic_list/latest.skin.php:            $img_link_html = '<a href="'.$wr_href.'" class="lt_img" >'.run_replace('thumb_image_tag', $img_content, $thumb).'</a>';
theme/basic/skin/latest/pic_block/latest.skin.php:            <a href="<?php echo $wr_href; ?>" class="lt_img"><?php echo run_replace('thumb_image_tag', $img_content, $thumb); ?></a>
theme/basic/mobile/skin/board/gallery/list.skin.php:                    echo run_replace('thumb_image_tag', $img_content, $thumb);
theme/basic/mobile/skin/latest/basic/latest.skin.php:                    echo "<a href=\"".$wr_href."\" class=\"lt_thumb\">".run_replace('thumb_image_tag', $img_content, $thumb)."</a> ";

run_replace 함수는,

/lib/hook.lib.php 에 있습니다.

에디터 뭐쓰세여

에디터에 찾기기능있을텐데

아니면 서버접속해서 grep으로 찾으세욥

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 125,873
© SIRSOFT
현재 페이지 제일 처음으로