깔끔한 내용 출력 최신글 정보
최신글 깔끔한 내용 출력 최신글
첨부파일
본문
추천
8
8
댓글 전체

굿입니다~
오호 좋네요~~!!

수고 하셨어욤...^^
추천해요!
추천해요!

굿굿
감사합니다. 내용대신 제목으로 출력하려면 뭘 수정하면될까요
<?
$wr_content = preg_replace("/<(.*?)\>/"," ",$list[$i]['href']);
$wr_content = preg_replace("/ /"," ",$comment_href);
$wr_content = str_replace("//##", " ", $comment_cnt);
$wr_content1 = cut_str(get_text($wr_datetime), 100, '…');
?>
이중에서 수정하면될것같긴한데..
<?
$wr_content = preg_replace("/<(.*?)\>/"," ",$list[$i]['href']);
$wr_content = preg_replace("/ /"," ",$comment_href);
$wr_content = str_replace("//##", " ", $comment_cnt);
$wr_content1 = cut_str(get_text($wr_datetime), 100, '…');
?>
이중에서 수정하면될것같긴한데..
문의사항이 있습니다. 에러 메세지입니다. 해당 스킨은 스킨자료실의 3898스킨입니다.
해당 스킨을 /html/gnuboard4/skin/board폴더에 넣었는데 주소를 클릭하면 위와 같은 메세지가 듭니다.
도와주세용 ㅜ ㅜ
<에러메시지>
Warning: include_once(../skin/board/freeboard/list.skin.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/skyrode7/html/gnuboard4/bbs/list.php on line 168
Warning: include_once() [function.include]: Failed opening '../skin/board/freeboard/list.skin.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/skyrode7/html/gnuboard4/bbs/list.php on line 168
해당 스킨을 /html/gnuboard4/skin/board폴더에 넣었는데 주소를 클릭하면 위와 같은 메세지가 듭니다.
도와주세용 ㅜ ㅜ
<에러메시지>
Warning: include_once(../skin/board/freeboard/list.skin.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/skyrode7/html/gnuboard4/bbs/list.php on line 168
Warning: include_once() [function.include]: Failed opening '../skin/board/freeboard/list.skin.php' for inclusion (include_path='.:/usr/lib/php/pear') in /web/home/skyrode7/html/gnuboard4/bbs/list.php on line 168
감사합니다.