그누보드 [G4] 검색시 해당 검색어에 글자가 사라질때
페이지 정보
본문
위 그림에서처럼 검색된 부분은 표시되지 않고 나머지 부분만 표시되서 생기는 문제
<< 해결방법 >>
영남이 님 답변
list.skin.php에서
$style = "";
if ($list[$i][icon_new])
$style = " style='font-weight:bold;' ";
//$subject = "<span $style>".cut_str($list[$i][subject],20)."</span>";
$comment_cnt = "";
if ($list[$i][comment_cnt])
$comment_cnt = " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$list[$i][comment_cnt]}</span></a>";
echo "<td width='{$td_width}%' valign=bottom style='word-break:break-all;'>";
echo "<table width=100%>";
echo "<tr><td height=5></td></tr>";
echo "<tr><td align=center><a href='{$list[$i][href]}'>$img</a></td></tr>";
echo "<tr><td align=center><a href='{$list[$i][href]}'>{$list[$i][subject]}</a>{$comment_cnt}</td></tr>";
if ($is_category) echo "<tr><td align=center><a href='{$list[$i][ca_name_href]}'><font color=#cccccc>[{$list[$i][ca_name]}]</font></a></td></tr>";
if ($is_checkbox) echo "<tr><td align=center><input type=checkbox name=chk_wr_id[] value='{$list[$i][wr_id]}'></td></tr>";
echo "<tr><td height=5></td></tr>";
echo "</table></td>\n";
}
로 수정
자료출처 : http://www.sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=59587
댓글목록
등록된 댓글이 없습니다.