팁(tip)란에서 "최광선" 님의 코멘트도 수정할수 있는 스킨을 적용하는데 질문이 있습니다.
팁(tip)란에서 "최광선" 님의 코멘트도 수정할수 있는 스킨을 적용하는데 질문이 있습니다.
스킨을 받아서 수정을 하고 있는데 다 괜챦은데 회원이 아닌 비회원일 경우에는 수정할수 있는 방법이 없더군요...
비회원도 수정할수 있게 할려면 어디를 수정해야 하는감요?
스킨폴더에 gbview.skin.php를 보면 아래와 같은 부분이 있는데 여기서 수정을 해야하는건가요?
<? if ($is_comment) { ?>
<!-- 코멘트 내용 -->
<? for ($i=0; $i<count($list); $i++) { ?>
<a name='c<?=$list[$i][wr_id]?>'></a>
<!-- 코멘트 내용 -->
<? for ($i=0; $i<count($list); $i++) { ?>
<a name='c<?=$list[$i][wr_id]?>'></a>
<table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td bgcolor=#F1F1F1 height="20">
<tr>
<td bgcolor=#F1F1F1 height="20">
<table cellpadding="0" cellspacing="0" width=<?=$width?>>
<tr>
<td> <?=$list[$i][name]?></td>
<td align="right"><font color="cf4900"><?=$list[$i][datetime]?></font></td>
</tr>
</table>
</td>
<td align=right bgcolor=#F1F1F1>
<td align=right bgcolor=#F1F1F1>
<!-- 코멘트 수정 -->
<? if ($list[$i][is_mod])echo "{$list[$i][mod_href]}<input type=hidden name=a value='$wr_id'><input type=image src='$board_skin/com_modify.gif' border=0 alt='수정' align='absmiddle'>"; ?>
<? if ($list[$i][is_del]) { echo "{$list[$i][del_href]}<img src='$board_skin/com_del.gif' border=0 align=absmiddle></a> "; } ?> </td></form>
</tr>
<tr>
<td colspan=2 valign=top width="875">
<table width=100% cellpadding=7 cellspacing=0>
<tr>
<td style='word-break:break-all; text-align:justify;' class='lh tt'><?=$list[$i][content]?></td>
</tr>
<tr><td colspan=2 align=right> <?=$list[$i][ip]?></td></tr>
</table>
</td>
</tr>
</table>
<? } // for ?>
</tr>
<tr>
<td colspan=2 valign=top width="875">
<table width=100% cellpadding=7 cellspacing=0>
<tr>
<td style='word-break:break-all; text-align:justify;' class='lh tt'><?=$list[$i][content]?></td>
</tr>
<tr><td colspan=2 align=right> <?=$list[$i][ip]?></td></tr>
</table>
</td>
</tr>
</table>
<? } // for ?>
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인