검색해 보니까 많은 팁이 있지만..전 이렇게 해결을 해서
올려 봅니다
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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 1216 | |
| 1202 | |
| 1197 | |
| 1191 | |
| 1189 | |
| 1187 | |
| 1178 | |
| 1175 | |
| 1168 | |
| 1164 | |
| 1160 | |
| 1157 | |
| 1155 | |
| 1152 | |
| 1147 | |
| 1144 | |
| 1143 | |
| 1140 | |
| 1134 | |
| 1130 | |
| 1128 | |
| 1124 | |
| 1123 | |
| 1115 | |
| 1111 | |
| 1108 | |
| 1097 | |
| 1091 | |
| 1088 | |
| 1086 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기