Results 1 to 10 of 10

Thread: How to organize links alphabetically?

  1. #1
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default How to organize links alphabetically?

    I need to know how to organize my links alphabetically like the links category on the main page.

    Right now, the links are in order they are submited. I want them to be organized alphabetically by <%title%>

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

    Default

    Open browse.php3, edit line 97:
    PHP Code:
      $query "select * from link where category_id = '$cat' order by title"

  3. #3
    Join Date
    Nov 2001
    Posts
    11

    Default

    How is this done in v3?

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

    Default

    Open browse.php, change line 80 to:

    PHP Code:
    $links_obj->query "select * from idx_link where category_id = '$cat' order by title"

  5. #5
    Join Date
    Jan 2002
    Posts
    279

    Default

    Will this work in version 3.0.4? Do the listings with bids appear before the alphabetical listings?

    Thanks,

    Craven

  6. #6
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    I don't see why not? indexu hasn't been dramatically changed from 3.0.3 but just a few bug fixes.

    You should be able to work that into 3.0.4 without a problem.

    hh

  7. #7
    Join Date
    Jan 2002
    Posts
    279

    Default

    But wouldn't this code overwrite the bid feature and just put the listings in alphabetcal order? Are you using this now?

    Craven

  8. #8
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    yes it would over write the bid feature and I am using it write now. I don't think indexu has set it up to use bid feature and by default go to alpha listing, which should be the case.

    Someone should suggest this in the suggesion box.

    hh

  9. #9
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    211

    Default

    I think it's a choice. People can prefer, order by bid or alphabet, or maybe other field.

  10. #10
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    I dont' think the question is about choosing bid feature over alphabetical features. I agree people should choose whatever they want and they are free to do.



    What we want is the link to be listed by bid and then for those links that aren't given a bid, by default they should be listed alphabetically.


    This still means that people can choose to list it alphabetically. We don't want to take away that option.

    Why do we want this?

    For those links that have paid a fee for priority placement we give bids for higher ranking. For those that aren't paying they should be listed alphabetically so as to help our visitors find them easier.

    Thats basically what the object of this request is about. Not to take any options away.


    Hart

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. Ways To Organize Links
    By Hart_House in forum Tutorials, Hints & Tips
    Replies: 22
    Last Post: 02-02-2005, 11:14 AM
  3. Delete 800 links one at a time ?
    By killipso in forum v5.x
    Replies: 2
    Last Post: 01-26-2004, 10:55 AM
  4. Special Import of GT links
    By esm in forum v5.x
    Replies: 4
    Last Post: 05-21-2003, 05:12 PM
  5. Organize the links in Alphabetical order?
    By crow in forum Pre-Sales Questions
    Replies: 3
    Last Post: 05-04-2002, 11:24 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
  •