Results 1 to 3 of 3

Thread: Top Rated - Problem

  1. #1
    Join Date
    Jun 2004
    Posts
    4

    Default Top Rated - Problem

    Hi Everyone and Doddy

    I am confused why TOP RATED displays "0.00 (0 votes)" appears in TOP RATED. Is this a bug? Any Solution?

    Further, I want to use REVIEW Rating instead of Visitor Rating to show link as TOP RATED. Means based on REVIEW RATING "REGISTERED MEMBER" Basis and not VISTORS RATING.

    Any Idea, Mod, Hack, Solution, Please let me know.

    Thanks

    NG

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    INDEXU just displays the top 10 links each of the main categories without regard to any other criteria. However, I think you can change the number from 10 by changing the Top Rated Limit in the Admin Control Panel.

    you could add something to the where clause to further limit the number. See lines 886 - 889 of the DisplayTopRatedListing function in the link.class.php file.

    Code:
            $this->query .= ") and suspended = 0 and rating > 4 order by rating desc";
    I didn't test this so it may or may not work.

    To use the user's review rating would require the use of the idx_review table.
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Jun 2004
    Posts
    4

    Default

    Can you explain in more detail.

    Thanks

Similar Threads

  1. Special letter problem in other languages
    By Frank71 in forum Help Wanted/Job Request
    Replies: 13
    Last Post: 10-03-2006, 06:52 AM
  2. Replies: 6
    Last Post: 02-12-2004, 05:21 PM
  3. User login problem
    By webmasterjr in forum v5.x
    Replies: 3
    Last Post: 12-16-2002, 06:03 AM
  4. Top Rated for different Categories
    By scheetz in forum Pre-Sales Questions
    Replies: 5
    Last Post: 11-11-2002, 08:57 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
  •