| Author |
Message |
PepeT
Joined: 11 Nov 2005 Posts: 113 Location: Finland |
|
|
|
Will this work with other plugins now? Does anyone have a working version of this in somewhere?
|
|
| Thu Jan 12, 2006 10:53 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
|
|
This version works with no problem.
|
|
| Thu Jan 12, 2006 11:12 am |
|
 |
PepeT
Joined: 11 Nov 2005 Posts: 113 Location: Finland |
|
|
| Thu Jan 12, 2006 2:33 pm |
|
 |
PepeT
Joined: 11 Nov 2005 Posts: 113 Location: Finland |
|
|
|
Sorry, i couldn't keep it running cause it gave some serious error in my mainpage.... there is still some bugs
|
|
| Thu Jan 12, 2006 2:52 pm |
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
Release!!!
|
|
| Thu Jan 12, 2006 9:17 pm |
 |
 |
Kova-2CROwded
Joined: 04 Jan 2006 Posts: 38 Location: Croatia/Zagreb |
|
|
|
Its good addon (aldo I would prefer only admin rating too as option, but ok).
1 little suggestion for this addon. Listing articles by rating ?
|
|
| Mon Jan 23, 2006 11:43 pm |
 |
 |
joshers
Joined: 14 Nov 2005 Posts: 68
|
|
|
|
 |  | Its good addon (aldo I would prefer only admin rating too as option, but ok).
1 little suggestion for this addon. Listing articles by rating ? |
Yess, to be able to list articles by rating per category.. etc. that would be awesome.
|
|
| Tue Jan 24, 2006 12:10 am |
|
 |
lexa
Creator of CuteNews.RU

Joined: 02 Oct 2005 Posts: 92 Location: St.-Petersburg, Russia |
|
|
|
 |  | 1 little suggestion for this addon. Listing articles by rating ? |
before include show_news.php
 |  | $sort = array('rating', 'DESC'); |
?
|
|
| Wed Jan 25, 2006 12:01 am |
 |
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
Yes, that's working. Sometimes it is so easy.
|
|
| Wed Jan 25, 2006 3:33 pm |
|
 |
Kova-2CROwded
Joined: 04 Jan 2006 Posts: 38 Location: Croatia/Zagreb |
|
|
|
Glad to have team to help.
And I was bothering sucha hard way to sort it out
Thanks Lexa.
|
|
| Thu Jan 26, 2006 12:48 am |
 |
 |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
|
|
And list from newest posts? 
|
|
| Sat Jan 28, 2006 11:54 am |
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
$sort = array('rating', 'ASC');
$sort = array('rating', 'DESC');
Try something from this ^
|
|
| Tue Jan 31, 2006 6:26 am |
 |
 |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
|
|
To which file I should put it?
|
|
| Tue Jan 31, 2006 10:31 am |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
The file where you include your news.
|
|
| Tue Jan 31, 2006 10:36 am |
|
 |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
|
|
I mean sorting in the admin area...
|
|
| Tue Jan 31, 2006 10:47 am |
|
 |
|