Author Topic: Top rated by category  (Read 6116 times)

0 Members and 1 Guest are viewing this topic.

Offline agiacosa

  • Pre-Newbie
  • Posts: 2
    • View Profile
Top rated by category
« on: February 18, 2006, 07:54:25 PM »
Hi,

Is it possible to mod the software so that you will get a top rated by category?  I'm trying to set up a category for contests so I need to see the top rated in that category.

Thanks.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Top rated by category
« Reply #1 on: February 18, 2006, 08:02:53 PM »
Well, the closest I could find for your request is this one :

http://www.4homepages.de/forum/index.php?topic=2544.msg10619#msg10619

but are for images. Perhaps you could customize these massive readings for categories ? ;)

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Top rated by category
« Reply #2 on: February 18, 2006, 08:34:15 PM »
Hi,

Is it possible to mod the software so that you will get a top rated by category?  I'm trying to set up a category for contests so I need to see the top rated in that category.

Thanks.

What you exavtly wanna want?
The best rated image in an special category or what must be in that case new coded,
that users can rate also categories.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline agiacosa

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Top rated by category
« Reply #3 on: February 18, 2006, 10:46:35 PM »
I want to set up a category (for example, February Photo Contest) and have members submit their photos into the category.  Users will rate the photos.  I want to be able to show the top rated photos in that category.

I see the software has the link "Top Images" but that is for all categories.  I want to be able to have Top Images in February Photo Contest category, for example.

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Top rated by category
« Reply #4 on: February 19, 2006, 12:49:41 AM »
ah, ok.

then you can try this.

Code: [Select]
http://url/4images/top.php?cat_id=xx
the xx is your category id from the category that should be displayed

Depending on your server settings (register globals) , it will work,
or you can use a mod.
http://www.4homepages.de/forum/index.php?topic=3842.0
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump