하나: 2_index.php 파일을 열고 아래 부분을 추가 시켜 줍니다
<style>
기존 내용
/* 글목록상단메뉴에 사용 최초수정일: 2007.05.03*/
.btn_off {background-image:'';}
.btn_off:link {text-decoration:none; color:#000000;}
.btn_off:active {text-decoration:none; color:#000000;}
.btn_off:visited {text-decoration:none; color:#000000;}
.btn_off:hover {text-decoration:none; color:#000000;}
.btn_on {background-image:url(<?=$this_skin?>/b_img_add/tab_small.gif);}
.btn_on:link {text-decoration:none; color:#000000;}
.btn_on:active {text-decoration:none; color:#000000;}
.btn_on:visited {text-decoration:none; color:#000000;}
.btn_on:hover {text-decoration:none; color:#000000;}
</style>
두울: 다음과 같은 부분의 하단에
<!--- ★ [보드설정]→[4-30] "글목록 상단에 내용 삽입" --->
<?= $Bconfig['ta4_30'] ?>
아래를 추가 시켜 줍니다..
<!-- ◈◈글목록 상단메뉴 탭버튼 형식 BOX 구성 <div> 시작. 최초수정일: 2007.05.03*◈◈ -->
<?
global $sOpt;
if($sOpt=='1'||!$sOpt) {$bClass1='btn_on';} else {$bClass1='btn_off';}
if($sOpt=='2') {$bClass2='btn_on';} else {$bClass2='btn_off';}
if($sOpt=='3') {$bClass3='btn_on';} else {$bClass3='btn_off';}
if($sOpt=='4') {$bClass4='btn_on';} else {$bClass4='btn_off';}
if($sOpt=='5') {$bClass5='btn_on';} else {$bClass5='btn_off';}
if($sOpt=='6') {$bClass6='btn_on';} else {$bClass6='btn_off';}
if($sOpt=='7') {$bClass7='btn_on';} else {$bClass7='btn_off';}
if($sOpt=='8') {$bClass8='btn_on';} else {$bClass8='btn_off';}
?>
<table cellspacing=0 border=0 style="width:<?=$Bconfig['tx4_1_1']?>; background-image:url(<?=$this_skin?>/b_img_add/tab_small_bg.gif);">
<tr align=center>
<td width=10 height=25> </td>
<td width=75 class='<?=$bClass1?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&sOpt=1'>전체 목록</a>
</td>
<td width=75 class='<?=$bClass2?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=&sortorder=&indextype=&indexorder=&linkstep=1&search=<?=$you_Member[m_id]?>&sOpt=2'>내글목록</a>
</td>
<td width=75 class='<?=$bClass3?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=hit&sortorder=&indextype=&indexorder=&linkstep=1&search=&sOpt=3'>최다조회</a>
</td>
<td width=75 class='<?=$bClass4?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=hit&sortorder=1&indextype=&indexorder=&linkstep=1&search=&sOpt=4'>최소조회</a>
</td>
<td width=75 class='<?=$bClass5?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=comment&sortorder=&indextype=&indexorder=&linkstep=1&search=&sOpt=5'>최다댓글</a>
</td>
<td width=75 class='<?=$bClass6?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=comment&sortorder=1&indextype=&indexorder=&linkstep=1&search=&sOpt=6'>최소댓글</a>
</td>
<td width=75 class='<?=$bClass7?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=vote&sortorder=&indextype=&indexorder=&linkstep=1&search=&sOpt=7'>최다추천</a>
</td>
<td width=75 class='<?=$bClass8?>'>
<a href='<?=$CONFIG[board_php]?>?board=<?=$CONFIG[board]?>&category=&config=&shwhere=id&sort=vote&sortorder=1&indextype=&indexorder=&linkstep=1&search=&sOpt=8'>최소추천</a>
</td>
<td> </td>
</tr>
</table>
<!-- ◈◈ 탭버튼 형식 BOX 구성 </div> 끝 ◈◈ -->
세엣 : 보드설정2번 에서 이 내용이 들어간 2_index.php 파일을 선택하여 작동시켜 봅니다.
끝.
http://www.pajuyom.kr/tech/board.php?board=qanda 적용예
http://japan.web-bi.net/nakama.php
나까마 일본어 홈페이지제작, 다국어 홈페이지제작
[테크노트 php 팁] 광고글 방지 소스 / 일본어홈페이지만들기 (0) | 2007.08.29 |
---|---|
테크노트 php 글등록시 My아이콘 자동적용 [일본어홈페이지제작] (0) | 2007.06.26 |
테크노트 php 카테고리 아이콘 출력하기 (0) | 2007.06.26 |
[테크노트 홈페이지제작] 검색시 엮인글 무조건 출력하기 (0) | 2007.05.27 |
[테크노트설치대행] 외부페이지 링크하기 (0) | 2007.01.15 |