Results 1 to 4 of 4

Thread: Number of Columns

  1. #1
    Join Date
    Jan 2002
    Posts
    279

    Default Number of Columns

    I think v4 needs the ability to have different number of columns on idex.php and browse.php. This way we could display 3 columns on category pages and 2 on the main page.

    Currently when I display 3 columns my main page looks horrible because of all the extra content on front. But if I disply 2 the category pages don't look correct.

    Can you throw this in on 4 Dody?

    Thanks,

    Craven

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

    Default

    pass the number of columns you want to show through the display routine.

    dody's display routine only handles up to 4 columns ( I think that is generally sufficient ). I created a routine on the http://www.indexuhelp.com/ site to handle an unlimited number of columns. I also show how to have a different number of columns on the index page versus the browse page.
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Jan 2002
    Posts
    279

    Default

    This was too easy! For those who care here it is

    Change this line in browse.php

    $category_obj->number_of_columns = $cat_columns;


    To this (substitute how many columns you want for 3)

    $category_obj->number_of_columns = 3;

    Craven

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

    Default

    Great Job! Sometimes the best solution is the easy one staring us in the face!
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. number of columns
    By Mito in forum Indexu Lite
    Replies: 4
    Last Post: 08-23-2005, 02:51 AM
  2. can I show number of links in cat_view.php?
    By richonmaui in forum v5.x
    Replies: 0
    Last Post: 06-04-2004, 09:24 PM
  3. Replies: 0
    Last Post: 05-27-2003, 04:45 PM
  4. Number of Links Format Question???
    By craven in forum v5.x
    Replies: 1
    Last Post: 11-06-2002, 05:54 PM
  5. how do i get rid of (number) of links
    By MuscleBomb in forum Tutorials, Hints & Tips
    Replies: 1
    Last Post: 11-26-2001, 05:51 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
  •