게시글 추천,비추천 시 포인트 부여 정보
게시글 추천,비추천 시 포인트 부여본문
활용팁에 있는 건데요
bbs/good.php 60라인을 아래와 같이 수정하세요.
if ($good == "good") {
$status = "추천";
// 추천 포인트 지급
insert_point($write['mb_id'], 1000, "{$bo_table} - {$wr_id} 추천", $bo_table, $wr_id, $member['mb_id']);
} else {
$status = "비추천";
// 비추천 포인트 감소
insert_point($write['mb_id'], -1000, "{$bo_table} - {$wr_id} 비추천", $bo_table, $wr_id, $member['mb_id']);
}
----------적용이 안됩니다.
현재 배추빌더 라이트 쓰고 있구요
소스는 그대로 입니다 그누보드와 같이
그대로 했는데 안되네요 ㅠㅠ
해결책 안고 게신분도와주세요.
bbs/good.php 60라인을 아래와 같이 수정하세요.
if ($good == "good") {
$status = "추천";
// 추천 포인트 지급
insert_point($write['mb_id'], 1000, "{$bo_table} - {$wr_id} 추천", $bo_table, $wr_id, $member['mb_id']);
} else {
$status = "비추천";
// 비추천 포인트 감소
insert_point($write['mb_id'], -1000, "{$bo_table} - {$wr_id} 비추천", $bo_table, $wr_id, $member['mb_id']);
}
----------적용이 안됩니다.
현재 배추빌더 라이트 쓰고 있구요
소스는 그대로 입니다 그누보드와 같이
그대로 했는데 안되네요 ㅠㅠ
해결책 안고 게신분도와주세요.
댓글 전체

배추 베이직은 게시판 스킨 자체에 mw.proc/mw.good.act.php 여긴가에
자체 추천 비추천은 사용하고 있습니다
그래서 여기를 수정해주셔야 합니다 ^^
심심맨님 사이트 상단에 즐겨찾기 좀 혹시 쓸수 있나요 ^^?
자체 추천 비추천은 사용하고 있습니다
그래서 여기를 수정해주셔야 합니다 ^^
심심맨님 사이트 상단에 즐겨찾기 좀 혹시 쓸수 있나요 ^^?
답변감사합니다^^
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>심심맨닷컴</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:center;
}
-->
</style></head>
<body style="background-image:url(http://www.simsimman.com/images/iteacher_tab_bg.jpg); background-repeat:repeat-x">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/iteacher_tab.jpg" width="991" height="34" border="0" usemap="#Map"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="80,4,200,29" href="http://www.simsimman.com/indexpage.php" target="body">
<area shape="rect" coords="207,4,329,29" href="http://www.naver.com" target="body">
<area shape="rect" coords="332,5,450,30" href="http://www.daum.net" target="body">
<area shape="rect" coords="451,5,572,29" href="http://www.yahoo.co.kr" target="body">
<area shape="rect" coords="572,5,691,29" href="http://www.auction.co.kr" target="body">
<area shape="rect" coords="693,5,807,29" href="http://100lotto.co.kr/" target="body">
<area shape="rect" coords="808,5,984,31" href="http://www.google.co.kr" target="body">
</map></body>
</html>
수정해보세요 제가 직접 다한게 아니라;;
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>심심맨닷컴</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:center;
}
-->
</style></head>
<body style="background-image:url(http://www.simsimman.com/images/iteacher_tab_bg.jpg); background-repeat:repeat-x">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/iteacher_tab.jpg" width="991" height="34" border="0" usemap="#Map"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="80,4,200,29" href="http://www.simsimman.com/indexpage.php" target="body">
<area shape="rect" coords="207,4,329,29" href="http://www.naver.com" target="body">
<area shape="rect" coords="332,5,450,30" href="http://www.daum.net" target="body">
<area shape="rect" coords="451,5,572,29" href="http://www.yahoo.co.kr" target="body">
<area shape="rect" coords="572,5,691,29" href="http://www.auction.co.kr" target="body">
<area shape="rect" coords="693,5,807,29" href="http://100lotto.co.kr/" target="body">
<area shape="rect" coords="808,5,984,31" href="http://www.google.co.kr" target="body">
</map></body>
</html>
수정해보세요 제가 직접 다한게 아니라;;