게시판명을 그룹명으로 변경하고 싶어요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" type="text/css" href="<?=$latest_skin_path?>/arr_new.css">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td height="20" style="padding-top:5px;"> <img src='<?=$latest_skin_path?>/img/icon.gif' align="absmiddle"> <font color=#8B0000 font-size="9pt">최근 업데이트 컨텐츠</font></td>
<td width="50" align="center" style="padding-top:5px;"></td>
</tr>
<tr>
<td height=2 colspan=2></td>
</tr>
<tr>
<td height=1 colspan=2 bgcolor="#c5c5c5"></td>
</tr>
</table>
<table width="100%" cellpadding=0 cellspacing=0>
<?
for ($i=0; $i<count($list); $i++) {
?>
<tr>
<td class="arr_new_list" align="left">
<?
echo "<img src='$latest_skin_path/img/board_icon.gif' align=absmiddle>";
echo "<a href='{$list[$i][href]}'>";
echo " <span style='font-size:8pt; color:#6495ED;'>[{$board_list[$i][bo_subject]}]</span> ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#333333;'>{$list[$i][subject]}</font>";
echo "</a>";
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span></a>";
echo " " . $list[$i][icon_new];
echo " " . $list[$i][icon_secret];
?>
</td>
<!-- td align="center" width="60" class="arr_new_list">
<font color=#bababa class=small><?=$list[$i][datetime2];?></font>
</td -->
</tr>
<?
}//end for
?>
<? if (count($list) == 0) { ?><tr><td align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
최근게시물에 그룹별로 게시판을 불러오면서 게시판명 대신 그룹명을 앞에 넣고 싶은데
어떻게 해야 하는지 고수님들의 도움을 기다립니다. ^^
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" type="text/css" href="<?=$latest_skin_path?>/arr_new.css">
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td height="20" style="padding-top:5px;"> <img src='<?=$latest_skin_path?>/img/icon.gif' align="absmiddle"> <font color=#8B0000 font-size="9pt">최근 업데이트 컨텐츠</font></td>
<td width="50" align="center" style="padding-top:5px;"></td>
</tr>
<tr>
<td height=2 colspan=2></td>
</tr>
<tr>
<td height=1 colspan=2 bgcolor="#c5c5c5"></td>
</tr>
</table>
<table width="100%" cellpadding=0 cellspacing=0>
<?
for ($i=0; $i<count($list); $i++) {
?>
<tr>
<td class="arr_new_list" align="left">
<?
echo "<img src='$latest_skin_path/img/board_icon.gif' align=absmiddle>";
echo "<a href='{$list[$i][href]}'>";
echo " <span style='font-size:8pt; color:#6495ED;'>[{$board_list[$i][bo_subject]}]</span> ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#333333;'>{$list[$i][subject]}</font>";
echo "</a>";
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span></a>";
echo " " . $list[$i][icon_new];
echo " " . $list[$i][icon_secret];
?>
</td>
<!-- td align="center" width="60" class="arr_new_list">
<font color=#bababa class=small><?=$list[$i][datetime2];?></font>
</td -->
</tr>
<?
}//end for
?>
<? if (count($list) == 0) { ?><tr><td align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
최근게시물에 그룹별로 게시판을 불러오면서 게시판명 대신 그룹명을 앞에 넣고 싶은데
어떻게 해야 하는지 고수님들의 도움을 기다립니다. ^^
댓글 2개
13년 전
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=110601&sca=%EC%B5%9C%EC%8B%A0%EA%B8%80&sfl=wr_subject&stx=%EA%B7%B8%EB%A3%B9&sop=and
참고하시면 답 나오실껍니다 ㅎ
참고하시면 답 나오실껍니다 ㅎ
행복한꿈이
13년 전
답변주셔서 감사합니다~
조금 쉽게 설명해주실 수 있으신지요? 이해할 수 없어서 다시 부탁드립니다 ^^
조금 쉽게 설명해주실 수 있으신지요? 이해할 수 없어서 다시 부탁드립니다 ^^
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66554 | 11년 전 | 17733 | ||
| 66553 | 11년 전 | 12554 | ||
| 66552 |
alexseo
|
11년 전 | 10188 | |
| 66551 | 11년 전 | 10925 | ||
| 66550 | 11년 전 | 10496 | ||
| 66549 | 11년 전 | 11846 | ||
| 66548 | 11년 전 | 15029 | ||
| 66547 |
스타크루즈
|
11년 전 | 11493 | |
| 66546 |
kimch
|
11년 전 | 11599 | |
| 66545 | 11년 전 | 11423 | ||
| 66544 | 11년 전 | 12271 | ||
| 66543 |
별을기다리며
|
11년 전 | 14432 | |
| 66542 |
별을기다리며
|
11년 전 | 11924 | |
| 66541 | 11년 전 | 9692 | ||
| 66540 | 11년 전 | 10566 | ||
| 66539 | 11년 전 | 16399 | ||
| 66538 | 11년 전 | 10451 | ||
| 66537 | 11년 전 | 9134 | ||
| 66536 | 11년 전 | 10574 | ||
| 66535 |
alexseo
|
11년 전 | 5590 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기