스크랩 글자수를 줄이고 싶어요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

스크랩 글자수를 줄이고 싶어요 정보

스크랩 글자수를 줄이고 싶어요

본문

고수님들 안녕하세요.
게시판 글자수를 못 줄이고 있어 몇시간째 헤메고 있습니다.
답변 좀 부탁드려요...T_T

member 스킨 파일에 보면
scrap.skin.php 파일이 있는데

<? for ($i=0; $i<count($list); $i++) { ?>
                    <tr height=25 bgcolor="#F6F6F6" align="center">
                        <td height="24"><?=$list[$i][num]?></td>
                        <td><a href="javascript:;" onclick="opener.document.location.href='<?=$list[$i][opener_href]?>';"><?=$list[$i][bo_subject]?></a></td>
                        <td align="left" style='word-break:break-all;'>&nbsp;<a href="javascript:;" onclick="opener.document.location.href='<?=$list[$i][opener_href_wr_id]?>';"><?=$list[$i][subject]?></a></td>
                        <td><?=$list[$i][ms_datetime]?></td>
                        <td><a href="javascript:del('<?=$list[$i][del_href]?>');"><img src="<?=$member_skin_path?>/img/btn_comment_delete.gif" width="45" height="14" border="0"></a></td>
                    </tr>
                <? } ?>

위 소스에 보면
<?=$list[$i][subject]?>
제목 글자수를 줄이고 싶은데 어떻게 해야 하나요?

T_T
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로