[팁] 출력하고 싶은 최신글만 출력하자...^^
3개의 파일을 클럽에 업로드하세요...
cb_latest.inc.php ===> 은 include폴더
아래의 두파일을 club폴더 club.lib.php파일이 있는 곳에 올리세요
cm_menulevel.php
cm_menulevel.update.php
cb_latest.inc.php ===> 은 include폴더
아래의 두파일을 club폴더 club.lib.php파일이 있는 곳에 올리세요
cm_menulevel.php
cm_menulevel.update.php
댓글 3개
19년 전
cb_latest.inc.php 파일을 수정요...^^
<?
$col_width = 100 / $cb[cb_latest_cols]. "%";
$board = sql_fetch(" select * from $g4[board_table] where bo_table = '$cb[cb_id]' ");
$cn_list = explode("|", $board[bo_category_list]);
?>
<table width="100%" border="0">
<?
$ja = 0;
for ($j=0; $j<count($cn_list); $j++) {
$sql = " select *
from $nc[tbl_menu]
where cb_id = '$cb[cb_id]'
and cn_1 = 'Y'
and cn_name = '$cn_list[$j]'
order by cn_id";
$result = sql_fetch($sql);
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++) {
if (!$cn_list[$j]) { continue; }
if ($ja != 0 && $ja%$cb[cb_latest_cols] == 0) { echo "</tr><tr>"; }
echo "<td width='$col_width' height='150' valign='top'>". cb_latest($cb[cb_latest_skin], $cb[cb_id], $row[cn_name], $cb[cb_latest_rows], $cb[cb_latest_len]). "</td>\n";
$ja++;
}
}
?>
</table>
<?
$col_width = 100 / $cb[cb_latest_cols]. "%";
$board = sql_fetch(" select * from $g4[board_table] where bo_table = '$cb[cb_id]' ");
$cn_list = explode("|", $board[bo_category_list]);
?>
<table width="100%" border="0">
<?
$ja = 0;
for ($j=0; $j<count($cn_list); $j++) {
$sql = " select *
from $nc[tbl_menu]
where cb_id = '$cb[cb_id]'
and cn_1 = 'Y'
and cn_name = '$cn_list[$j]'
order by cn_id";
$result = sql_fetch($sql);
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++) {
if (!$cn_list[$j]) { continue; }
if ($ja != 0 && $ja%$cb[cb_latest_cols] == 0) { echo "</tr><tr>"; }
echo "<td width='$col_width' height='150' valign='top'>". cb_latest($cb[cb_latest_skin], $cb[cb_id], $row[cn_name], $cb[cb_latest_rows], $cb[cb_latest_len]). "</td>\n";
$ja++;
}
}
?>
</table>
19년 전
굿~~~
넘좋아요~~
넘좋아요~~
18년 전
정말 유용한 팁입니다.
게시판 목록
그누4 플러그인
그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다.
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 359 | 19년 전 | 1812 | ||
| 358 | 19년 전 | 2849 | ||
| 357 | 19년 전 | 3406 | ||
| 356 | 19년 전 | 2319 | ||
| 355 | 19년 전 | 6422 | ||
| 354 | 19년 전 | 2545 | ||
| 353 | 19년 전 | 2448 | ||
| 352 | 19년 전 | 4220 | ||
| 351 | 19년 전 | 2121 | ||
| 350 | 19년 전 | 2343 | ||
| 349 | 19년 전 | 3236 | ||
| 348 | 19년 전 | 2379 | ||
| 347 |
|
19년 전 | 2906 | |
| 346 |
|
19년 전 | 2796 | |
| 345 | 19년 전 | 4709 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기