게시판 글 - 제목 표시 되고, 내용이 제목 밑단에 2줄 정도 표시되어야 하는데, 사라졌어요.
$wr_subject = get_text(cut_str($list[$i][wr_subject], 55));
if ($is_category && $list[$i][ca_name]) {
$wr_subject = "<span class='normal_17px_bold'>[<a href='{$list[$i][ca_name_href]}'>{$list[$i][ca_name]}호</a>]</span> "."<a href='{$list[$i][href]}'><span class='normal_17px_bold'>{$wr_subject}</span></a>";
}else{
$wr_subject = "<a href='{$list[$i][href]}'><span class='normal_17px_bold'>{$wr_subject}</span></a>";
}
$wr_content = strip_tags($wr_content);
$wr_content = get_text(cut_str($wr_content, 300));
$wr_content = str_replace("##","<!--",$wr_content);
$wr_content = str_replace("**","-->",$wr_content);
if (file_exists($thumb)){
$size = getimagesize($thumb);
$img = "<img src='$thumb' alt='{$list[$i][subject]}' border='0'>";
$divheight = 100;
if($size[1] < 100) $divheight = $size[1];
echo "
<tr>
<td><table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td><div style='padding:0 7 0 0'><a href=\"{$list[$i][href]}\" onfocus=\"this.blur()\">$img</a></div></td>
<td><table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td height='25' style='padding:0 0 0 0'>{$wr_subject}</td>
</tr>
<tr>
<td height='35' style='padding:0 0 0 0'><a href='{$list[$i][href]}'><span class='normal_12px' style='line-height:150%'>{$wr_content}</span></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>";
}else{
echo "
<tr>
<td height=25 style='padding:0 0 0 0'>{$wr_subject}</td>
</tr>
<tr>
<td height=25 style='padding:0 0 0 0'><a href='{$list[$i][href]}'><span class='normal_12px' style='line-height:150%'>{$wr_content}</span></a></td>
</tr>
";
}
echo "
<tr><td height=10></td></tr>
<tr><td height=1 background='{$g4[path]}/images/dotline.gif'></td></tr>
<tr><td height=10></td></tr>
";
}
?>
if ($is_category && $list[$i][ca_name]) {
$wr_subject = "<span class='normal_17px_bold'>[<a href='{$list[$i][ca_name_href]}'>{$list[$i][ca_name]}호</a>]</span> "."<a href='{$list[$i][href]}'><span class='normal_17px_bold'>{$wr_subject}</span></a>";
}else{
$wr_subject = "<a href='{$list[$i][href]}'><span class='normal_17px_bold'>{$wr_subject}</span></a>";
}
$wr_content = strip_tags($wr_content);
$wr_content = get_text(cut_str($wr_content, 300));
$wr_content = str_replace("##","<!--",$wr_content);
$wr_content = str_replace("**","-->",$wr_content);
if (file_exists($thumb)){
$size = getimagesize($thumb);
$img = "<img src='$thumb' alt='{$list[$i][subject]}' border='0'>";
$divheight = 100;
if($size[1] < 100) $divheight = $size[1];
echo "
<tr>
<td><table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td><div style='padding:0 7 0 0'><a href=\"{$list[$i][href]}\" onfocus=\"this.blur()\">$img</a></div></td>
<td><table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td height='25' style='padding:0 0 0 0'>{$wr_subject}</td>
</tr>
<tr>
<td height='35' style='padding:0 0 0 0'><a href='{$list[$i][href]}'><span class='normal_12px' style='line-height:150%'>{$wr_content}</span></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>";
}else{
echo "
<tr>
<td height=25 style='padding:0 0 0 0'>{$wr_subject}</td>
</tr>
<tr>
<td height=25 style='padding:0 0 0 0'><a href='{$list[$i][href]}'><span class='normal_12px' style='line-height:150%'>{$wr_content}</span></a></td>
</tr>
";
}
echo "
<tr><td height=10></td></tr>
<tr><td height=1 background='{$g4[path]}/images/dotline.gif'></td></tr>
<tr><td height=10></td></tr>
";
}
?>
댓글 3개
역사인물영중
12년 전
수정해야하는데, 수정할 부분을 모르겠어요. 아니면 다시 코딩해야하나요?
12년 전
$wr_content출력하는곳 --> {$wr_content}이 부분에 제목만 넣어주면 되겟네요
{$list[$i][subject]}<br>{$wr_content} 이렇게 되도록
{$list[$i][subject]}<br>{$wr_content} 이렇게 되도록
역사인물영중
12년 전
php 코드 중에서
$wr_content = strip_tags($wr_content);
$wr_content = strip_tags($list[$i][wr_content]); 바꿨습니다.
균이님의 놀라운 힌트에 감사드립니다.
$wr_content = strip_tags($wr_content);
$wr_content = strip_tags($list[$i][wr_content]); 바꿨습니다.
균이님의 놀라운 힌트에 감사드립니다.
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66554 | 11년 전 | 17733 | ||
| 66553 | 11년 전 | 12554 | ||
| 66552 |
alexseo
|
11년 전 | 10188 | |
| 66551 | 11년 전 | 10923 | ||
| 66550 | 11년 전 | 10494 | ||
| 66549 | 11년 전 | 11846 | ||
| 66548 | 11년 전 | 15029 | ||
| 66547 |
스타크루즈
|
11년 전 | 11493 | |
| 66546 |
kimch
|
11년 전 | 11599 | |
| 66545 | 11년 전 | 11423 | ||
| 66544 | 11년 전 | 12271 | ||
| 66543 |
별을기다리며
|
11년 전 | 14432 | |
| 66542 |
별을기다리며
|
11년 전 | 11924 | |
| 66541 | 11년 전 | 9692 | ||
| 66540 | 11년 전 | 10566 | ||
| 66539 | 11년 전 | 16399 | ||
| 66538 | 11년 전 | 10451 | ||
| 66537 | 11년 전 | 9134 | ||
| 66536 | 11년 전 | 10574 | ||
| 66535 |
alexseo
|
11년 전 | 5590 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기