Results 1 to 3 of 3

Thread: How Are the links Displayed???

  1. #1
    Join Date
    May 2003
    Posts
    69

    Default How Are the links Displayed???

    I was wondering what determins how the links are displayed...

    1. By hits? No, I have sites the have twice as many hits as the one above it.

    2. By name? No, Alphabetical order does not play here

    3. By Rating? No, I have sites rated 5 below sites with no rating

    Can someone clear this up for me...and is there a way to adjust this.

    i have seen on some other post where a site has a sorting feature...like by rank, hits, new and so on...has any one else done this?

    Lordkinjo
    Lordkinjo

  2. #2
    Join Date
    Aug 2002
    Posts
    92

    Default

    you are talking about when you browse the links right? it is set to display by bid descending. you can change it in browse.php

    find the line
    PHP Code:
      $links_obj->query "
          select * from idx_link 
            where (category_id = '$cat' or cat1 = '$cat' or cat2 = '$cat') 
              and suspended = 0 and sp_cat = 0
            order by bid desc"

    and change bid to whatever to like: title, rating, hits, date. you can also change desc to asc if you want it ascending. i have made a sorting hack. you can find it in the hacks archive.

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

    Default Re: How Are the links Displayed???

    here is scheetz's hack. it is very good!


    http://www.nicecoder.com/community/s...=&threadid=915
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. Moving from G-T Links 2
    By esm in forum Pre-Sales Questions
    Replies: 14
    Last Post: 05-30-2005, 04:26 PM
  2. Delete 800 links one at a time ?
    By killipso in forum v5.x
    Replies: 2
    Last Post: 01-26-2004, 10:55 AM
  3. Amount of links displayed per page.
    By lewisw in forum v3.2
    Replies: 3
    Last Post: 08-18-2003, 06:12 PM
  4. Special Import of GT links
    By esm in forum v5.x
    Replies: 4
    Last Post: 05-21-2003, 05:12 PM
  5. Links displayed in columns, not in rows
    By chorch in forum v5.x
    Replies: 4
    Last Post: 03-06-2003, 03:32 PM

Posting Permissions

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