Results 1 to 2 of 2

Thread: Order link

  1. #1
    Join Date
    Feb 2004
    Posts
    12

    Default Order link

    Hi...
    It's possible order link by google page rank or order alphabetical or rating?
    Thanks..
    Marco

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Order by google pr is not possible at the moment.
    To change the list order, edit browse.php line 163

    Code:
        $links_obj->query .= "	order by premium desc, bid desc";
    to
    Code:
        $links_obj->query .= "	order by premium desc, title asc";

Similar Threads

  1. Place a new order?
    By yesonline in forum Pre-Sales Questions
    Replies: 0
    Last Post: 12-08-2005, 08:50 AM
  2. Category Listing Order
    By tyersin in forum v5.x
    Replies: 0
    Last Post: 08-20-2005, 05:34 PM
  3. order of link in browse ?
    By Frank71 in forum v5.x
    Replies: 7
    Last Post: 01-16-2005, 02:02 PM
  4. order of the links
    By Frank71 in forum v5.x
    Replies: 0
    Last Post: 07-21-2004, 01:45 AM
  5. My Order Was Cancelled??????
    By mbmgroup in forum v5.x
    Replies: 2
    Last Post: 05-11-2004, 07:34 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
  •