내용 줄바뀜없이 가로폭만이 늘어나는 경우 정보
내용 줄바뀜없이 가로폭만이 늘어나는 경우본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=123538&sca=&sfl=wr_subject%7C%7Cwr_content&stx=rss&page=2
이 스킨을 쓰는데 썸네일은 설치못해서 그냥 스킨만 설치해 사용해봤는데
rss에서 읽어온 본문내용을 다읽어와서
줄바꿈없이 가로폭이 늘어나버리는 문제가 있습니다.
php를 전혀모르지만 일단 글이나오는부분을 찾아보니
else if ($list[$i]['thumbnail']) {
$wr_content = preg_replace("/<(.*?)\>/"," ",$list[$i][wr_content]);
$wr_content = preg_replace("/ /"," ",$wr_content);
$wr_content = str_replace("//##", " ", $wr_content);
$wr_content = cut_str(get_text($wr_content), $letters, '…');
$name = $list[$i][name];
$href = $list[$i]['href'];
$num = $list[$i][num];
if ($list[$i][wr_link1]){
echo "<span style='float:left' style='padding:3 5 0 5;'><a href='{$list[$i][wr_link1]}'><img src='$path_save_file' alt='$subject' style='border: 0px solid silver;'></a></span>";
}
else{
echo "<span style='float:left' style='padding:3 5 0 5;'><a href='{$list[$i][href]}'><img src='$path_save_file' alt='$subject' style='border: 0px solid silver;'></a></span>";
}
echo "<div align='justify' style='margin-right:1; margin-left:1;line-height:145%;'>$wr_content</div>";
}
else {
echo "<div align='justify' style='margin-right:1; margin-left:1;line-height:145%;'>$wr_content</div>";
}
여기서 하단에 wr_content가 내용을 불러오는거더라고요
위쪽 if [thumbnail]에 보이는 그누보드 글자수제한 소스
$wr_content = cut_str(get_text($wr_content), $letters, '…');
이걸 내용이 나오는 부분에 복사붙여넣기했더니 일단 글자수가 줄어서
가로폭이 쭉 늘어나진 않게 해놨는데
혹시 해결법 아시는분 계신가요? 스킨자체문제인건지 댓글보니 저말고도 크롬에서
이렇게 된다고 하시는 분이 계신데 썸네일설치를 안해서 그런걸까요
오류 주소 : http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=123538&sca=&sfl=wr_subject%7C%7Cwr_content&stx=rss&page=2
이 스킨을 쓰는데 썸네일은 설치못해서 그냥 스킨만 설치해 사용해봤는데
rss에서 읽어온 본문내용을 다읽어와서
줄바꿈없이 가로폭이 늘어나버리는 문제가 있습니다.
php를 전혀모르지만 일단 글이나오는부분을 찾아보니
else if ($list[$i]['thumbnail']) {
$wr_content = preg_replace("/<(.*?)\>/"," ",$list[$i][wr_content]);
$wr_content = preg_replace("/ /"," ",$wr_content);
$wr_content = str_replace("//##", " ", $wr_content);
$wr_content = cut_str(get_text($wr_content), $letters, '…');
$name = $list[$i][name];
$href = $list[$i]['href'];
$num = $list[$i][num];
if ($list[$i][wr_link1]){
echo "<span style='float:left' style='padding:3 5 0 5;'><a href='{$list[$i][wr_link1]}'><img src='$path_save_file' alt='$subject' style='border: 0px solid silver;'></a></span>";
}
else{
echo "<span style='float:left' style='padding:3 5 0 5;'><a href='{$list[$i][href]}'><img src='$path_save_file' alt='$subject' style='border: 0px solid silver;'></a></span>";
}
echo "<div align='justify' style='margin-right:1; margin-left:1;line-height:145%;'>$wr_content</div>";
}
else {
echo "<div align='justify' style='margin-right:1; margin-left:1;line-height:145%;'>$wr_content</div>";
}
여기서 하단에 wr_content가 내용을 불러오는거더라고요
위쪽 if [thumbnail]에 보이는 그누보드 글자수제한 소스
$wr_content = cut_str(get_text($wr_content), $letters, '…');
이걸 내용이 나오는 부분에 복사붙여넣기했더니 일단 글자수가 줄어서
가로폭이 쭉 늘어나진 않게 해놨는데
혹시 해결법 아시는분 계신가요? 스킨자체문제인건지 댓글보니 저말고도 크롬에서
이렇게 된다고 하시는 분이 계신데 썸네일설치를 안해서 그런걸까요
댓글 전체
rss파일을 읽어와 줄바꿈이 없어서 이걸로 안되는것같아요 ㅠ
저도 같은 문제로 고민중인데요..;;
크롬에서..
본문읽기하면 괜찮은데 리스트에서만 이 현상이 있네요.
해결하신분 계신가요?
해결방법좀 알려주세요.....부탁합니다.
크롬에서..
본문읽기하면 괜찮은데 리스트에서만 이 현상이 있네요.
해결하신분 계신가요?
해결방법좀 알려주세요.....부탁합니다.