PEAK XOOPS - Re: About the voting system in englishin japanese

Re: About the voting system

List posts in the topic

question Re: About the voting system

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/16 0:19
slyss79  三等軍曹   Posts: 143
about the voting i have made this:

in modules/myalbum/include/function.php

at line 533 cancel:

$finalrating = number_format( $totalrating / $votesDB , 4 ) ;
 $query = "UPDATE $table_photos SET rating=$finalrating, votes=$votesDB WHERE lid = $lid" ;

and copy this:

 //hack Dantom
 #$finalrating = number_format( $totalrating / $votesDB , 4 ) ;
 $finalrating = $totalrating ;
 $query = "UPDATE $table_photos SET rating=$finalrating, votes=$votesDB WHERE lid = $lid" ;

now is all ok but when the sum exceeds 99 there is an error? (or not???) how can i do sum for example 202 ? (i must modify anithing else in phpmyadmin ???)

thanks a lot
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!