최신글 목록수 조절이 안되는군요. 채택완료
각종 검색을 통하여 얻은 소스를 다음과 같이 수정을 하여도 줄수에는 변함이 없는데...
도무지 머리가 아픕니당..
도와 주세요.
그누보드5.3 기본입니다.
group.php
'mobile' "; if(!$is_admin) $sql .= " and bo_use_cert = '' "; $sql .= " order by bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { $lt_style = ""; if ($i%2==1) $lt_style = "margin-left:2%"; else $lt_style = ""; ?>
========================
index.php
'mobile' "; if(!$is_admin) $sql .= " and a.bo_use_cert = '' "; $sql .= " and a.bo_table not in ('notice', 'gallery') "; //공지사항과 갤러리 게시판은 제외 $sql .= " order by b.gr_order, a.bo_order "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { if ($i%2==1) $lt_style = "margin-left:2%"; else $lt_style = ""; ?>
뭔가 다른 파일을 수정을 하여야 하나요???
답변 2개
조절이 안 된다면 다른 파일을 수정했을 가능성이 있습니다.
테마를 사용 중이면
theme/테마명/index.php
theme/테마명/group.php
일부 반응형 테마는 모바일 폴더에 있는 파일을 수정해야 합니다.
theme/테마명/mobile/index.php
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인