검색해 보니까 많은 팁이 있지만..전 이렇게 해결을 해서
올려 봅니다
bbs/search.php
190라인 쯤 이 부분을
if ($read_level[$idx] <= $member['mb_level'])
{
$content = cut_str(get_text(strip_tags($row['wr_content'])),300,"…");
if (strstr($sfl, 'wr_content'))
$content = search_font($stx, $content);
}
.
.
.
if ($read_level[$idx] <= $member['mb_level'])
{
$text_tag = array("/ /","/∼/","/"/");//추가
$content = cut_str(get_text(strip_tags(preg_replace($text_tag, " ", $row[wr_content]))),300,"…");//수정
if (strstr($sfl, 'wr_content'))
$content = search_font($stx, $content);
}
이렇게 한줄을 추가, 수정 해서 태그를 없앴습니다
올려 봅니다
bbs/search.php
190라인 쯤 이 부분을
if ($read_level[$idx] <= $member['mb_level'])
{
$content = cut_str(get_text(strip_tags($row['wr_content'])),300,"…");
if (strstr($sfl, 'wr_content'))
$content = search_font($stx, $content);
}
.
.
.
if ($read_level[$idx] <= $member['mb_level'])
{
$text_tag = array("/ /","/∼/","/"/");//추가
$content = cut_str(get_text(strip_tags(preg_replace($text_tag, " ", $row[wr_content]))),300,"…");//수정
if (strstr($sfl, 'wr_content'))
$content = search_font($stx, $content);
}
이렇게 한줄을 추가, 수정 해서 태그를 없앴습니다
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 926 | |
| 923 | |
| 920 | |
| 910 | |
| 907 | |
| 896 | |
| 895 | |
| 894 | |
| 872 | |
| 870 | |
| 866 | |
| 864 | |
| 859 | |
| 857 | |
| 854 | |
| 851 | |
| 849 | |
| 845 | |
| 839 | |
| 837 | |
| 832 | |
| 831 | |
| 821 | |
| 819 | |
| 811 | |
| 809 | |
| 801 | |
| 791 | |
| 783 | |
| 776 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기