poll_result.skin에서의 레벨 아이콘 관련 질문 정보
poll_result.skin에서의 레벨 아이콘 관련 질문본문
제가 현재 사용하고 있는 경험치바 스킨입니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=81152
아래 팁을 보고 각 게시판에 레벨 아이콘을 다 나오게 해놨습니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=1139&sca=&sfl=wr_subject%7C%7Cwr_content&stx=level_icon&sop=and
다름이 아니라 아래 스샷과 같이 설문조사 댓글란에서만 적용이 안되서 이렇게 문의를 드립니다.

설문조사는 그누보드 기본 설문조사관리 를 사용하고 있습니다.
(깔끔해 보여서...)
<?=level_icon($member[mb_id])?>
<?=level_icon($list[$i][mb_id])?>
<?=level_icon($write[mb_id])?>
위의 변수를 모두다 사용해봤는데 적용이 안되네요..;
::::::::: poll_result.skin.php 에서 안되는 부분 입니다. :::::::::::::
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10" colspan="4"></td>
</tr>
<tr>
<td width="20" height="25" align="center" bgcolor="#FAFAFA"><img src="<?=$g4[bbs_img_path]?>/icon_03.gif" width="3" height="5"></td>
<td width="350" bgcolor="#FAFAFA"><?=level_icon($list[$i][mb_id])?> <?=$list2[$i][name]?></td>
<td width="70" align="center" bgcolor="#FAFAFA"><? if ($list2[$i][del]) { echo $list2[$i][del] . "<img src='$g4[bbs_img_path]/btn_comment_delete.gif' width=45 height=14 border=0></a>"; } ?></td>
<td width="150" align="center" bgcolor="#FAFAFA"><?=$list2[$i][datetime]?></td>
</tr>
<tr>
<td height="1" colspan="4" background="<?=$g4[bbs_img_path]?>/dot_bg.gif"></td>
</tr>
<tr>
<td width="20" height="25" bgcolor="#FAFAFA"> </td>
<td width="550" height="25" colspan="3" bgcolor="#FAFAFA"><?=$list2[$i][idea]?></td>
</tr>
</table>
::::::::: poll_result.skin.php 에서 안되는 부분 입니다. :::::::::::::
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=81152
아래 팁을 보고 각 게시판에 레벨 아이콘을 다 나오게 해놨습니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=1139&sca=&sfl=wr_subject%7C%7Cwr_content&stx=level_icon&sop=and
다름이 아니라 아래 스샷과 같이 설문조사 댓글란에서만 적용이 안되서 이렇게 문의를 드립니다.

설문조사는 그누보드 기본 설문조사관리 를 사용하고 있습니다.
(깔끔해 보여서...)
<?=level_icon($member[mb_id])?>
<?=level_icon($list[$i][mb_id])?>
<?=level_icon($write[mb_id])?>
위의 변수를 모두다 사용해봤는데 적용이 안되네요..;
::::::::: poll_result.skin.php 에서 안되는 부분 입니다. :::::::::::::
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10" colspan="4"></td>
</tr>
<tr>
<td width="20" height="25" align="center" bgcolor="#FAFAFA"><img src="<?=$g4[bbs_img_path]?>/icon_03.gif" width="3" height="5"></td>
<td width="350" bgcolor="#FAFAFA"><?=level_icon($list[$i][mb_id])?> <?=$list2[$i][name]?></td>
<td width="70" align="center" bgcolor="#FAFAFA"><? if ($list2[$i][del]) { echo $list2[$i][del] . "<img src='$g4[bbs_img_path]/btn_comment_delete.gif' width=45 height=14 border=0></a>"; } ?></td>
<td width="150" align="center" bgcolor="#FAFAFA"><?=$list2[$i][datetime]?></td>
</tr>
<tr>
<td height="1" colspan="4" background="<?=$g4[bbs_img_path]?>/dot_bg.gif"></td>
</tr>
<tr>
<td width="20" height="25" bgcolor="#FAFAFA"> </td>
<td width="550" height="25" colspan="3" bgcolor="#FAFAFA"><?=$list2[$i][idea]?></td>
</tr>
</table>
::::::::: poll_result.skin.php 에서 안되는 부분 입니다. :::::::::::::
댓글 전체

$list 가 아니라 $list2 같네요.
That's why you need fresh eyes~^^;
That's why you need fresh eyes~^^;