카테고리 게시판에서 게시물 순서가 뒤죽박죽일 때... 정보
카테고리 게시판에서 게시물 순서가 뒤죽박죽일 때...관련링크
http://www.sir.co.kr
90회 연결
본문
기본게시판은 그렇지 않은데, 스킨자료실에 올라온 것들 중 사진처럼 되어 있는 것들은 게시물들이 늘어나면 순서가 뒤죽박죽되는 현상이 생깁니다. ㅡ.ㅡ
이럴 때는
_inc_category.php 또는 category.php 파일에서(스킨에 따라 파일명이 틀립니다.)
$str .= "<td height=24><img src='{$board_skin_path}/img/ico_folder.gif' width='13' height='11'> <a class='cate' href='./board.php?bo_table=$bo_table&sca=$arr[$i]&sop=&sst=wr_1&sod=desc&sfl=&stx=&page=1'
이 부분을 찾아 아래와 같이 변경하시면 됩니다.
$str .= "<td height=24><img src='{$board_skin_path}/img/ico_folder.gif' width='13' height='11'> <a class='cate' href='./board.php?bo_table=$bo_table&sca=$arr[$i]>$arr[$i] ($row1[cCount])</a></td>";
이럴 때는
_inc_category.php 또는 category.php 파일에서(스킨에 따라 파일명이 틀립니다.)
$str .= "<td height=24><img src='{$board_skin_path}/img/ico_folder.gif' width='13' height='11'> <a class='cate' href='./board.php?bo_table=$bo_table&sca=$arr[$i]&sop=&sst=wr_1&sod=desc&sfl=&stx=&page=1'
이 부분을 찾아 아래와 같이 변경하시면 됩니다.
$str .= "<td height=24><img src='{$board_skin_path}/img/ico_folder.gif' width='13' height='11'> <a class='cate' href='./board.php?bo_table=$bo_table&sca=$arr[$i]>$arr[$i] ($row1[cCount])</a></td>";
추천
1
1
댓글 3개

좋은 팁입니다.
고민하던 중 정말 많은 도움 되었습니다.
감사합니다.
고민하던 중 정말 많은 도움 되었습니다.
감사합니다.
대단이 감사합니다.... 골치덩어리 였는데... ㅋㅋ

카테고리 정렬