 |
 |
 |
 |
 |
| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
 |  | The results are still there if I switch to 10 instead of a 5 star system, right? |
Right. 
|
|
| Tue Mar 13, 2007 11:31 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1943 Location: US |
|
|
|
Is this modified in the original rating.zip at the beginning of the thread?
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Wed Mar 14, 2007 3:01 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
| Wed Mar 14, 2007 4:23 pm |
|
 |
twist
Joined: 05 Jan 2007 Posts: 28
|
|
|
|
Sort by total votes?
Is this possible?
$static['sort'] = array('votes', 'DESC');
$sort = array('votes', 'DESC');
|
|
| Wed Apr 04, 2007 2:28 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
Don't know. Give it a try.
|
|
| Wed Apr 04, 2007 7:11 pm |
|
 |
twist
Joined: 05 Jan 2007 Posts: 28
|
|
|
|
This does:
 |  | <?PHP
$static['sort'] = array('votes', 'DESC');
$static['category'] = 1;
$static['number'] = 1;
$static['template'] = 'template';
include("cnr/show_news.php");
?> |
This does not:
 |  | <?PHP
$sort = array('votes', 'DESC');
$category = 1;
$number = 1;
$template = 'template';
include("cnr/show_news.php");
?> |
|
|
| Wed Apr 04, 2007 10:28 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|