|
|
|
15년 전
|
조회 1,015
|
|
|
|
15년 전
|
조회 839
|
|
|
|
15년 전
|
조회 770
|
|
|
|
15년 전
|
조회 1,120
|
|
|
|
15년 전
|
조회 896
|
|
|
|
15년 전
|
조회 786
|
|
|
|
15년 전
|
조회 1,565
|
|
|
|
15년 전
|
조회 1,111
|
|
|
|
15년 전
|
조회 984
|
|
|
|
15년 전
|
조회 889
|
|
|
|
15년 전
|
조회 909
|
|
|
|
15년 전
|
조회 1,615
|
|
|
|
15년 전
|
조회 1,048
|
|
|
|
15년 전
|
조회 1,057
|
|
|
|
15년 전
|
조회 1,612
|
|
|
|
15년 전
|
조회 759
|
|
|
|
15년 전
|
조회 986
|
|
|
|
15년 전
|
조회 855
|
|
|
|
15년 전
|
조회 737
|
|
|
|
15년 전
|
조회 1,084
|
댓글 2개
<font color=red><?$list[$i][name]?></font>
<?}?>
<?else{?>
<?$list[$i][name]?>
<?}?>
이렇게가지는 해봤는데 조금만 도와주세요.>!
{
$list[$i] = $row;
//$list[$i][name] = get_sideview($row[mb_id], cut_str($row[wr_name], 20, ''), $row[wr_email], $row[wr_homepage]);
$tmp_name = get_text(cut_str($row[wr_name], $config[cf_cut_name])); // 설정된 자리수 만큼만 이름 출력
if ($board[bo_use_sideview])
$list[$i][name] = get_sideview($row[mb_id], $tmp_name, $row[wr_email], $row[wr_homepage]);
else
$list[$i][name] = "<span class='".($row[mb_id]?'member':'guest')."'>$tmp_name</span>";
---------------------------------------------------------------------------------------------
view_comment.php 의 내용중에 위의 부분을 찾으세요...
(기본형을 사용하신다면 19번째 라인부터 출력이네요.. )
그런다음 아래에 다음 내용을 추가하세요.. 그러면 땡
if ($row[mb_id]==$member[mb_id]) $list[$i][name] = "<font color=yellow>".$row[mb_id]."</font>";