핑크빈

게시물 추천 비추천 확인방법

· 1년 전 · 900

[code]

<!-- 추천 비추천 시작 { -->

<?php if ($good_href || $nogood_href) {

 

@$sql = " select * from {$g5['board_good_table']}

where bo_table = '{$bo_table}'

and wr_id = '{$wr_id}'

and mb_id = '{$member['mb_id']}'

and bg_flag in ('good', 'nogood') ";

@$row = sql_fetch($sql);

 

echo (isset($row['bg_flag']) && $row['bg_flag']) ? ($row['bg_flag'] == 'good' ? $view['wr_name'] . '님의 게시물에 추천을 하였습니다.' : $view['wr_name'] . '님의 게시물에 비추천을 하였습니다.') : '';

 

?>

<div id="bo_v_act">

<?php if ($good_href) { ?>

<span class="bo_v_act_gng">

<a href="<?php echo $good_href . '&' . $qstr ?>" id="good_button" class="bo_v_good"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i><span class="sound_only">추천</span><strong><?php echo number_format($view['wr_good']) ?></strong></a>

</span>

<?php } ?>

<?php if ($nogood_href) { ?>

<span class="bo_v_act_gng">

<a href="<?php echo $nogood_href . '&' . $qstr ?>" id="nogood_button" class="bo_v_nogood"><i class="fa fa-thumbs-o-down" aria-hidden="true"></i><span class="sound_only">비추천</span><strong><?php echo number_format($view['wr_nogood']) ?></strong></a>

<b id="bo_v_act_nogood"></b>

</span>

<?php } ?>

 

</div>

<?php } else {

if ($board['bo_use_good'] || $board['bo_use_nogood']) {

?>

<div id="bo_v_act">

<?php if ($board['bo_use_good']) { ?><span class="bo_v_good"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i><span class="sound_only">추천</span><strong><?php echo number_format($view['wr_good']) ?></strong></span><?php } ?>

<?php if ($board['bo_use_nogood']) { ?><span class="bo_v_nogood"><i class="fa fa-thumbs-o-down" aria-hidden="true"></i><span class="sound_only">비추천</span><strong><?php echo number_format($view['wr_nogood']) ?></strong></span><?php } ?>

</div>

<?php

}

}

?>

<!-- } 추천 비추천 끝 -->

[/code]

|
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
1년 전 조회 1,603
1년 전 조회 1,518
1년 전 조회 1,402
1년 전 조회 1,090
1년 전 조회 1,381
1년 전 조회 2,061
1년 전 조회 1,083
1년 전 조회 1,165
1년 전 조회 842
1년 전 조회 1,175
1년 전 조회 1,382
1년 전 조회 1,300
1년 전 조회 1,355
1년 전 조회 1,625
1년 전 조회 901
1년 전 조회 1,586
1년 전 조회 1,633
1년 전 조회 1,733
1년 전 조회 1,201
1년 전 조회 1,344
1년 전 조회 1,520
1년 전 조회 1,340
1년 전 조회 1,188
1년 전 조회 1,443
1년 전 조회 890
1년 전 조회 1,247
1년 전 조회 1,972
1년 전 조회 1,204
1년 전 조회 1,197
1년 전 조회 1,517