메인페이지 어떻게 구성하는지 고수님들 부탁드리겟읍니다!!! 정보
메인페이지 어떻게 구성하는지 고수님들 부탁드리겟읍니다!!!관련링크
http://shenzhen.mireene.com
528회 연결
본문
저는 왕초보입니다,어제 처음 그누보드를 알게되여 설치는 하였는데여...메인페이지 어떻게 수정하여야 하는지 모르겠네여...게시판을 추가하고 메뉴를 추가하여야 하고 메인이미지를 나의것으로 바꿔주려면 어떻게 하죠?
댓글 전체
index.php에서 수정합니다.
상단좌측을 로고는 img/logo.gif(jpg) 로 되어 있고요,
최근글 나오는 부분에
<?
$sql = " select * from g4_board_file where bo_table='lll01' order by wr_id desc";
$result = sql_query($sql);
$row=sql_fetch_array($result);
?>
<table width="100%" cellpadding=0 cellspacing=0><tr>
<td valign=top width=33%>
<? echo latest_schedule("calendar","lll10"); ?> // 게시판 최근글
</td>
<td valign=top width=33%>
<? include "skin/new/basic/new.latest.php"; ?>
</td>
<td valign=top width=33%>
<? include "new/birth/birth.php"; ?>
</td>
</tr></table>
<!-- 메인화면 최신글 끝 -->
이런식으로 구성하면 됩니다.
상단좌측을 로고는 img/logo.gif(jpg) 로 되어 있고요,
최근글 나오는 부분에
<?
$sql = " select * from g4_board_file where bo_table='lll01' order by wr_id desc";
$result = sql_query($sql);
$row=sql_fetch_array($result);
?>
<table width="100%" cellpadding=0 cellspacing=0><tr>
<td valign=top width=33%>
<? echo latest_schedule("calendar","lll10"); ?> // 게시판 최근글
</td>
<td valign=top width=33%>
<? include "skin/new/basic/new.latest.php"; ?>
</td>
<td valign=top width=33%>
<? include "new/birth/birth.php"; ?>
</td>
</tr></table>
<!-- 메인화면 최신글 끝 -->
이런식으로 구성하면 됩니다.
배추빌더 라이트 사용자는 이 소스 적용않됩니다