| Re: myReviews v2.1 module update! |
| by eskwire on 2005/9/27 21:52:04 I agree this is good module that has great potential. I have a version that is myReviews 2.19 is this the latest release? Thanks for any help! |
| Re: myReviews v2.1 module update! |
| by jfmoore on 2005/8/15 4:11:06 What happened to riannvdb? He hasn't posted since 10/11/04, and this thread just seemed to die. Development appeared to be going along really well, but it's now stuck at 2.1RC1 which was released nearly a year ago. This is a super module, and I hope that development will continue. JFM |
| Re: myReviews v2.1 module update! |
| by m0nty on 2005/5/11 14:33:20 @culex, are you sure you're using the myreviews 2.1 rc1 version here? as those lines you mention for topten.php are not at line 96 they are at line 47 - 49 in this module.. also, line 125 isn't as u state.. it's line 63 in this version. also loveit.php, recommendit.php and the rest are also completely different too. i think you are editing a completely different reviews module to what this thread is about.. |
| Re: Did anyone had this? |
| by wcrwcr on 2005/3/22 17:27:11 Hi culex and guys ![]() I?ve been trying to find where to download the last release of this mod but i coudn?t find It anywhere. Can anyone send the last review to me? Thanks in advance, Wilson |
| Re: Did anyone had this? |
| by culex on 2005/3/11 11:48:05 In file topten.php --------------------- Change line 91 - 96 le="color: #000000"><?php if(isset($HTTP_POST_VARS['rate']) or isset($HTTP_GET_VARS['rate'])){ $sort = _MD_RATING; $sortDB = "rating"; INTO le="color: #000000"><?php if(isset($HTTP_GET_VARS['rate'])){ $sort = _MD_RATING; $sortDB = "rating"; AND LINE 125 le="color: #000000"><?php $query = "SELECT lid, cid, title, hits, rating, votes FROM ".$xoopsDB->prefix("myReviews_downloads")." WHERE status>0 AND rating>0 AND (cid=$cid"; INTO le="color: #000000"><?php $query = "SELECT lid, cid, title, hits, rating, votes FROM ".$xoopsDB->prefix(myReviews_downloads)." WHERE (status>0 AND rating>0 AND cid=$cid"; /////////////////////////////////////////////////////// Make the same changes in Onion.php,recommendit.php and loveit.php Other errors: in onion.php,recommendit.php and loveit.php remove ')' from line 40 this causes MySQL error 1064 FROM le="color: #000000"><?php $query .= ") ORDER BY ".$sortDB." ASC"; To le="color: #000000"><?php $query .= " ORDER BY ".$sortDB." ASC"; This ought to clear up some errors :o) |