최근게시물에 내용을 출력할 경우 글자색 주는게 가능할까여? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근게시물에 내용을 출력할 경우 글자색 주는게 가능할까여? 정보

최근게시물에 내용을 출력할 경우 글자색 주는게 가능할까여?

본문

게시판에 html로 글을 쓰든 에디터로 해서 작성했을때...
글자크기를 준다던지 어느글자는 폰트색깔을 주었을때
최근게시물에도 해당 글처럼 내용이 보여질때 똑같게 보일수 없는건가요?

html로 글을 작성했을경우 최근 게시물 내용보기에서 그대로 태그로 되어
나오네요..ㅠ_ㅠ

혹시 가능한 방법이 있을까요?

조언 부탁드리겠습니다~~~

-------내용 보여주는 최근 게시물-----------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<? for ($i=0; $i < 1; $i++) {
echo "<div style='padding:2 0 2 0'>";
if ($list[$i]['is_notice']) { }
else {
//echo  "<font style=color:998877;font-size:8pt;>".$list[$i][datetime2]."</font> ";
//echo "<a href='{$list[$i]['href']}' style=color:#666666;>";
//echo "<b>{$list[$i]['subject']}</b>";
//echo $list[$i]['icon_new'];
if ($list[$i]['comment_cnt']) {
echo " <span style='font-size:7pt;color:tomato;'>{$list[$i][comment_cnt]}</span>"; } }
echo "<a href='{$list[$i]['href']}' style=color:#666666;>";
    $wr_content = cut_str(get_text($list[$i][wr_content]),600);
echo "<div style='color:#666666;'>".$wr_content;
echo "</div></div>";
 } ?>
<? for ($i=1; $i<count($list); $i++) {
echo "<div style='padding:2 0 2 0'>";
if ($list[$i]['is_notice']) { }
else {
echo  "<font style=color:998877;font-size:8pt;>".$list[$i][datetime2]."</font> ";
echo "<a href='{$list[$i]['href']}' style=color:#666666;>";
echo "<b>{$list[$i]['subject']}</b>";
echo "</a> ";
echo $list[$i]['icon_new'];
if ($list[$i]['comment_cnt']) {
echo " <span style='font-size:7pt;color:tomato;'>{$list[$i][comment_cnt]}</span>"; } }
echo "</div>";
 } ?>

<? if (count($list) == 0) { ?><div align=center style=height:50px;><font color=#6A6A6A>게시물이 없습니다.</a></div><? } ?>

댓글 전체

질문 : 최근게시물?!(X) ===>>> (내용 출력되는)최신글 (O)

해결 : 15라인의 소스코드를 하단처럼 수정

    //$wr_content = cut_str(get_text($list[$i][wr_content]),600);//원본
    $wr_content = cut_str($list[$i][wr_content],600);//수정
전체 55 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT