태그 링크 질문좀

태그 링크 질문좀

QA

태그 링크 질문좀

본문

//태그에 하이퍼링크 걸기

여기는 view.skin.php부분 링크거는 부분인데 여기는 링크가 걸리는데

위에 부분은 그냥 링크글자를 누르면 그냥 뷰페이지로 넘어갑니다 list.skin.php 부분에서도

링크를 눌렀을때 링크가 작동하게할려면 어떻게 해야하나요?

 


list.skin.php
 
<?php if($board['bo_use_list_content']){?>
    <span class="fz_gallery_content"><?=cut_str(str_replace(" ", "", trim(strip_tags($list[$i]['wr_content']))), 300)?></span>
    <?php }?>
 
태그 소스
 

function get_board_tags($tags, $bo_table){
 $arrtag = explode(",", $tags);
 $tagstr = "";  
 foreach( $arrtag as $key => $val ){
  if( $val ){
   $tagstr .= "<a href='".G5_BBS_URL."/board.php?bo_table=".$bo_table."&sfl=tags&stx=".urlencode(str_replace("#","",$val))."'>".$val."</a>";
  }
 } 
 return $tagstr;
}
//태그에 하이퍼링크 걸기
function get_tag_href( $tags, $content ){
 if($tags && $content){
  $arrtag = explode(",", $tags);
  
  foreach( $arrtag as $key => $val ){
   $content = preg_replace("@".$val."@", '<a href="'.G5_BBS_URL.'/search.php?&sfl=tags&stx='.urlencode(str_replace("#","",$val)).'" class="blue">'.$val.'</a>', $content); 
  } 
 }
 return $content;
}
?>
 

이 질문에 댓글 쓰기 :

답변 1

url_auto_link 감싸면 되지 않을까요? 

 

변경전

<code><?=cut_str(str_replace(" """, trim(strip_tags($list[$i]['wr_content']))), 300)?></code>


변경후

<code><?=url_auto_link(cut_str(str_replace(" ", "", trim(strip_tags($list[$i]['wr_content']))), 300))?></code>

답변을 작성하시기 전에 로그인 해주세요.
전체 182
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT