검색해 보니까 많은 팁이 있지만..전 이렇게 해결을 해서
올려 봅니다
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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 1362 | |
| 1350 | |
| 1342 | |
| 1340 | |
| 1335 | |
| 1332 | |
| 1330 | |
| 1322 | |
| 1317 | |
| 1315 | |
| 1312 | |
| 1305 | |
| 1300 | |
| 1298 | |
| 1293 | |
| 1287 | |
| 1286 | |
| 1267 | |
| 1262 | |
| 1259 | |
| 1255 | |
| 1252 | |
| 1245 | |
| 1244 | |
| 1240 | |
| 1238 | |
| 1235 | |
| 1229 | |
| 1224 | |
| 1220 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기