조회 수 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
번호 제목 글쓴이 날짜 조회 수
1523 "부자로 은퇴하기" 7가지 원칙 (PCA 생명) 최유진 2006.11.21 1575
1522 쨕~쨕~쨕~ 1 치비 2004.09.01 1471
1521 <Creative Visualization> Shakti Gawain 1 file 최유진 2007.05.23 1333
1520 <Letters from Iwo Jima> 클린트 이스트우드 감독 file 최유진 2007.04.24 1151
1519 <본 얼티메이텀> 기대 file 최유진 2007.08.21 1265
1518 <십팔사략> (네이버) 최유진 2007.09.19 1295
1517 <에어시티> 결론, 대실망! 2 file 최유진 2007.07.09 1435
1516 <용의자 X의 헌신>, <나미야 잡화점의 기적> 히가시노 게이고 file 최유진 2014.09.26 758
1515 <웨더 맨 The Weather Man> 2005 file 최유진 2007.05.25 1255
1514 <자산관리 ‘α투자’가 답이다>① ‘은퇴파산’ 리스크를 막아라 (헤럴드경제) 최유진 2013.02.14 780
1513 <쿵푸팬더>: 영화관람 동호회 1호 영화 file 최유진 2008.06.17 2235
1512 <프리즌 ~ > season 2 file 최유진 2007.09.28 1170
1511 <해리포터 5편> & <조디악> file 최유진 2007.08.07 1376
1510 <헝거게임 - 더 파이널> <하트 오브 더 씨> file 최유진 2015.12.10 490
1509 '경기도 맛집' (조선일보 Weekend) file 최유진 2006.04.07 1255
1508 '꽃보다 남자' 전 36권 file 최유진 2006.05.24 1402
1507 '마스터 키튼' 우라사와 나오키 (전 18권) file 최유진 2006.06.16 1255
1506 '비유의 연금술사' 송재익 신문선 어록 1 file 최유진 2006.02.17 1560
1505 '소·백·산·맥'酒 원샷 알고 마시니 더 취하네 (조선일보) file 최유진 2006.06.22 1374
1504 '앙 선생님'의 작품.. 2 file 최유진 2006.01.03 1221
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 77 Next
/ 77
서버에 요청 중입니다. 잠시만 기다려 주십시오...