검색해 보니까 많은 팁이 있지만..전 이렇게 해결을 해서
올려 봅니다
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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 1084 | |
| 1083 | |
| 1080 | |
| 1074 | |
| 1068 | |
| 1064 | |
| 1056 | |
| 1048 | |
| 1037 | |
| 1029 | |
| 1025 | |
| 1022 | |
| 1019 | |
| 1014 | |
| 1013 | |
| 1012 | |
| 1003 | |
| 1002 | |
| 997 | |
| 992 | |
| 986 | |
| 982 | |
| 973 | |
| 962 | |
| 952 | |
| 950 | |
| 947 | |
| 945 | |
| 942 | |
| 938 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기