//아래는 사용중인 view스킨입니다. //
* 레벨 3이하인 경우 : 전화번호가 ***.****.****으로 보이고
* 레벨 4 이상인 회원일 경우 전화번호가 보였으면 합니다.
* 첨부파일 : 엑셀 올렸습니다.
고수님들 답변 부탁드릴께요~ *^^*
<tr><td width=100%>
<table width=100% cellpadding=2 cellspacing=0>
<tr><td bgcolor=#E3E3E3>
<table width=100% cellpadding=5 cellspacing=1 style="border:1px solid #D3D3D3">
<tr><td height=28 width=20% class="04">업종</td><td width=30% class="02"><?=$view[wr_10]?></td>
<td height=28 width=20% class="04">전화번호</td><td width=30% class="02"><font color=#F80000><b><?=$view[wr_8]?></b></font></td></tr>
<tr><td height=28 width=20% class="04">버스운행</td><td width=30% class="02"><?=$two01?></td>
<td height=28 width=20% class="04">홈페이지</td>
<td width=30% class="02">
<?
// 링크
$cnt = 0;
for ($i=1; $i<=$g4[link_count]; $i++) {
if ($view[link][$i]) {
$cnt++;
$link = cut_str($view[link][$i], 70);
echo "<a href='{$view[link_href][$i]}' target=_blank>";
echo " <span style=\"color:#888;\">{$link}</span>";
echo " <span style=\"color:#ff6600; font-size:11px;\">[{$view[link_hit][$i]}]</span>";
echo "</a>";
}
}
?>
</td></tr>
* 레벨 3이하인 경우 : 전화번호가 ***.****.****으로 보이고
* 레벨 4 이상인 회원일 경우 전화번호가 보였으면 합니다.
* 첨부파일 : 엑셀 올렸습니다.
고수님들 답변 부탁드릴께요~ *^^*
<tr><td width=100%>
<table width=100% cellpadding=2 cellspacing=0>
<tr><td bgcolor=#E3E3E3>
<table width=100% cellpadding=5 cellspacing=1 style="border:1px solid #D3D3D3">
<tr><td height=28 width=20% class="04">업종</td><td width=30% class="02"><?=$view[wr_10]?></td>
<td height=28 width=20% class="04">전화번호</td><td width=30% class="02"><font color=#F80000><b><?=$view[wr_8]?></b></font></td></tr>
<tr><td height=28 width=20% class="04">버스운행</td><td width=30% class="02"><?=$two01?></td>
<td height=28 width=20% class="04">홈페이지</td>
<td width=30% class="02">
<?
// 링크
$cnt = 0;
for ($i=1; $i<=$g4[link_count]; $i++) {
if ($view[link][$i]) {
$cnt++;
$link = cut_str($view[link][$i], 70);
echo "<a href='{$view[link_href][$i]}' target=_blank>";
echo " <span style=\"color:#888;\">{$link}</span>";
echo " <span style=\"color:#ff6600; font-size:11px;\">[{$view[link_hit][$i]}]</span>";
echo "</a>";
}
}
?>
</td></tr>
댓글 5개
<td height=28 width=20% class="04">전화번호</td><td width=30% class="02"><font color=#F80000><b><?=$view[wr_8]?></b></font></td></tr>
를
<td height=28 width=20% class="04">전화번호</td><td width=30% class="02"><font color=#F80000><b><?= ($member[mb_level] > 3)? $view[wr_8]: "***-****-****" ?></b></font></td></tr>
로 바꾸세요
를
<td height=28 width=20% class="04">전화번호</td><td width=30% class="02"><font color=#F80000><b><?= ($member[mb_level] > 3)? $view[wr_8]: "***-****-****" ?></b></font></td></tr>
로 바꾸세요
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기