|
|
|
17년 전
|
조회 781
|
|
|
|
17년 전
|
조회 1,022
|
|
|
|
17년 전
|
조회 1,562
|
|
|
|
17년 전
|
조회 936
|
|
|
|
17년 전
|
조회 996
|
|
|
|
17년 전
|
조회 1,540
|
|
|
|
17년 전
|
조회 1,227
|
|
|
|
17년 전
|
조회 804
|
|
|
|
17년 전
|
조회 771
|
|
|
|
17년 전
|
조회 838
|
|
|
|
17년 전
|
조회 776
|
|
|
|
17년 전
|
조회 808
|
|
|
|
17년 전
|
조회 994
|
|
|
|
17년 전
|
조회 976
|
|
|
|
17년 전
|
조회 1,560
|
|
|
|
17년 전
|
조회 1,424
|
|
|
|
17년 전
|
조회 1,115
|
|
|
|
17년 전
|
조회 1,576
|
|
|
|
17년 전
|
조회 984
|
|
|
|
17년 전
|
조회 971
|
댓글 3개
이 파일을 참고 하세요.
lib/latest.lib.php에서
$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_num limit 0, $rows ";
대신
$sql = " select * from $tmp_write_table where wr_is_comment = 0 and mb_id= '{$member['mb_id']}' order by wr_num limit 0, $rows ";
로 바꾸시고
gloable, $g4, $member;
추가 해 주세요.