게시판 리스트 제목 색상변경
게시판 리스트 제목 색상변경 방법 문의 드립니다.
고수님들 알려주세요!
고수님들 알려주세요!
댓글 4개
14년 전
list 스킨에서 할수 있습니당.
badamind
14년 전
좀더 정확히는 skin > board > 게시판스킨명 > list.skin.php 내에서
$list[$i][subject] 부분이 뿌려지는 곳에 적용하시면 되겠습니다.
예를들면
<a href="~~"><span style="color:red;">$list[$i][subject]</span></a>
식으로요..
$list[$i][subject] 부분이 뿌려지는 곳에 적용하시면 되겠습니다.
예를들면
<a href="~~"><span style="color:red;">$list[$i][subject]</span></a>
식으로요..
june55
14년 전
답변 감사드립니다
요 부분 같은데 color: #888888 를 변경 해도 색상 변경이 안됩니다
다른 방법좀 부탁립니다.....
echo $list[$i][subject];
echo "</a>";
if ($list[$i][comment_cnt])
echo "<a href=\"{$list[$i][comment_href]}\"><span style='font-family:Tahoma;font-size:7pt;color:#888888;'>{$list[$i][comment_cnt]}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i][icon_new];
echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
echo $nobr_end;
?></td>
<td><nobr style='display:block; overflow:hidden; width:105px;'><?=$list[$i][name]?></nobr></td>
<td><span style='color:#888888;'><?=$list[$i][datetime]?></span></td>
<td><span style='color:#888888;'><?=$list[$i][wr_hit]?></span></td>
<?/*?><td><span style='color:#888888;'><?=$list[$i][last2]?></span></td><?*/?>
<? if ($is_good) { ?><td align="center"><span style='color:#888888;'><?=$list[$i][wr_good]?></span></td><? } ?>
<? if ($is_nogood) { ?><td align="center"><span style='color:#888888;'><?=$list[$i][wr_nogood]?></span></td><? } ?>
</tr>
<tr><td colspan=<?=$colspan?> height=1 bgcolor=#E7E7E7></td></tr>
<?}?>
<? if (count($list) == 0) { echo "<tr><td colspan='$colspan' height=100 align=center>게시물이 없습니다.</td></tr>"; } ?>
<tr><td colspan=<?=$colspan?> bgcolor=#5C86AD height=1></td></tr>
</table>
</form>
요 부분 같은데 color: #888888 를 변경 해도 색상 변경이 안됩니다
다른 방법좀 부탁립니다.....
echo $list[$i][subject];
echo "</a>";
if ($list[$i][comment_cnt])
echo "<a href=\"{$list[$i][comment_href]}\"><span style='font-family:Tahoma;font-size:7pt;color:#888888;'>{$list[$i][comment_cnt]}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i][icon_new];
echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
echo $nobr_end;
?></td>
<td><nobr style='display:block; overflow:hidden; width:105px;'><?=$list[$i][name]?></nobr></td>
<td><span style='color:#888888;'><?=$list[$i][datetime]?></span></td>
<td><span style='color:#888888;'><?=$list[$i][wr_hit]?></span></td>
<?/*?><td><span style='color:#888888;'><?=$list[$i][last2]?></span></td><?*/?>
<? if ($is_good) { ?><td align="center"><span style='color:#888888;'><?=$list[$i][wr_good]?></span></td><? } ?>
<? if ($is_nogood) { ?><td align="center"><span style='color:#888888;'><?=$list[$i][wr_nogood]?></span></td><? } ?>
</tr>
<tr><td colspan=<?=$colspan?> height=1 bgcolor=#E7E7E7></td></tr>
<?}?>
<? if (count($list) == 0) { echo "<tr><td colspan='$colspan' height=100 align=center>게시물이 없습니다.</td></tr>"; } ?>
<tr><td colspan=<?=$colspan?> bgcolor=#5C86AD height=1></td></tr>
</table>
</form>
badamind
14년 전
색상변경하신 부분은 코멘트 수인데요. 제목색상을 바꾸려고 하셨던게 아닌지요?
게시판 리스트 색상을 수정하시려면 위쪽의
echo $list[$i][subject];
부분을
echo "<span style='font-family:Tahoma;font-size:7pt;color:#888888;'>".$list[$i][subject]."</span>";
으로 해보세요.
게시판 리스트 색상을 수정하시려면 위쪽의
echo $list[$i][subject];
부분을
echo "<span style='font-family:Tahoma;font-size:7pt;color:#888888;'>".$list[$i][subject]."</span>";
으로 해보세요.
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66354 |
이주석님아
|
11년 전 | 2768 | |
| 66353 | 11년 전 | 2091 | ||
| 66352 | 11년 전 | 2765 | ||
| 66351 |
mybiz
|
11년 전 | 2347 | |
| 66350 |
alexseo
|
11년 전 | 2391 | |
| 66349 | 11년 전 | 3966 | ||
| 66348 | 11년 전 | 2593 | ||
| 66347 | 11년 전 | 2810 | ||
| 66346 |
겸손1935
|
11년 전 | 2247 | |
| 66345 |
금나와라뚝딱
|
11년 전 | 2537 | |
| 66344 | 11년 전 | 2493 | ||
| 66343 |
Mariplay
|
11년 전 | 2378 | |
| 66342 |
포도주스와
|
11년 전 | 2728 | |
| 66341 | 11년 전 | 2954 | ||
| 66340 | 11년 전 | 3382 | ||
| 66339 | 11년 전 | 2400 | ||
| 66338 |
그누초보님
|
11년 전 | 1993 | |
| 66337 |
퇴근후밥상
|
11년 전 | 3172 | |
| 66336 |
그누초보님
|
11년 전 | 2148 | |
| 66335 |
오래된미래
|
11년 전 | 2088 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기