Results 1 to 5 of 5

Thread: Links displayed in columns, not in rows

  1. #1
    Join Date
    Jun 2002
    Posts
    4

    Default Links displayed in columns, not in rows

    Hi!

    I would like to display the links undes a category in columns, not in rows.

    e.g. the links under

    http://localhost/browse.php?cat=13

    did somebody do this before?

    Help will be appreciated.

    Bye!

  2. #2
    Join Date
    Sep 2001
    Posts
    170

    Default

    I haven't done this myself - but you should be able too

    You will need to find the place that the html code is for that particular area is and modify it to suit

    I would start looking in maybe MSG.HTML (themes folder) or may be in the LIB section - category.class.php!! (take care when changing thing in the lib section)

    Sorry I cant be much more help - maybe some else knows?
    Regards

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

    Default

    You should change the code. Almost all job that display links is handled by Display() function in /lib/link.class.php
    Instead of change it that may cause terrible result in other page, you should hack browse.php. Doing manually fetching database and assign template value.

  4. #4
    Join Date
    Jun 2002
    Posts
    4

    Default

    Thanks for your replies, but seems to be too difficult for me...

    By the way, is it possible to display categories alphabetically ordered from left to right and not from up to down?

    Thanks a lot!

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

    Default

    modify rows.html, its about html trick

    when you display in rows, you need to loop

    PHP Code:
    <tr> ........ </tr
    but when you need in columns:

    PHP Code:
    <td> ........ </td
    make sure browse.html and *_rows.html will construct valid table

    PHP Code:
    <table><tr><td> ........ </td></tr><table

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. Images for links ?
    By Rix in forum Pre-Sales Questions
    Replies: 6
    Last Post: 05-24-2004, 09:15 AM
  3. Replies: 18
    Last Post: 12-27-2003, 05:35 PM
  4. Amount of links displayed per page.
    By lewisw in forum v3.2
    Replies: 3
    Last Post: 08-18-2003, 06:12 PM
  5. How Are the links Displayed???
    By lordkinjo in forum v5.x
    Replies: 2
    Last Post: 06-21-2003, 06:06 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
  •