조회 수 1274 추천 수 59 댓글 6
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
================================================================================
view.php화일을 이리저리 편집을 조금만 해서 이곳에 맞는 성격의 것으로 개조를 한다.

제작자분들에게 허락을 득한것이기 때문에 별 문제는 없을듯 하다.

3가지를 수정하였는데

--------------

1. 게시물을 볼때 바탕색깔이 연한 쥐색이었다. (<tr bgcolor="F3F3EF">)

이걸 우선 "white" 로 바꿔야 한다.

이유는 이곳에 올리는 대부분의 게시물중 그림이 첨부되어있으면 하얀색 프레임이 따라오는데

바탕화면이 쥐색이어서 그 프레임이 눈에 거슬린다는 것이다.

--------------

2. 댓글을 달때 흔히들 볼수 있는 "인터넷 예절을 지켜서 댓글을 써주세요"류의 코멘트를 없애고 싶었다.

아래의 구문을 지우면 해결이 된다. 추가로 table구문이 있는데 지우나 안지우나 상관없다. 쥐색줄..

<tr>
  <td><img src=<?=$dir?>/images/caution.gif></td>
</tr>
     </table>
        </td>
<td width=8 class=line3 style=padding:0px><img src=/images/t.gif border=0 width=8></td>
<td class=list_eng>글은 인터넷에서 자신을 나타내는 유일한 모습입니다.<br>상대에게 상처를 주기보다 같이 즐거워 할 수 있는 코멘트 부탁드려요.</td>
<td align=right><font class=list_eng><?=date("Y-m-d")?><br><?=date("H:i:s")?></font></td>
</tr>

-=-------------

3. 마지막으로 게시물을 읽을때 상부에 화일이 첨부되었을때 생성되는 테이블인데 아래의 구문을 지우면

해결이 된다.

<tr>
    <td background=<?=$dir?>/images/horizon_breaker.gif><div align="right"><img src=<?=$dir?>/images/register_note.gif width="77" height="22"></div></td>
</tr>

================================================================================


하단부의  
에서 제일 하단부의 코멘트 부분을 지우면

댓글코멘트상의 멘트"예절을 지킵시다"류의 머릿글을 없앨수 있다.

<?
        $name = str_replace(">","><font class=list_han>",$name);
        $homepage = str_replace(">","><font class=list_eng></b>",$homepage);
        $a_file_link1 = str_replace(">","><font class=list_eng></b>",$a_file_link1);
        $a_file_link2 = str_replace(">","><font class=list_eng></b>",$a_file_link2);
        $sitelink1 = str_replace(">","><font class=list_eng></b>",$sitelink1);
        $sitelink2 = str_replace(">","><font class=list_eng></b>",$sitelink2);
        $memo = str_replace("<table border=0 cellspacing=0 cellpadding=0 width=100% style=\"table-layout:fixed;\"><col width=100%></col><tr><td valign=top>","<table border=0 cellspacing=0 cellpadding=0 width=100% style=\"table-layout:fixed;\"><col width=100%></col><tr><td valign=top class=list_han>",$memo);
?>

<img src=<?=$dir?>/t.gif border=0 height=5><br>

<table border="0" cellpadding="0" cellspacing="0" width=<?=$width?>>
  <tr bgcolor="CACAC1">
    <td colspan="13"><img src=<?=$dir?>/images/blue_bar.gif width="79" height="2"></td>
  </tr>
  <tr bgcolor="CACAC1">
    <td colspan="13" ><img src="<?=$dir?>/images/blank.gif width="5" height="1"></td>
  </tr>
  <tr>
    <td width="79"><img src=<?=$dir?>/images/item03_subject.gif width="79" height="30"></td>
    <td width="1" ><img src=<?=$dir?>/images/title_breaker.gif width="1" height="30"></td>
    <td width="100%" colspan="11" class=title_han style=padding:8px;word-break:break-all;><b><?=$subject?></b></td>
  </tr>
  <tr bgcolor="CACAC1">
    <td colspan="13"><img src=<?=$dir?>/images/blank.gif width="5" height="1"></td>
  </tr>
  <tr>
    <td colspan="13" ><table border=0 cellspacing=0 width=100% style=table-layout:fixed height=30 class=list0>
      <col width=>
      <col width=240>
      <tr>
        <td nowrap style=padding-left:10px>
            <?=$face_image?>
          <?=$name?>
     
          <?
                                        if($data['homepage']) {
                                ?>
          <a href="<?=$data['homepage']?>" target=_blank><img src=<?=$dir?>/images/sbtn_connect_homepage.gif border=0 align="absmiddle"></a>
          <?
                                        }
                                ?>
        </td>
        <td align=right style=padding-right:10px class=list_eng><?=$date?>
          , 조회 : <b>
          <?=number_format($hit)?>
          </b>, 추천 : <b>
          <?=$vote?>
        </b></td>
      </tr>
    </table></td>
  </tr>
  <tr bgcolor="cacac1">
    <td colspan="13" ><img src=<?=$dir?>/images/blank.gif width="5" height="1"></td>
  </tr>
  <tr bgcolor="F3F3EF">
    <td colspan="13">
        <table border=0 cellspacing=0 cellpadding=10 width=100% padding=8>
                <tr>
                        <td>

<table border="0" cellspacing="0" cellpadding="0" width="100%">
  <tr>
    <td>
        <?=$hide_sitelink1_start?><img src=<?=$dir?>/images/sbtn_sitelink_01.gif border=0 align="absmiddle"><?=$sitelink1?></font><br><?=$hide_sitelink1_end?>
    <?=$hide_sitelink2_start?><img src=<?=$dir?>/images/sbtn_sitelink_02.gif border=0 align="absmiddle"><?=$sitelink2?></font><br><?=$hide_sitelink2_end?>
    <?=$hide_download1_start?><img src=<?=$dir?>/images/sbtn_download_01.gif border=0 align="absmiddle"><?=$a_file_link1?><?=$file_name1?> (<?=$file_size1?>)</a>, Download : <?=$file_download1?></font><br><?=$hide_download1_end?>
        <?=$hide_download2_start?><img src=<?=$dir?>/images/sbtn_download_02.gif border=0 align="absmiddle"><?=$a_file_link2?><?=$file_name2?> (<?=$file_size2?>)</a>, Download : <?=$file_download2?></font><br><?=$hide_download2_end?>
                
        </td>
  </tr>
  <tr>
    <td background=<?=$dir?>/images/horizon_breaker.gif><div align="right"><img src=<?=$dir?>/images/register_note.gif width="77" height="22"></div></td>
  </tr>
  <tr>
    <td><?=$hide_download1_start?>
        <center><?=$upload_image1?><br><br>
            <?=$hide_download1_end?>
        
        <?=$hide_download2_start?>
        <?=$upload_image2?></center><br><br>
        <?=$hide_download2_end?>
        
        <?=$memo?>
        <div align=right class=list_eng><?=$ip?></div>
        </td>
  </tr>
</table>
                        </td>
                </tr>
          </table>
        </td>
  </tr>
  <tr bgcolor="cacac1">
    <td colspan="13" ><img src=<?=$dir?>/images/blank.gif width="5" height="2"></td>
  </tr>
</table>

<img src=<?=$dir?>/t.gif border=0 height=2><br>


<?if($member['level']<=$setup['grant_comment']){?>
<?=$hide_comment_start?>

<img src=/images/t.gif border=0 height=8><br>
<table width=<?=$width?> cellspacing=1 cellpadding=4>
<col width=100></col><col width=8></col><col width=></col><col width=100></col>
<tr valign=top bgcolor=white>
        <td>
                <table border=0 cellspacing=0 cellpadding=0 width=100% style=table-layout:fixed>
                <tr>
                        <td><img src=<?=$dir?>/images/caution.gif></td>
                </tr>
                </table>
        </td>
        <td width=8 class=line3 style=padding:0px><img src=/images/t.gif border=0 width=8></td>
        <td class=list_eng>글은 인터넷에서 자신을 나타내는 유일한 모습입니다.<br>상대에게 상처를 주기보다 같이 즐거워 할 수 있는 코멘트 부탁드려요.</td>
        <td align=right><font class=list_eng><?=date("Y-m-d")?><br><?=date("H:i:s")?></font></td>
</tr>
</table>
<img src=/images/t.gif border=0 height=8><br>
<?=$hide_comment_end?>
<?}?>
?
  • ?
    2006.01.06 09:50
    한가지 더..이곳에 댓글을 10자 이상 안쓰면 "코멘트는 10자 이상을 쓰셔야 합니다"라고 경고가 나오고 글이 안써진 애로사항이 있었는데 그걸 1자로 바꿨다. "칫" "쳇" "풋"등의 간단한 코멘트가 충분히 있을수 있기 때문이다. 그건 view_write_comment.php에서 글자의 길이를 10에서 1로 바꿨다.
  • ?
    2006.01.06 09:51
    댓글이나 새로운 글이 떴을때 다른것과 구분되게 new아이콘을 달면 이제 여간한 것은 쓸수 있을듯 하다.
  • ?
    보랍 2006.01.07 12:26
  • ?
    보랍 2006.01.07 12:26
    진짜 되네? 히히
  • ?
    2006.01.09 08:35
    이 아짐마 무척 싱겁군..
  • ?
    2006.01.09 14:06
    댓글 달리면 new라고 색깔별로 표시되는건 include의 list_check.php화일 수정

List of Articles
번호 제목 글쓴이 날짜 조회 수
1143 새해의 작은 기도 (정호승 프란치스코, 시인) 최유진 2006.01.02 993
1142 조선일보에서 감명깊게 읽은... file 최유진 2006.01.02 1009
1141 작은 생활 속의 큰 기쁨들 2 file 최유진 2006.01.02 1192
1140 저무는 한 해의 일출.. file 최유진 2006.01.03 1058
1139 Cheer Up! 4 file 최유진 2006.01.03 1167
1138 '앙 선생님'의 작품.. 2 file 최유진 2006.01.03 1219
1137 빅 화이트 (Big White) file 최유진 2006.01.03 1041
1136 책상정리 (조선일보 Life & Style) file 최유진 2006.01.04 1126
1135 초심으로 돌아가기 1 최유진 2006.01.04 1052
1134 40대 성공 재도약 24계명 (커리어센터) 최유진 2006.01.05 994
1133 영민이가 링크해놓은 곳으로 본 토정비결 1 2006.01.05 922
1132 백만불짜리 첫인상 만들기 (커리어센터) 최유진 2006.01.05 848
1131 첫인상에 승부를 걸어라 (커리어센터) 최유진 2006.01.05 1059
1130 촐촐할때 먹는 간식.. 4 file 2006.01.05 1153
1129 이쁜 PC 1 file 2006.01.05 934
» 제로보드 게시판 수정하기. 6 2006.01.06 1274
1127 방에서 바라본 풍경.. file 2006.01.06 1052
1126 우리의 생각이 세상을 만든다 (행복한 경영이야기) 2 최유진 2006.01.09 891
1125 커피 한 잔과 케이크 한 조각.. 1 file 2006.01.09 1213
1124 Naruto (나루토) 1 file 최유진 2006.01.10 2488
Board Pagination Prev 1 ... 15 16 17 18 19 20 21 22 23 24 ... 77 Next
/ 77
서버에 요청 중입니다. 잠시만 기다려 주십시오...