평점 포맷형식??? > Forum

본문 바로가기

사이트 내 전체검색

Forum

평점 포맷형식???

페이지 정보

작성자 규범~* 작성일 04-11-27 23:16 조회 751 댓글 1 스킨배포 요청

본문

안녕하세요^-^

평점형식은 제가 임의로 수정해서 러브렛에서만 사용하는 것이구요.
배포상태에는 당연히 포함되지 않았기에 현재도 배포하지 않고 있습니다^-^

해당형태로 변경하시려면 starpoint.php파일에서

<?
//코멘트로부터 포인트를 계산


$cmtpoint=0;
$totalcomment=0;
$myquery=mysql_query("select * from $t_comment"."_$id where parent='$data[no]' order by reg_date desc ");


while($comment_p = mysql_fetch_array($myquery) ) {
$point1=$comment_p[memo];
$point2=explode("||",$point1);
if (intval($point2[1])!=0) {
$cmtpoint=$cmtpoint+intval($point2[1]); $totalcomment++;} //평균 계산시 점수를 준것들에만 반영
}


$Star[0]="(NOT RATED)";
$Star[1]="☆";
$Star[2]="★";
$Star[3]="★☆";
$Star[4]="★★";
$Star[5]="★★☆";
$Star[6]="★★★";
$Star[7]="★★★☆";
$Star[8]="★★★★";
$Star[9]="★★★★☆";
$Star[10]="★★★★★";


//


$userrating="(Not Rated Yet)"; //평가한 사람이 없을경우
if ($totalcomment!=0) {
$cmt=$cmtpoint;
$cmtpoint=intval($cmtpoint/$totalcomment);
$cmtpoint2=number_format($cmt/$totalcomment,2);
$userrating="".$Star[$cmtpoint]." ".$cmtpoint2." (".$totalcomment."명 참여)";
}


echo $userrating;
?>

이런식으로 수정해서 사용이 가능합니다^-^;;

1 Comments

쫑이님의 댓글

쫑이 아이피 (61.♡.147.114) 작성일

답변 감사드립니다..^^ 정말 게시판 정말 잘 쓰구 있습니다..저한테 맞게 조금 고치긴했지만....
<a href=http://asiriyo.cafe24.com/bbs/zboard.php?id=movie_info target=_blank>http://asiriyo.cafe24.com/bbs/zboard.php?id=movie_info</a> 이렇게 쓰고 있습니다..
보니깐 예전 버전이더군요.^^ 정말 감사합니다...

Copyright ⓒ 2003-2024 LOVELET.COM. All rights reserved.
PC 버전으로 보기