Navigation
열기 닫기
저희쪽에서 확인가능한 페이지 주소를 알려주시기 바랍니다.
/myboard/board1
/myboard/board2
/myboard/board3
먼저 디자인팜을 실행을 합니다.
맞춤게시판을 선택을 한뒤 우측에 고급자용 소스수정을 클릭을 합니다.
그런다음 위의 소스상에서 처리현황을 없애주시면 됩니다.
<table cellpadding="0" cellspacing="0" border="0" class="farm-A-table"> <colgroup> <col width="" class="farm-A-pc"> <col width="300"> <col width=""> <col width=""> <col width="90"> <col width=""> <col width="130"> </colgroup>
<thead class="farm-A-tablet-pc-header-group"> <tr> <th scope="col" class="farm-A-pc"> </th> <th scope="col">{$s_v1_name}</th> <th scope="col">{$s_v2_name}</th> <th scope="col">{$s_v3_name}</th> <th scope="col">{$s_v5_name}</th> <th scope="col">처리현황</th> </tr> </thead>
<tbody> <tr loop="$myboard_mylist_row as $k => $v"> <td class="farm-A-pc"><!--{$v[numbering]}--><a href="{$v[read_url]}" class="farm-A-atext"><span class="img2">{$v[s_v45]}</span></a></td> <td> <a href="{$v[read_url]}" class="farm-A-tablet-pc farm-A-atext">{$v[s_v1]}<p style="color:#666;">[{$v[s_v4]}]</p></a> <a href="{$v[read_url]}" class="farm-A-atext"> <p class="img"> {$v[s_v45]} </p> <span class="farm-A-mobile farm-A-align-left" cond="$s_v1_name" style="font-weight:bold; font-size:15px;"> <!--@if($v[s_v3] =="월세")--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#f49000; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#f49000;">{$v[s_v41]}</span> </div> <!--@else if($v[s_v3] =="매매")--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v46]}</span> </div> <!--@else--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v47]}</span> </div> <!--@end--> {$v[s_v1]} </span> <span class="farm-A-mobile farm-A-align-left" cond="$s_v4_name">{$v[s_v4]}</span>{$s_v41_value} <!--<span class="farm-A-mobile farm-A-align-left" cond="$s_v5_name">{$s_v5_name} : {@ echo substr($v[s_v5],0,9)."****"; @}</span>--> <!--<span class="farm-A-mobile farm-A-align-left" cond="$s_v2_name">{$s_v2_name} : {$v[s_v2]}</span>--> <span class="farm-A-mobile farm-A-align-left"><span style="color:{$v[state_color]}">{$v[state_subject]}</span></a> <!--<span class="farm-A-mobile farm-A-align-left">등록일 : {$v[reg_date]|date:Y-m-d}</span> <span class="farm-A-mobile farm-A-align-left">조회수 : {$v[view_cnt]}</span>--> </td> <td class="farm-A-tablet-pc">{$v[s_v2]}</td> <td class="farm-A-tablet-pc"> <!--@if($v[s_v3] =="월세")--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#f49000; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#f49000;">{$v[s_v41]}</span> </div> <!--@else if($v[s_v3] =="매매")--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v46]}</span> </div> <!--@else--> <div style="margin-bottom:5px; text-align:left;"> <p style="color:white; background:#e23a00; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#e23a00;">{$v[s_v47]}</span> </div> <!--@end--> </td> <!--<td class="farm-A-tablet-pc">{$v[reg_date]|date:Y-m-d}</td>--> <td class="farm-A-tablet-pc">{@ echo substr($v[s_v5],0,9)."****"; @}</td> <td class="farm-A-tablet-pc"><span style="color:{$v[state_color]}">{$v[state_subject]}</span></td> <!--<td class="farm-A-tablet-pc">{$v[view_cnt]}</td>--> </tr>
<tr cond="!count($myboard_mylist_row)"> <td colspan="7" class="farm-A-empty">등록된 데이터가 없습니다.</td> </tr> </tbody> </table>
위의 빨간색으로 표시된 부분을 제거를 하시면 처리현황은 보여지지 않습니다
나머지 게시판도 이와 동일한 방법으로 해주시면 됩니다.
감사합니다.
열기 닫기
저희쪽에서 확인가능한 페이지 주소를 알려주시기 바랍니다.
/myboard/board1
/myboard/board2
/myboard/board3
먼저 디자인팜을 실행을 합니다.
맞춤게시판을 선택을 한뒤 우측에 고급자용 소스수정을 클릭을 합니다.
그런다음 위의 소스상에서 처리현황을 없애주시면 됩니다.
<table cellpadding="0" cellspacing="0" border="0" class="farm-A-table">
<colgroup>
<col width="" class="farm-A-pc">
<col width="300">
<col width="">
<col width="">
<col width="90">
<col width="">
<col width="130">
</colgroup>
<thead class="farm-A-tablet-pc-header-group">
<tr>
<th scope="col" class="farm-A-pc"> </th>
<th scope="col">{$s_v1_name}</th>
<th scope="col">{$s_v2_name}</th>
<th scope="col">{$s_v3_name}</th>
<th scope="col">{$s_v5_name}</th>
<th scope="col">처리현황</th>
</tr>
</thead>
<tbody>
<tr loop="$myboard_mylist_row as $k => $v">
<td class="farm-A-pc"><!--{$v[numbering]}--><a href="{$v[read_url]}" class="farm-A-atext"><span class="img2">{$v[s_v45]}</span></a></td>
<td>
<a href="{$v[read_url]}" class="farm-A-tablet-pc farm-A-atext">{$v[s_v1]}<p style="color:#666;">[{$v[s_v4]}]</p></a>
<a href="{$v[read_url]}" class="farm-A-atext">
<p class="img">
{$v[s_v45]}
</p>
<span class="farm-A-mobile farm-A-align-left" cond="$s_v1_name" style="font-weight:bold; font-size:15px;">
<!--@if($v[s_v3] =="월세")-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#f49000; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#f49000;">{$v[s_v41]}</span>
</div>
<!--@else if($v[s_v3] =="매매")-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v46]}</span>
</div>
<!--@else-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v47]}</span>
</div>
<!--@end-->
{$v[s_v1]}
</span>
<span class="farm-A-mobile farm-A-align-left" cond="$s_v4_name">{$v[s_v4]}</span>{$s_v41_value}
<!--<span class="farm-A-mobile farm-A-align-left" cond="$s_v5_name">{$s_v5_name} : {@ echo substr($v[s_v5],0,9)."****"; @}</span>-->
<!--<span class="farm-A-mobile farm-A-align-left" cond="$s_v2_name">{$s_v2_name} : {$v[s_v2]}</span>-->
<span class="farm-A-mobile farm-A-align-left"><span style="color:{$v[state_color]}">{$v[state_subject]}</span></a>
<!--<span class="farm-A-mobile farm-A-align-left">등록일 : {$v[reg_date]|date:Y-m-d}</span>
<span class="farm-A-mobile farm-A-align-left">조회수 : {$v[view_cnt]}</span>-->
</td>
<td class="farm-A-tablet-pc">{$v[s_v2]}</td>
<td class="farm-A-tablet-pc">
<!--@if($v[s_v3] =="월세")-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#f49000; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#f49000;">{$v[s_v41]}</span>
</div>
<!--@else if($v[s_v3] =="매매")-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#0070e*; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#0070e2;">{$v[s_v46]}</span>
</div>
<!--@else-->
<div style="margin-bottom:5px; text-align:left;">
<p style="color:white; background:#e23a00; padding:1px 2px; border-radius:5px; width:40px; display:inline-block; text-align:center;">{$v[s_v3]}</p> <span style="color:#e23a00;">{$v[s_v47]}</span>
</div>
<!--@end-->
</td>
<!--<td class="farm-A-tablet-pc">{$v[reg_date]|date:Y-m-d}</td>-->
<td class="farm-A-tablet-pc">{@ echo substr($v[s_v5],0,9)."****"; @}</td>
<td class="farm-A-tablet-pc"><span style="color:{$v[state_color]}">{$v[state_subject]}</span></td>
<!--<td class="farm-A-tablet-pc">{$v[view_cnt]}</td>-->
</tr>
<tr cond="!count($myboard_mylist_row)">
<td colspan="7" class="farm-A-empty">등록된 데이터가 없습니다.</td>
</tr>
</tbody>
</table>
위의 빨간색으로 표시된 부분을 제거를 하시면 처리현황은 보여지지 않습니다
나머지 게시판도 이와 동일한 방법으로 해주시면 됩니다.
감사합니다.