Results 1 to 4 of 4

Thread: Top Rated

  1. #1
    aladdin Guest

    Default Top Rated

    Hello,

    How could I limit the display of Top Rated site to site with 3 or more stars? As it is site with a fraction of a star is top rated and I do not think it is right.
    Thank you,

  2. #2
    scheetz is offline Registered User
    Join Date
    Aug 2002
    Posts
    92

    Default

    open link.class.php.
    go to function DisplayTopRatedListing().
    find the line
    PHP Code:
    $this->query .= ") and suspended = 0 order by rating desc"
    and change it to
    PHP Code:
    $this->query .= ") and suspended = 0  and rating >= 3 order by rating desc"

  3. #3
    aladdin Guest

    Default

    Thank you

  4. #4
    scheetz is offline Registered User
    Join Date
    Aug 2002
    Posts
    92

    Default

    by the way dody, this should be included in the next patch. i had links that werent even rated in the top rated page.

Similar Threads

  1. Top Rated - Problem
    By fastfriend in forum v5.x
    Replies: 2
    Last Post: 06-28-2004, 07:31 PM
  2. Top Rated for different Categories
    By scheetz in forum Pre-Sales Questions
    Replies: 5
    Last Post: 11-11-2002, 09:57 AM
  3. Hot/Top rated sites not showing up
    By Shophere in forum v5.x
    Replies: 5
    Last Post: 08-06-2002, 05:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •